Skip to content

Commit 8b1a1b2

Browse files
committed
Merge branch 'maint/2.3.x'
2 parents a13de6e + e2b5a90 commit 8b1a1b2

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

Changelog

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,45 @@ Gerhard (SG), Eric Larson (EL), Yaroslav Halchenko (YOH) and Chris Cheng (CC).
2424

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

27+
2.3.2 (Wedmesday 2 January 2019)
28+
================================
29+
30+
Enhancements
31+
------------
32+
* Enable toggling crosshair with ``Ctrl-x`` in ``OrthoSlicer3D`` viewer (pr/701)
33+
(Miguel Estevan Moreno, reviewed by CM)
34+
35+
Bug fixes
36+
---------
37+
* Read .PAR files corresponding to ADC maps (pr/685) (Gregory R. Lee, reviewed
38+
by CM)
39+
* Increase maximum number of items read from Siemens CSA format (Igor Solovey,
40+
reviewed by CM, MB)
41+
* Check boolean dtypes with ``numpy.issubdtype(..., np.bool_)`` (pr/707)
42+
(Jon Haitz Legarreta Gorroño, reviewed by CM)
43+
44+
Maintenance
45+
-----------
46+
* Fix small typos in parrec2nii help text (pr/682) (Thomas Roos, reviewed by
47+
MB)
48+
* Remove deprecated calls to ``numpy.asscalar`` (pr/686) (CM, reviewed by
49+
Gregory R. Lee)
50+
* Update QA directives to accommodate Flake8 3.6 (pr/695) (CM)
51+
* Update DOI links to use ``https://doi.org`` (pr/703) (Katrin Leinweber,
52+
reviewed by CM)
53+
* Remove deprecated calls to ``numpy.fromstring`` (pr/700) (Ariel Rokem,
54+
reviewed by CM, MB)
55+
* Drop ``distutils`` support, require ``bz2file`` for Python 2.7 (pr/700)
56+
(CM, reviewed by MB)
57+
* Replace mutable ``bytes`` hack, disabled in numpy pre-release, with
58+
``bytearray``/``readinto`` strategy (pr/700) (Ariel Rokem, CM, reviewed by
59+
CM, MB)
60+
61+
API changes and deprecations
62+
----------------------------
63+
* Add ``Opener.readinto`` method to read file contents into pre-allocated buffers
64+
(pr/700) (Ariel Rokem, reviewed by CM, MB)
65+
2766
2.3.1 (Tuesday 16 October 2018)
2867
===============================
2968

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
# General information about the project.
8989
project = u'NiBabel'
90-
copyright = u'2006-2018, %(MAINTAINER)s <%(AUTHOR_EMAIL)s>' % rel
90+
copyright = u'2006-2019, %(MAINTAINER)s <%(AUTHOR_EMAIL)s>' % rel
9191

9292
# The version info for the project you're documenting, acts as replacement for
9393
# |version| and |release|, also used in various other places throughout the

doc/source/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ contributed code and discussion (in rough order of appearance):
8787
* Mathias Goncalves
8888
* Jakub Kaczmarzyk
8989
* Dimitri Papadopoulos Orfanos
90+
* Miguel Estevan Moreno
91+
* Thomas Roos
92+
* Igor Solovey
93+
* Jon Haitz Legarreta Gorroño
94+
* Katrin Leinweber
9095

9196
License reprise
9297
===============

0 commit comments

Comments
 (0)