Tags give the ability to mark specific points in history as being important
-
2.3.1
4fde877d · ·2.3.1 (Tuesday 16 October 2018) New features ------------ * ``nib-diff`` command line tool for comparing image files (pr/617, pr/672, pr/678) (CC, reviewed by YOH, Pradeep Raamana and CM) Enhancements ------------ * Speed up reading of numeric arrays in CIFTI2 (pr/655) (Michiel Cottaar, reviewed by CM) * Add ``ndim`` property to ``ArrayProxy`` and ``DataobjImage`` (pr/674) (CM, reviewed by MB) Bug fixes --------- * Deterministic deduction of slice ordering in degenerate cases (pr/647) (YOH, reviewed by CM) * Allow 0ms TR in MGH files (pr/653) (EL, reviewed by CM) * Allow for PPC64 little-endian long doubles (pr/658) (MB, reviewed by CM) * Correct construction of FreeSurfer annotation labels (pr/666) (CM, reviewed by EL, Paul D. McCarthy) * Fix logic for persisting filehandles with indexed-gzip (pr/679) (Paul D. McCarthy, reviewed by CM) Maintenance ----------- * Fix semantic error in coordinate systems documentation (pr/646) (Ariel Rokem, reviewed by CM, MB) * Test on Python 3.7, minor associated fixes (pr/651) (CM, reviewed by Gregory R. Lee, MB)
-
-
-
-
-
2.2.1
6fb75383 · ·Bug fixes --------- * Set L/R labels in orthoview correctly (pr/564) (CM) * Defer use of ufunc / memmap test - allows "freezing" (pr/572) (MB, reviewed by Satra Ghosh) * Fix doctest failures with pre-release numpy (pr/582) (MB, reviewed by CM) Maintenance ----------- * Update documentation around NIfTI qform/sform codes (pr/576) (Paul McCarthy, reviewed by MB, CM) + (pr/580) (Bennet Fauber, reviewed by Paul McCarthy) * Skip precision test on macOS, newer numpy (pr/583) (MB, reviewed by CM) * Simplify AppVeyor script, removing conda (pr/584) (MB, reviewed by CM)