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 >`__.
6
5
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)
7
11
* FIX: Remove the ``--inv `` flag from regression ``mri_vol2vol `` regression test (#78)
8
12
* FIX: Improve handling of optional fields in LTA (#65)
9
13
* FIX: LTA conversions (#36)
14
+ * ENH: Add more comprehensive comments to notebook (#134)
10
15
* 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)
15
20
* ENH: Support for transforms mappings (e.g., head-motion correction) (#59)
16
21
* ENH: command line interface (#55)
17
22
* 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)
19
24
* 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)
22
27
* ENH: More comprehensive implementation of ITK affines I/O (#35)
23
28
* ENH: Added some minimal test-cases to the Affine class (#33)
24
29
* 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
31
36
* ENH: Use ``obliquity `` directly from nibabel (#18)
32
37
* ENH: Setting up a battery of tests (#9)
33
38
* 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)
34
48
* DOC: Add figure to JOSS draft / Add @smoia to author list (#61)
35
49
* DOC: Initial JOSS draft (#47)
36
50
* 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)
39
53
* 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)
41
55
* 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)
43
57
* MAINT: add docker build to travis matrix (#29)
44
58
* MAINT: testing coverage (#16)
45
59
* MAINT: pep8 complaints (#14)
0 commit comments