@@ -24,6 +24,57 @@ Gerhard (SG) and Eric Larson (EL).
2424
2525References like "pr/298" refer to github pull request numbers.
2626
27+ Upcoming Release
28+ ================
29+
30+ New features
31+ ------------
32+
33+ Enhancements
34+ ------------
35+ * Simplfiy MGHImage and add footer fields (pr/569) (CM, reviewed by MB)
36+ * Force sform/qform codes to be ints, rather than numpy types (pr/575) (Paul
37+ McCarthy, reviewed by MB, CM)
38+ * Auto-fill color table in FreeSurfer annotation file (pr/592) (Paul McCarthy,
39+ reviewed by CM, MB)
40+ * Set default intent code for CIFTI2 images (pr/604) (Mathias Goncalves,
41+ reviewed by CM, Satra Ghosh, MB, Tim Coalson)
42+ * Raise informative error on empty files (pr/611) (Pradeep Raamana, reviewed
43+ by CM, MB)
44+ * Accept degenerate filenames such as ``.nii `` (pr/621) (Dimitri
45+ Papadopoulos-Orfanos, reviewed by Yaroslav Halchenko)
46+
47+ Bug fixes
48+ ---------
49+ * Preserve first point of `LazyTractogram ` (pr/588) (MC, reviewed by Nil
50+ Goyette, CM, MB)
51+ * Stop adding extraneous metadata padding (pr/593) (Jon Stutters, reviewed by
52+ CM, MB)
53+ * Accept lower-case orientation codes in TRK files (pr/600) (Kesshi Jordan,
54+ MB, reviewed by MB, MC, CM)
55+ * Annotation file reading (pr/592) (Paul McCarthy, reviewed by CM, MB)
56+ * Fix buffer size calculation in ArraySequence (pr/597) (Serge Koudoro,
57+ reviewed by MC, MB, Eleftherios Garyfallidis, CM)
58+ * Resolve ``UnboundLocalError `` in Python 3 (pr/607) (Jakub Kaczmarzyk,
59+ reviewed by MB, CM)
60+ * Do not crash on non-``ImportError `` failures in optional imports (pr/618)
61+ (Yaroslav Halchenko, reviewed by CM)
62+
63+ Maintenance
64+ -----------
65+ * Use SSH address to use key-based auth (pr/587) (CM, reviewed by MB)
66+ * Fix doctests for numpy 1.14 array printing (pr/591) (MB, reviewed by CM)
67+ * Refactor for pydicom 1.0 API changes (pr/599) (MB, reviewed by CM)
68+ * Increase test coverage, remove unreachable code (pr/602) (CM, reviewed by
69+ Yaroslav Halchenko, MB)
70+ * Move ``nib-ls `` to a new cmdline module (pr/601) (Chris Cheng, reviewed by
71+ MB, Yaroslav Halchenko)
72+ * Remove deprecated numpy indexing (EL, reviewed by CM)
73+
74+ API changes and deprecations
75+ ----------------------------
76+
77+
27782.2.1 (Wednesday 22 November 2017)
2879==================================
2980
0 commit comments