Skip to content

5.0.1

Compare
Choose a tag to compare
@effigies effigies released this 12 Feb 17:46
· 623 commits to master since this release

DOI

Bug-fix release in the 5.0.x series.

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.

Bug fixes

  • Support ragged voxel arrays in ParcelsAxis (pr/1194) (Michiel Cottaar, reviewed by CM)
  • Return to cwd on exception in InTemporaryDirectory (pr/1184) (CM)

Maintenance

  • Add py.typed to module root to enable use of types in downstream projects (pr/1196) (CM, reviewed by Fernando Pérez-Garcia)
  • Cache git-archive separately from Python packages in GitHub Actions (pr/1186) (CM, reviewed by Zvi Baratz)