@@ -29,20 +29,63 @@ Upcoming Release
29
29
30
30
New features
31
31
------------
32
+ * TRK <=> TCK streamlines conversion CLI tools (pr/606) (MC, reviewed by CM)
32
33
* Image slicing for SpatialImages (pr/550) (CM)
33
34
34
35
Enhancements
35
36
------------
36
37
* Simplfiy MGHImage and add footer fields (pr/569) (CM, reviewed by MB)
38
+ * Force sform/qform codes to be ints, rather than numpy types (pr/575) (Paul
39
+ McCarthy, reviewed by MB, CM)
40
+ * Auto-fill color table in FreeSurfer annotation file (pr/592) (Paul McCarthy,
41
+ reviewed by CM, MB)
42
+ * Set default intent code for CIFTI2 images (pr/604) (Mathias Goncalves,
43
+ reviewed by CM, Satra Ghosh, MB, Tim Coalson)
44
+ * Raise informative error on empty files (pr/611) (Pradeep Raamana, reviewed
45
+ by CM, MB)
46
+ * Accept degenerate filenames such as ``.nii `` (pr/621) (Dimitri
47
+ Papadopoulos-Orfanos, reviewed by Yaroslav Halchenko)
48
+ * Take advantage of ``IndexedGzipFile `` ``drop_handles `` flag to release
49
+ filehandles by default (pr/614) (Paul McCarthy, reviewed by CM, MB)
37
50
38
51
Bug fixes
39
52
---------
53
+ * Preserve first point of `LazyTractogram ` (pr/588) (MC, reviewed by Nil
54
+ Goyette, CM, MB)
55
+ * Stop adding extraneous metadata padding (pr/593) (Jon Stutters, reviewed by
56
+ CM, MB)
57
+ * Accept lower-case orientation codes in TRK files (pr/600) (Kesshi Jordan,
58
+ MB, reviewed by MB, MC, CM)
59
+ * Annotation file reading (pr/592) (Paul McCarthy, reviewed by CM, MB)
60
+ * Fix buffer size calculation in ArraySequence (pr/597) (Serge Koudoro,
61
+ reviewed by MC, MB, Eleftherios Garyfallidis, CM)
62
+ * Resolve ``UnboundLocalError `` in Python 3 (pr/607) (Jakub Kaczmarzyk,
63
+ reviewed by MB, CM)
64
+ * Do not crash on non-``ImportError `` failures in optional imports (pr/618)
65
+ (Yaroslav Halchenko, reviewed by CM)
66
+ * Return original array from ``get_fdata `` for array image, if no cast
67
+ required (pr/638, MB, reviewed by CM)
40
68
41
69
Maintenance
42
70
-----------
71
+ * Use SSH address to use key-based auth (pr/587) (CM, reviewed by MB)
72
+ * Fix doctests for numpy 1.14 array printing (pr/591) (MB, reviewed by CM)
73
+ * Refactor for pydicom 1.0 API changes (pr/599) (MB, reviewed by CM)
74
+ * Increase test coverage, remove unreachable code (pr/602) (CM, reviewed by
75
+ Yaroslav Halchenko, MB)
76
+ * Move ``nib-ls `` and other programs to a new cmdline module (pr/601, pr/615)
77
+ (Chris Cheng, reviewed by MB, Yaroslav Halchenko)
78
+ * Remove deprecated numpy indexing (EL, reviewed by CM)
79
+ * Update documentation to encourage ``get_fdata `` over ``get_data `` (pr/637,
80
+ MB, reviewed by CM)
43
81
44
82
API changes and deprecations
45
83
----------------------------
84
+ * Support for ``keep_file_open = 'auto' `` as a parameter to ``Opener() `` will
85
+ be deprecated in 2.4, for removal in 3.0. Accordingly, support for
86
+ ``openers.KEEP_FILE_OPEN_DEFAULT = 'auto' `` will be dropped on the same
87
+ schedule.
88
+ * Drop-in support for ``indexed_gzip < 0.7 `` has been removed.
46
89
47
90
48
91
2.2.1 (Wednesday 22 November 2017)
0 commit comments