3.1.1
Most work on NiBabel so far has been by Matthew Brett (MB), Chris Markiewicz (CM), Michael Hanke (MH), Marc-Alexandre Côté (MC), Ben Cipollini (BC), Paul McCarthy (PM), Chris Cheng (CC), Yaroslav Halchenko (YOH), Satra Ghosh (SG), Eric Larson (EL), Demian Wassermann, Stephan Gerhard and Ross Markello (RM).
References like "pr/298" refer to github pull request numbers.
3.1.1 (Friday 26 June 2020)
Bug-fix release in the 3.1.x series.
These are small compatibility fixes that support ARM64 architecture and indexed_gzip>=1.3.0
.
Bug fixes
- Detect
IndexedGzipFile
as compressed file type (pr/925) (PM, reviewed by CM) - Correctly cast
nan
when testingarray_to_file
, fixing ARM64 builds (pr/862) (CM, reviewed by MB)