Skip to content

Commit 0469d5a

Browse files
committed
DOC: Changelog
1 parent 76a9cfd commit 0469d5a

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

Changelog

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

0 commit comments

Comments
 (0)