Skip to content

Commit 546647c

Browse files
committed
DOC: Update changelog
1 parent 6ad859d commit 546647c

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

Changelog

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,41 @@ Eric Larson (EL), Demian Wassermann, and Stephan Gerhard.
2525

2626
References like "pr/298" refer to github pull request numbers.
2727

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+
2863
2.5.1 (Monday 23 September 2019)
2964
================================
3065

0 commit comments

Comments
 (0)