Skip to content

Commit acfd925

Browse files
Merge pull request #541 from nipy/changelog
MRG: pre-release book-keeping
2 parents e058598 + 49a726b commit acfd925

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

.mailmap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Cindee Madison <cindee@berkeley.edu> CindeeM <cindee@berkeley.edu>
1717
Cindee Madison <cindee@berkeley.edu> cindeem <cindee@berkeley.edu>
1818
Ian Nimmo-Smith <iannimmosmith@gmail.com> Ian Nimmo-Smith <ian.nimmo-smith@mrc-cbu.cam.ac.uk>
1919
Jean-Baptiste Poline <jbpoline@gmail.com> jbpoline <jbpoline@gmail.com>
20-
Félix C. Morency <felix.morency@gmail.com> Felix C. Morency <felix.c.morency@usherbrooke.ca> Félix C. Morency <felix.c.morency@usherbrooke.ca>
20+
Félix C. Morency <felix.morency@gmail.com> Felix C. Morency <felix.c.morency@usherbrooke.ca>
2121
Félix C. Morency <felix.morency@gmail.com> Félix C. Morency <felix.c.morency@usherbrooke.ca>
2222
Krish Subramaniam <krish.subramaniam@gmail.com> Krish Subramaniam <krish@monster.nmr.mgh.harvard.edu>
2323
Eric Larson <larson.eric.d@gmail.com> Eric89GXL <larson.eric.d@gmail.com>

Changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ New features
3232

3333
* CIFTI support (pr/249) (Satra Ghosh, Michiel Cottaar, BC, CM, Demian
3434
Wassermann, MB)
35+
* Support for MRtrix TCK streamlines file format (pr/486) (MC, reviewed by
36+
MB, Arnaud Bore, J-Donald Tournier, Jean-Christophe Houde)
3537

3638
Enhancements
3739
------------
@@ -45,12 +47,16 @@ Enhancements
4547
* Allow dtype specifiers as fileslice input (pr/485) (MB)
4648
* Support "headerless" ArrayProxy specification, enabling memory-efficient
4749
ArrayProxy reshaping (pr/521) (CM)
50+
* Allow unknown NIfTI intent codes, add FSL codes (pr/528) (Paul McCarthy)
51+
* Improve error handling for ``img.__getitem__`` (pr/533) (Ariel Rokem)
4852

4953
Bug fixes
5054
---------
5155

5256
* Miscellaneous MINC reader fixes (pr/493) (Robert D. Vincent, reviewed by CM,
5357
MB)
58+
* Fix corner case in ``wrapstruct.get`` (pr/516) (Paul McCarthy, reviewed by
59+
CM, MB)
5460

5561
Maintenance
5662
-----------
@@ -65,6 +71,7 @@ API changes and deprecations
6571
* ``header`` argument to ``ArrayProxy.__init__`` is renamed to ``spec``
6672
* Deprecation of ``header`` property of ``ArrayProxy`` object, for removal in
6773
3.0
74+
* ``wrapstruct.get`` now returns entries evaluating ``False``, instead of ``None``
6875

6976

7077
2.1 (Monday 22 August 2016)

doc/source/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ contributed code and discussion (in rough order of appearance):
7474
* Robert D. Vincent
7575
* Ivan Gonzalez
7676
* Demian Wassermann
77+
* Paul McCarthy
78+
* Fernando Pérez García
79+
* Venky Reddy
7780

7881
License reprise
7982
===============

doc/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Requirements
8787
.travis.yml
8888
8989
* Python_ 2.7, or >= 3.4
90-
* NumPy_ 1.7 or greater
90+
* NumPy_ 1.7.1 or greater
9191
* Six_ 1.3 or greater
9292
* SciPy_ (optional, for full SPM-ANALYZE support)
9393
* PyDICOM_ 0.9.7 or greater (optional, for DICOM support)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# doc/source/installation.rst
77

88
six>=1.3
9-
numpy>=1.7
9+
numpy>=1.7.1

0 commit comments

Comments
 (0)