File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ Gerhard (SG) and Eric Larson (EL).
24
24
25
25
References like "pr/298" refer to github pull request numbers.
26
26
27
- 2.1 (TBA )
28
- =========
27
+ 2.1 (Monday 22 August 2016 )
28
+ ===========================
29
29
30
30
New features
31
31
------------
@@ -88,7 +88,9 @@ Maintenance
88
88
Ariel Rokem, MB);
89
89
* Improved test framework for warnings (pr/345) (BC, reviewed by CM, MB);
90
90
* New decorator to specify start and end versions for deprecation warnings
91
- (MB, reviewed by CM).
91
+ (MB, reviewed by CM);
92
+ * Write qform affine matrix to NIfTI images output by ``parrec2nii `` (pr/478)
93
+ (Jasper J.F. van den Bosch, reviewed by Gregory R. Lee, MB).
92
94
93
95
API changes and deprecations
94
96
----------------------------
@@ -98,6 +100,8 @@ API changes and deprecations
98
100
instead of a ``HeaderError ``. We are raising a ``DataError `` if the track
99
101
is truncated when ``strict=True `` (the default), rather than a ``TypeError ``
100
102
when trying to create the points array.
103
+ * Change sform code that ``parrec2nii `` script writes to NIfTI images; change
104
+ from 2 ("aligned") to 1 ("scanner");
101
105
* Deprecation of ``get_header ``, ``get_affine `` method of image objects for
102
106
removal in version 4.0;
103
107
* Removed broken ``from_filespec `` method from image objects, and deprecated
You can’t perform that action at this time.
0 commit comments