Skip to content

Commit 973160f

Browse files
committed
Merge branch 'main-master' into maint/1.2.x
* main-master: DOC: add changes for 1.2.1 maintenance release DOC: add check-files to Makefile targets in doc
2 parents 8029735 + a9f37e7 commit 973160f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ Most work on NiBabel so far has been by Matthew Brett (MB) and Michael Hanke
2828
Krish Subramaniam, Alexandre Gramfort, Cindee Madison, Félix C. Morency,
2929
Christian Haselgrove.
3030

31+
* 1.2.1 (Wednesday 13 June 2012)
32+
33+
Particular thanks to Yaroslav Halchecko for fixes and cleanups in this release
34+
35+
* Bugfix release
36+
* Make compatible with pydicom 0.9.7
37+
* Refactor, rename nifti diagnostic script to ``nib-nifti-dx``
38+
* Fix a bug causing an error when analyzing affines for orientation, when the
39+
affine contained all 0 columns
40+
* Add missing ``dicomfs`` script to installation list and rename to
41+
``nib-dicomfs``
42+
3143
* 1.2.0 (Sunday 6 May 2012)
3244

3345
* New feature and bugfix release

doc/source/devel/make_release.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ in the ``testers`` module of that package. nibabel has Makefile targets for the
1717
use. The relevant targets are::
1818

1919
make check-version-info
20+
make check-files
2021
make sdist-tests
2122

2223
The first installs the code from a git archive, from the repository, and for

0 commit comments

Comments
 (0)