@@ -25,6 +25,22 @@ 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.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
+
28
44
3.0.1 (Monday 27 January 2020)
29
45
==============================
30
46
@@ -79,7 +95,7 @@ Enhancements
79
95
80
96
Bug fixes
81
97
---------
82
- * Sliced ``Tractogram``s no longer ``apply_affine `` to the original
98
+ * Sliced ``Tractogram ``\ s no longer ``apply_affine `` to the original
83
99
``Tractogram ``'s streamlines. (pr/811) (MC, reviewed by Serge Koudoro,
84
100
Philippe Poulin, CM, MB)
85
101
* Change strings with invalid escapes to raw strings (pr/827) (EL, reviewed
@@ -98,7 +114,7 @@ Maintenance
98
114
API changes and deprecations
99
115
----------------------------
100
116
* 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
102
118
no longer acccepts the value ``"auto" ``, raising a ``ValueError ``. (pr/852)
103
119
(CM)
104
120
* Deprecate ``ArraySequence.data `` in favor of ``ArraySequence.get_data() ``,
@@ -420,7 +436,7 @@ New features
420
436
* Support for MRtrix TCK streamlines file format (pr/486) (MC, reviewed by
421
437
MB, Arnaud Bore, J-Donald Tournier, Jean-Christophe Houde)
422
438
* 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)
424
440
425
441
Enhancements
426
442
------------
0 commit comments