Skip to content

Commit 72d1511

Browse files
committed
DOC: add Changelog for parrec2nii code change
1 parent b6fe9a4 commit 72d1511

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Changelog

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Gerhard (SG) and Eric Larson (EL).
2424

2525
References like "pr/298" refer to github pull request numbers.
2626

27-
2.1 (TBA)
28-
=========
27+
2.1 (Monday 22 August 2016)
28+
===========================
2929

3030
New features
3131
------------
@@ -88,7 +88,9 @@ Maintenance
8888
Ariel Rokem, MB);
8989
* Improved test framework for warnings (pr/345) (BC, reviewed by CM, MB);
9090
* 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).
9294

9395
API changes and deprecations
9496
----------------------------
@@ -98,6 +100,8 @@ API changes and deprecations
98100
instead of a ``HeaderError``. We are raising a ``DataError`` if the track
99101
is truncated when ``strict=True`` (the default), rather than a ``TypeError``
100102
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");
101105
* Deprecation of ``get_header``, ``get_affine`` method of image objects for
102106
removal in version 4.0;
103107
* Removed broken ``from_filespec`` method from image objects, and deprecated

0 commit comments

Comments
 (0)