Skip to content

Commit f864237

Browse files
committed
rel(21.0.0): Update CHANGES [skip ci]
1 parent 1cfdbba commit f864237

File tree

1 file changed

+30
-16
lines changed

1 file changed

+30
-16
lines changed

CHANGES.rst

+30-16
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,29 @@
1-
20.0.0 (TBD)
2-
============
3-
A first beta release of NiTransforms with the purpose of integrating
4-
it within *fMRIPrep*.
5-
This release accompanies the `ISBI2020 preprint <https://doi.org/10.31219/osf.io/8aq7b>`__.
1+
21.0.0 (September 10, 2021)
2+
===========================
3+
A first release of *NiTransforms*.
4+
This release accompanies a corresponding `JOSS submission <https://doi.org/10.21105/joss.03459>`__.
65

6+
* FIX: Final edits to JOSS submission (#135)
7+
* FIX: Add mention to potential alternatives in JOSS submission (#132)
8+
* FIX: Misinterpretation of voxel ordering in LTAs (#129)
9+
* FIX: Suggested edits to the JOSS submission (#121)
10+
* FIX: Invalid DOI (#124)
711
* FIX: Remove the ``--inv`` flag from regression ``mri_vol2vol`` regression test (#78)
812
* FIX: Improve handling of optional fields in LTA (#65)
913
* FIX: LTA conversions (#36)
14+
* ENH: Add more comprehensive comments to notebook (#134)
1015
* ENH: Add an ``.asaffine()`` member to ``TransformChain`` (#90)
11-
* ENH: Read (and apply) ITK/ANTs' composite HDF5 transforms (#79)
12-
* ENH: Improved testing of LTA handling - ITK-to-LTA, ``mri_concatenate_lta`` (#75)
13-
* ENH: Add FS transform regression (#74)
14-
* ENH: Add ITK-LTA conversion test (#66)
16+
* ENH: Read (and apply) *ITK*/*ANTs*' composite HDF5 transforms (#79)
17+
* ENH: Improved testing of LTA handling - *ITK*-to-LTA, ``mri_concatenate_lta`` (#75)
18+
* ENH: Add *FS* transform regression (#74)
19+
* ENH: Add *ITK*-LTA conversion test (#66)
1520
* ENH: Support for transforms mappings (e.g., head-motion correction) (#59)
1621
* ENH: command line interface (#55)
1722
* ENH: Facilitate loading of displacements field transforms (#54)
18-
* ENH: First implementation of AFNI displacement fields (#50)
23+
* ENH: First implementation of *AFNI* displacement fields (#50)
1924
* ENH: Base implementation of transforms chains (composition) (#43)
20-
* ENH: First implementation of loading and applying ITK displacements fields (#42)
21-
* ENH: Refactor of AFNI and FSL I/O with StringStructs (#39)
25+
* ENH: First implementation of loading and applying *ITK* displacements fields (#42)
26+
* ENH: Refactor of *AFNI* and *FSL* I/O with ``StringStructs`` (#39)
2227
* ENH: More comprehensive implementation of ITK affines I/O (#35)
2328
* ENH: Added some minimal test-cases to the Affine class (#33)
2429
* ENH: Rewrite load/save utilities for ITK's MatrixOffsetBased transforms in ``io`` (#31)
@@ -31,15 +36,24 @@ This release accompanies the `ISBI2020 preprint <https://doi.org/10.31219/osf.io
3136
* ENH: Use ``obliquity`` directly from nibabel (#18)
3237
* ENH: Setting up a battery of tests (#9)
3338
* ENH: Revise doctests and get them ready for more thorough testing. (#10)
39+
* DOC: Add *Zenodo* metadata record (#136)
40+
* DOC: Better document the *IPython* notebooks (#133)
41+
* DOC: Transfer ``CoC`` from *NiBabel* (#131)
42+
* DOC: Clarify integration plans with *NiBabel* in the ``README`` (#128)
43+
* DOC: Add contributing page to RTD (#130)
44+
* DOC: Add ``CONTRIBUTING.md`` file pointing at *NiBabel* (#127)
45+
* DOC: Add example notebooks to sphinx documentation (#126)
46+
* DOC: Add an *Installation* section (#122)
47+
* DOC: Display API per module (#120)
3448
* DOC: Add figure to JOSS draft / Add @smoia to author list (#61)
3549
* DOC: Initial JOSS draft (#47)
3650
* MAINT: Add imports of modules in ``__init__.py`` to workaround #91 (#92)
37-
* MAINT: Fix missing python3 binary on CircleCI build job step (#85)
38-
* MAINT: Use setuptools_scm to manage versioning (#83)
51+
* MAINT: Fix missing ``python3`` binary on CircleCI build job step (#85)
52+
* MAINT: Use ``setuptools_scm`` to manage versioning (#83)
3953
* MAINT: Split binary test-data out from gh repo (#84)
40-
* MAINT: Add docker image/circle build (#80)
54+
* MAINT: Add Docker image/circle build (#80)
4155
* MAINT: Drop Python 3.5 (#77)
42-
* MAINT: Better config on setup.py (binary operator starting line) (#60)
56+
* MAINT: Better config on ``setup.py`` (binary operator starting line) (#60)
4357
* MAINT: add docker build to travis matrix (#29)
4458
* MAINT: testing coverage (#16)
4559
* MAINT: pep8 complaints (#14)

0 commit comments

Comments
 (0)