@@ -25,6 +25,41 @@ 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
+ 3.0.0 (To Be Determined)
29
+ ========================
30
+
31
+ New features
32
+ ------------
33
+ * GiftiImage method ``agg_data() `` to return usable data arrays (pr/793)
34
+ (Hao-Ting Wang, reviewed by CM)
35
+ * Accept ``os.PathLike `` objects in place of filenames (pr/610) (Cameron
36
+ Riddell, reviewed by MB, CM)
37
+ * Function to calculate obliquity of affines (pr/815) (Oscar Esteban,
38
+ reviewed by MB)
39
+
40
+ Enhancements
41
+ ------------
42
+ * Improve clarity of coordinate system tutorial (pr/823) (Egor Panfilov,
43
+ reviewed by MB)
44
+
45
+ Bug fixes
46
+ ---------
47
+ * Re-import externals/netcdf.py from scipy to resolve numpy deprecation
48
+ (pr/821) (CM)
49
+
50
+ Maintenance
51
+ -----------
52
+ * Support Python >=3.5.1, including Python 3.8.0 (pr/787) (CM)
53
+ * Manage versioning with slightly customized Versioneer (pr/786) (CM)
54
+ * Reference Nipy Community Code and Nibabel Developer Guidelines in
55
+ GitHub community documents (pr/778) (CM, reviewed by MB)
56
+
57
+ API changes and deprecations
58
+ ----------------------------
59
+ * Deprecate ``DataobjImage.get_data() `` API, to be removed in nibabel 5.0
60
+ (pr/794, pr/809) (CM, reviewed by MB)
61
+
62
+
28
63
2.5.1 (Monday 23 September 2019)
29
64
================================
30
65
0 commit comments