@@ -25,11 +25,18 @@ Eric Larson (EL), Demian Wassermann, and Stephan Gerhard.
25
25
26
26
References like "pr/298" refer to github pull request numbers.
27
27
28
- 2.5.2 (To Be Determined)
29
- ========================
28
+ 2.5.2 (Wednesday 8 April 2020)
29
+ ==============================
30
+
31
+ Bug-fix release in the 2.5.x series. This is an extended-support series,
32
+ providing bug fixes for Python 2.7 and 3.4.
30
33
31
- This and all future releases in 2.5.x series will be incompatible with Python
32
- 3.9.
34
+ This and all future releases in the 2.5.x series will be incompatible with
35
+ Python 3.9. The last compatible series of numpy and scipy are 1.16.x and
36
+ 1.2.x, respectively.
37
+
38
+ If you are able to upgrade to Python 3, it is recommended to upgrade to
39
+ NiBabel 3.
33
40
34
41
Bug fixes
35
42
---------
@@ -38,6 +45,11 @@ Bug fixes
38
45
* Re-import externals/netcdf.py from scipy to resolve numpy deprecation
39
46
(pr/821) (CM)
40
47
48
+ Maintenance
49
+ -----------
50
+ * Set maximum numpy to 1.16.x, maximum scipy to 1.2.x (pr/901) (CM)
51
+
52
+
41
53
2.5.1 (Monday 23 September 2019)
42
54
================================
43
55
@@ -304,7 +316,7 @@ Maintenance
304
316
* Use SSH address to use key-based auth (pr/587) (CM, reviewed by MB)
305
317
* Fix doctests for numpy 1.14 array printing (pr/591) (MB, reviewed by CM)
306
318
* Refactor for pydicom 1.0 API changes (pr/599) (MB, reviewed by CM)
307
- * Increase test coverage, remove unreachable code (pr/602) (CM, reviewed by
319
+ * Increase test coverage, remove unreachable code (pr/602) (CM, reviewed by
308
320
Yaroslav Halchenko, MB)
309
321
* Move ``nib-ls `` and other programs to a new cmdline module (pr/601, pr/615)
310
322
(Chris Cheng, reviewed by MB, Yaroslav Halchenko)
0 commit comments