Skip to content

Commit 719f4ae

Browse files
authored
Merge pull request #974 from nipy/rel/3.2.1
REL: 3.2.1
2 parents 516efa1 + 88e4761 commit 719f4ae

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

Changelog

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,20 @@ 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.1 (Saturday 28 November 2020)
29+
=================================
30+
31+
Bug fix release in the 3.2.x series.
32+
33+
Maintenance
34+
-----------
35+
* Drop references to builtin types in Numpy namespace like ``np.float``
36+
(pr/964) (EL, reviewed by CM)
37+
* Ensure compatibility with Python 3.9 (pr/963) (CM)
38+
39+
2840
3.2.0 (Tuesday 20 October 2020)
29-
==============================
41+
===============================
3042

3143
New feature release in the 3.2.x series.
3244

nibabel/benchmarks/bench_arrayproxy_slicing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
('?', '?', '?', ':'),
4747
]
4848

49-
KEEP_OPENS = [False, True, 'auto']
49+
KEEP_OPENS = [False, True]
5050

5151
if HAVE_INDEXED_GZIP:
5252
HAVE_IGZIP = [False, True]

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers =
1616
Programming Language :: Python :: 3.6
1717
Programming Language :: Python :: 3.7
1818
Programming Language :: Python :: 3.8
19+
Programming Language :: Python :: 3.9
1920
Topic :: Scientific/Engineering
2021
license = MIT License
2122
description = Access a multitude of neuroimaging data formats

0 commit comments

Comments
 (0)