@@ -33,12 +33,34 @@ New features
33
33
34
34
Enhancements
35
35
------------
36
+ * Accept TCK files produced by tools with other delimiter/EOF defaults
37
+ (pr/720) (Soichi Hayashi, reviewed by CM, MB, MC)
38
+ * Allow BrainModels or Parcels to contain a single vertex in CIFTI
39
+ (pr/739) (Michiel Cottaar, reviewed by CM)
40
+ * Support for ``NIFTI_XFORM_TEMPLATE_OTHER `` xform code (pr/743) (CM)
36
41
37
42
Bug fixes
38
43
---------
44
+ * Skip refcheck in ArraySequence construction/extension (pr/719) (Ariel
45
+ Rokem, reviewed by CM, MC)
46
+ * Use safe resizing for ArraySequence extension (pr/724) (CM, reviewed
47
+ by MC)
48
+ * Fix typo in error message (pr/726) (Jon Haitz Legarreta Gorroño,
49
+ reviewed by CM)
50
+ * Support DICOM slice sorting in Python 3 (pr/728) (Samir Reddigari,
51
+ reviewed by CM)
52
+ * Correctly reorient dim_info when reorienting NIfTI images
53
+ (Konstantinos Raktivan, CM, reviewed by CM)
39
54
40
55
Maintenance
41
56
-----------
57
+ * Import updates to reduce upstream deprecation warnings (pr/711,
58
+ pr/705, pr/738) (EL, YOH, reviewed by CM)
59
+ * Delay import of ``nibabel.testing ``, ``nose `` and ``mock `` to speed up
60
+ import (pr/699) (CM)
61
+ * Increase coverage testing, drop coveralls (pr/722, pr/732) (CM)
62
+ * Add Zenodo metadata, sorted by commits (pr/732) (CM + others)
63
+ * Update author listing and copyrights (pr/742) (MB, reviewed by CM)
42
64
43
65
API changes and deprecations
44
66
----------------------------
0 commit comments