@@ -25,11 +25,18 @@ Eric Larson (EL), Demian Wassermann, and Stephan Gerhard.
2525
2626References like "pr/298" refer to github pull request numbers.
2727
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.
3033
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.
3340
3441Bug fixes
3542---------
@@ -38,6 +45,11 @@ Bug fixes
3845* Re-import externals/netcdf.py from scipy to resolve numpy deprecation
3946 (pr/821) (CM)
4047
48+ Maintenance
49+ -----------
50+ * Set maximum numpy to 1.16.x, maximum scipy to 1.2.x (pr/901) (CM)
51+
52+
41532.5.1 (Monday 23 September 2019)
4254================================
4355
@@ -304,7 +316,7 @@ Maintenance
304316* Use SSH address to use key-based auth (pr/587) (CM, reviewed by MB)
305317* Fix doctests for numpy 1.14 array printing (pr/591) (MB, reviewed by CM)
306318* 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
308320 Yaroslav Halchenko, MB)
309321* Move ``nib-ls `` and other programs to a new cmdline module (pr/601, pr/615)
310322 (Chris Cheng, reviewed by MB, Yaroslav Halchenko)
0 commit comments