@@ -24,6 +24,45 @@ Gerhard (SG), Eric Larson (EL), Yaroslav Halchenko (YOH) and Chris Cheng (CC).
24
24
25
25
References like "pr/298" refer to github pull request numbers.
26
26
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
+
27
66
2.3.1 (Tuesday 16 October 2018)
28
67
===============================
29
68
0 commit comments