|
1 |
| -22.0.0 (TBD) |
2 |
| ------------- |
| 1 | +22.0.0 (March 28, 2022) |
| 2 | +----------------------- |
3 | 3 | A new `NiBabies` minor series!
|
4 |
| -New to this release: |
5 |
| -- [Ability to pass in anatomical derivatives](https://nibabies.readthedocs.io/en/latest/faqs.html#leveraging-precomputed-results) (brain mask / aseg) |
6 |
| -- [Multiecho] Option to output individual corrected echo time series |
7 |
| -- CIFTI generation improvements |
8 |
| - |
9 |
| - 22.0.0rc2 (March 11, 2022) |
10 |
| - -------------------------- |
11 |
| - * MAINT: Update versioneer, allow static versioning (#190) |
12 |
| - * MAINT: Ensure version is written to version file (#189) |
13 |
| - |
14 |
| - 22.0.0rc1 (February 10, 2022) |
15 |
| - ----------------------------- |
16 |
| - * MNT: Add missing toml dependency |
17 |
| - |
18 |
| - 22.0.0rc0 (February 08, 2022) |
19 |
| - ----------------------------- |
20 |
| - * DOC: Add FAQs page (#164) |
21 |
| - * ENH: Add `--me-output-echos` CLI flag (#174) |
22 |
| - * ENH: Precomputed derivatives (#173) |
23 |
| - * ENH: Validate files passed with `--derivatives` (#182) |
24 |
| - * FIX: Check if segmentation directory exists (#165) |
25 |
| - * FIX: Update report spec to reflect `infant_recon_all` (#167) |
26 |
| - * FIX: ICA Aroma imports (#170) |
27 |
| - * FIX: Relabel sub-structures before discarding (#186) |
28 |
| - * FIX: Use precomputed aseg within `infant_recon_all` (#184) |
29 |
| - * FIX: Remove excess arguments on wrapper tests (#181) |
30 |
| - * MAINT: Add pre-commit checks (#178) |
31 |
| - * MAINT: Add RTD config (#173) |
32 |
| - * MAINT: Freeze `black` version (#185) |
33 |
| - * RF: Wrapper usage logic (#183) |
34 |
| - * STY/TEST: Set global style and doctest options (#162) |
| 4 | + |
| 5 | +This release includes a number of new features, as well as various bug fixes. Some of the biggest changes include: |
| 6 | +- [Ability to pass in anatomical derivatives](https://nibabies.readthedocs.io/en/latest/faqs.html#leveraging-precomputed-results). |
| 7 | +Users can now leverage a precomputed brain mask and/or discrete anatomical segmentations. |
| 8 | +- A new flag `--me-output-echoes` to output individual corrected echo time series. |
| 9 | +This is useful when doing additional multi-echo processing. |
| 10 | + |
| 11 | +Thank you for using *NiBabies*! |
| 12 | +If you encounter any issues with this release, please let us know |
| 13 | +by posting an issue on our GitHub page! |
| 14 | + |
| 15 | +A full list of changes can be found below. |
| 16 | + |
| 17 | +## Full Changelog |
| 18 | +* CI: Add workflow smoke tests (#100) |
| 19 | +* DOC: Add FAQs page (#164) |
| 20 | +* DOCKER: Upgrade to FSL6, use niprep miniconda base layer (#191) |
| 21 | +* ENH: Add major/minor version prefix to base workflow name (#202) |
| 22 | +* ENH: Add `--me-output-echos` CLI flag (#174) |
| 23 | +* ENH: Precomputed derivatives (#173) |
| 24 | +* ENH: Validate files passed with `--derivatives` (#182) |
| 25 | +* FIX: Clean up generated boilerplate (#200) |
| 26 | +* FIX: Various Configuration module touch-ups (#197) |
| 27 | +* FIX: Clean up default output space handling (#196) |
| 28 | +* FIX: Pandoc citeproc API incompatibility (#195) |
| 29 | +* FIX: Check if segmentation directory exists (#165) |
| 30 | +* FIX: Update report spec to reflect `infant_recon_all` (#167) |
| 31 | +* FIX: ICA Aroma imports (#170) |
| 32 | +* FIX: Relabel sub-structures before discarding (#186) |
| 33 | +* FIX: Use precomputed aseg within `infant_recon_all` (#184) |
| 34 | +* FIX: Remove excess arguments on wrapper tests (#181) |
| 35 | +* MAINT: Update versioneer, allow static versioning (#190) |
| 36 | +* MAINT: Ensure version is written to version file (#189) |
| 37 | +* MAINT: Add missing toml dependency |
| 38 | +* MAINT: Add pre-commit checks (#178) |
| 39 | +* MAINT: Add RTD config (#173) |
| 40 | +* MAINT: Freeze `black` version (#185) |
| 41 | +* RF: Wrapper usage logic (#183) |
| 42 | +* STY/TEST: Set global style and doctest options (#162) |
35 | 43 |
|
36 | 44 | 21.0.2 (November 29, 2021)
|
37 | 45 | --------------------------
|
|
0 commit comments