@@ -21,10 +21,63 @@ Nibabel releases
2121Most work on NiBabel so far has been by Matthew Brett (MB), Chris Markiewicz
2222(CM), Michael Hanke (MH), Marc-Alexandre Côté (MC), Ben Cipollini (BC), Paul
2323McCarthy (PM), Chris Cheng (CC), Yaroslav Halchenko (YOH), Satra Ghosh (SG),
24- Eric Larson (EL), Demian Wassermann, and Stephan Gerhard.
24+ Eric Larson (EL), Demian Wassermann, Stephan Gerhard and Ross Markello (RM) .
2525
2626References like "pr/298" refer to github pull request numbers.
2727
28+ 3.1.0 (To be determined)
29+ ========================
30+
31+ New feature release in the 3.1.x series.
32+
33+ New features
34+ ------------
35+
36+ Enhancements
37+ ------------
38+
39+ Bug fixes
40+ ---------
41+ * Delay import of h5py until neded (pr/889) (YOH, reviewed by CM)
42+
43+ Maintenance
44+ -----------
45+ * Fix typo in documentation (pr/893) (Zvi Baratz, reviewed by CM)
46+ * Tests converted from nose to pytest (pr/865 + many sub-PRs)
47+ (Dorota Jarecka, Krzyzstof Gorgolewski, Roberto Guidotti, Anibal Solon,
48+ and Or Duek)
49+
50+ API changes and deprecations
51+ ----------------------------
52+ * ``kw_only_meth ``/``kw_only_func `` decorators are deprecated (pr/848)
53+ (RM, reviewed by CM)
54+
55+
56+ 2.5.2 (Wednesday 8 April 2020)
57+ ==============================
58+
59+ Bug-fix release in the 2.5.x series. This is an extended-support series,
60+ providing bug fixes for Python 2.7 and 3.4.
61+
62+ This and all future releases in the 2.5.x series will be incompatible with
63+ Python 3.9. The last compatible series of numpy and scipy are 1.16.x and
64+ 1.2.x, respectively.
65+
66+ If you are able to upgrade to Python 3, it is recommended to upgrade to
67+ NiBabel 3.
68+
69+ Bug fixes
70+ ---------
71+ * Change strings with invalid escapes to raw strings (pr/827) (EL, reviewed
72+ by CM)
73+ * Re-import externals/netcdf.py from scipy to resolve numpy deprecation
74+ (pr/821) (CM)
75+
76+ Maintenance
77+ -----------
78+ * Set maximum numpy to 1.16.x, maximum scipy to 1.2.x (pr/901) (CM)
79+
80+
28813.0.2 (Monday 9 March 2020)
2982===========================
3083
0 commit comments