Skip to content

Commit 0695372

Browse files
committed
DOC: Changelog
1 parent 7021395 commit 0695372

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

Changelog

+51
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,57 @@ Eric Larson (EL), Demian Wassermann, Stephan Gerhard and Ross Markello (RM).
2525

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

28+
3.2.0 (Monday 19 October 2020)
29+
==============================
30+
31+
New feature release in the 3.2.x series.
32+
33+
New features
34+
------------
35+
* ``nib-roi`` CLI tool to crop images and/or flip axes (pr/947) (CM, reviewed
36+
by Chris Cheng and Mathias Goncalves)
37+
* Parser for Siemens "ASCCONV" text format (pr/896) (Brendan Moloney and MB,
38+
reviewed by CM)
39+
40+
Enhancements
41+
------------
42+
* Drop confusing mention of ``img.to_filename()`` in getting started guide
43+
(pr/946) (Fernando Pérez-Garcia, reviewed by MB, CM)
44+
* Implement ``to_bytes()``/``from_bytes()`` methods for ``Cifti2Image``
45+
(pr/938) (CM, reviewed by Mathias Goncalves)
46+
* Clean up of DICOM documentation (pr/910) (Jonathan Daniel, reviewed by MB)
47+
48+
Bug fixes
49+
---------
50+
* Use canvas manager API to set title in ``OrthoSlicer3D`` (pr/958) (EL,
51+
reviewed by CM)
52+
* Record units as seconds parrec2nii; previously set TR to seconds but
53+
retained msec units (pr/931) (CM, reviewed by MB)
54+
* Reflect on-disk dimensions in NIfTI-2 view of CIFTI-2 images (pr/930)
55+
(Mathias Goncalves and CM)
56+
* Fix outdated Python 2 and Sympy code in DICOM derivations (pr/911) (MB,
57+
reviewed by CM)
58+
* Change string with invalid escape to raw string (pr/909) (EL, reviewed
59+
by MB)
60+
61+
Maintenance
62+
-----------
63+
* Fix typo in docs (pr/955) (Carl Gauthier, reviewed by CM)
64+
* Purge nose from nisext tests (pr/934) (Markéta Calábková, reviewed by CM)
65+
* Suppress expected warnings in tests (pr/949) (CM, reviewed by Dorota
66+
Jarecka)
67+
* Various cleanups and modernizations (pr/916, pr/917, pr/918, pr/919)
68+
(Jonathan Daniel, reviewed by CM)
69+
* SVG logo for improved appearance in with zooming (pr/914) (Jonathan Daniel,
70+
reviewed by CM)
71+
72+
API changes and deprecations
73+
----------------------------
74+
* Drop support for Numpy < 1.13 (pr/922) (CM)
75+
* Warn on use of ``onetime.setattr_on_read``, which has been a deprecated
76+
alias of ``auto_attr`` (pr/948) (CM, reviewed by Ariel Rokem)
77+
78+
2879
3.1.1 (Friday 26 June 2020)
2980
===========================
3081

0 commit comments

Comments
 (0)