@@ -25,8 +25,42 @@ Eric Larson (EL), Demian Wassermann, and Stephan Gerhard.
2525
2626References like "pr/298" refer to github pull request numbers.
2727
28+ 2.5.0 (To be decided)
29+ =====================
30+
31+ Thanks for the test ECAT file and fix provided by Andrew Crabb.
32+
33+ Enhancements
34+ ------------
35+ * Add SerializableImage class with to/from_bytes methods (pr/644) (CM,
36+ reviewed by MB)
37+ * Check CIFTI-2 data shape matches shape described by header (pr/774)
38+ (Michiel Cottaar, reviewed by CM)
39+
40+ Bug fixes
41+ ---------
42+ * Handle stricter numpy casting rules in tests (pr/768) (CM)
43+ reviewed by PM)
44+ * TRK header fields flipped in files written on big-endian systems
45+ (pr/782) (CM, reviewed by YOH, MB)
46+ * Load multiframe ECAT images with Python 3 (CM and Andrew Crabb)
47+
48+ Maintenance
49+ -----------
50+ * Fix CodeCov paths on Appveyor for more accurate coverage (pr/769) (CM)
51+ * Move to setuptools and reduce use ``nisext `` functions (pr/764) (CM,
52+ reviewed by YOH)
53+ * Better handle test setup/teardown (pr/785) (CM, reviewed by YOH)
54+
55+ API changes and deprecations
56+ ----------------------------
57+ * Effect threatened warnings and set some deprecation timelines (pr/755) (CM)
58+ * Trackvis methods now default to v2 formats
59+ * ``nibabel.trackvis `` scheduled for removal in nibabel 4.0
60+ * ``nibabel.minc `` and ``nibabel.MincImage `` will be removed in nibabel 3.0
61+
28622.4.1 (Monday 27 May 2019)
29- ============================
63+ ==========================
3064
3165Contributions from Egor Pafilov, Jath Palasubramaniam, Richard Nemec, and
3266Dave Allured.
0 commit comments