@@ -25,6 +25,22 @@ Eric Larson (EL), Demian Wassermann, and Stephan Gerhard.
2525
2626References like "pr/298" refer to github pull request numbers.
2727
28+ 3.0.2 (Monday 9 March 2020)
29+ ===========================
30+
31+ Bug fixes
32+ ---------
33+ * Attempt to find versioneer version when building docs (pr/894) (CM)
34+ * Delay import of h5py until neded (backport of pr/889) (YOH, reviewed by CM)
35+
36+ Maintenance
37+ -----------
38+ * Fix typo in documentation (backport of pr/893) (Zvi Baratz, reviewed by CM)
39+ * Set minimum matplotlib to 1.5.3 to ensure wheels are available on all
40+ supported Python versions. (backport of pr/887) (CM)
41+ * Remove ``pyproject.toml `` for now. (issue/859) (CM)
42+
43+
28443.0.1 (Monday 27 January 2020)
2945==============================
3046
@@ -79,7 +95,7 @@ Enhancements
7995
8096Bug fixes
8197---------
82- * Sliced ``Tractogram``s no longer ``apply_affine `` to the original
98+ * Sliced ``Tractogram ``\ s no longer ``apply_affine `` to the original
8399 ``Tractogram ``'s streamlines. (pr/811) (MC, reviewed by Serge Koudoro,
84100 Philippe Poulin, CM, MB)
85101* Change strings with invalid escapes to raw strings (pr/827) (EL, reviewed
@@ -98,7 +114,7 @@ Maintenance
98114API changes and deprecations
99115----------------------------
100116* Fully remove deprecated ``checkwarns `` and ``minc `` modules. (pr/852) (CM)
101- * The ``keep_file_open `` argument to file load operations and ``ArrayProxy``s
117+ * The ``keep_file_open `` argument to file load operations and ``ArrayProxy ``\ s
102118 no longer acccepts the value ``"auto" ``, raising a ``ValueError ``. (pr/852)
103119 (CM)
104120* Deprecate ``ArraySequence.data `` in favor of ``ArraySequence.get_data() ``,
@@ -420,7 +436,7 @@ New features
420436* Support for MRtrix TCK streamlines file format (pr/486) (MC, reviewed by
421437 MB, Arnaud Bore, J-Donald Tournier, Jean-Christophe Houde)
422438* Added ``get_fdata() `` as default method to retrieve scaled floating point
423- data from ``DataobjImage``s (pr/551) (MB, reviewed by CM, SG)
439+ data from ``DataobjImage ``\ s (pr/551) (MB, reviewed by CM, SG)
424440
425441Enhancements
426442------------
0 commit comments