@@ -21,10 +21,65 @@ Nibabel releases
21
21
Most work on NiBabel so far has been by Matthew Brett (MB), Chris Markiewicz
22
22
(CM), Michael Hanke (MH), Marc-Alexandre Côté (MC), Ben Cipollini (BC), Paul
23
23
McCarthy (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) .
25
25
26
26
References like "pr/298" refer to github pull request numbers.
27
27
28
+ 3.1.0 (Monday 20 April 2020)
29
+ ============================
30
+
31
+ New feature release in the 3.1.x series.
32
+
33
+ New features
34
+ ------------
35
+ * Conformation function (``processing.conform ``) and CLI tool
36
+ (``nib-conform ``) to apply shape, orientation and zooms (pr/853) (Jakub
37
+ Kaczmarzyk, reviewed by CM, YOH)
38
+ * Affine rescaling function (``affines.rescale_affine ``) to update
39
+ dimensions and voxel sizes (pr/853) (CM, reviewed by Jakub Kaczmarzyk)
40
+
41
+ Bug fixes
42
+ ---------
43
+ * Delay import of h5py until neded (pr/889) (YOH, reviewed by CM)
44
+
45
+ Maintenance
46
+ -----------
47
+ * Fix typo in documentation (pr/893) (Zvi Baratz, reviewed by CM)
48
+ * Tests converted from nose to pytest (pr/865 + many sub-PRs)
49
+ (Dorota Jarecka, Krzyzstof Gorgolewski, Roberto Guidotti, Anibal Solon,
50
+ and Or Duek)
51
+
52
+ API changes and deprecations
53
+ ----------------------------
54
+ * ``kw_only_meth ``/``kw_only_func `` decorators are deprecated (pr/848)
55
+ (RM, reviewed by CM)
56
+
57
+
58
+ 2.5.2 (Wednesday 8 April 2020)
59
+ ==============================
60
+
61
+ Bug-fix release in the 2.5.x series. This is an extended-support series,
62
+ providing bug fixes for Python 2.7 and 3.4.
63
+
64
+ This and all future releases in the 2.5.x series will be incompatible with
65
+ Python 3.9. The last compatible series of numpy and scipy are 1.16.x and
66
+ 1.2.x, respectively.
67
+
68
+ If you are able to upgrade to Python 3, it is recommended to upgrade to
69
+ NiBabel 3.
70
+
71
+ Bug fixes
72
+ ---------
73
+ * Change strings with invalid escapes to raw strings (pr/827) (EL, reviewed
74
+ by CM)
75
+ * Re-import externals/netcdf.py from scipy to resolve numpy deprecation
76
+ (pr/821) (CM)
77
+
78
+ Maintenance
79
+ -----------
80
+ * Set maximum numpy to 1.16.x, maximum scipy to 1.2.x (pr/901) (CM)
81
+
82
+
28
83
3.0.2 (Monday 9 March 2020)
29
84
===========================
30
85
0 commit comments