Skip to content

Commit

Permalink
Prepare for 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Apr 2, 2024
1 parent 8adb14a commit 1555bd8
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ keywords:
- BIDS
- Neuroimaging
license: MIT
version: 1.0.2
date-released: '2023-09-07'
version: 1.1.0
date-released: '2024-04-02'
32 changes: 32 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@
History
=======

1.1.0 (2024-04-02)
------------------

🎉 Exciting New Features
````````````````````````

* Make CLI commands available as `cubids <command>` by @tsalo in https://github.com/PennLINC/CuBIDS/pull/268
* Add ASL fields to config by @tsalo in https://github.com/PennLINC/CuBIDS/pull/282

🐛 Bug Fixes
````````````

* Remove `--ignore_subject_consistency` param from `cubids validate` by @tsalo in https://github.com/PennLINC/CuBIDS/pull/276

Other Changes
`````````````

* Use black and isort to autoformat the main package by @tsalo in https://github.com/PennLINC/CuBIDS/pull/266
* Reorganize packaging and hopefully fix tests by @tsalo in https://github.com/PennLINC/CuBIDS/pull/267
* Move notebooks into example gallery by @tsalo in https://github.com/PennLINC/CuBIDS/pull/278
* Drop jinja and wrapt from dependencies and pin other requirements by @tsalo in https://github.com/PennLINC/CuBIDS/pull/295
* Run Pytests across all supported Python versions by @tsalo in https://github.com/PennLINC/CuBIDS/pull/279
* Improve documentation by @tsalo in https://github.com/PennLINC/CuBIDS/pull/290

New Contributors
````````````````

* @tsalo made their first contribution in https://github.com/PennLINC/CuBIDS/pull/266
* @dependabot made their first contribution in https://github.com/PennLINC/CuBIDS/pull/293

**Full Changelog**: https://github.com/PennLINC/CuBIDS/compare/1.0.2...1.0.3

1.0.2 (2023-09-07)
------------------

Expand Down

0 comments on commit 1555bd8

Please sign in to comment.