Skip to content

3.1.0

Compare
Choose a tag to compare
@effigies effigies released this 20 Apr 13:15
· 1184 commits to master since this release
3.1.0

DOI

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.0 (Monday 20 April 2020)

New feature release in the 3.1.x series.

New features

  • Conformation function (processing.conform) and CLI tool (nib-conform) to apply shape, orientation and zooms (pr/853) (Jakub Kaczmarzyk, reviewed by CM, YOH)
  • Affine rescaling function (affines.rescale_affine) to update dimensions and voxel sizes (pr/853) (CM, reviewed by Jakub Kaczmarzyk)

Bug fixes

  • Delay import of h5py until neded (pr/889) (YOH, reviewed by CM)

Maintenance

  • Fix typo in documentation (pr/893) (Zvi Baratz, reviewed by CM)
  • Tests converted from nose to pytest (pr/865 + many sub-PRs) (Dorota Jarecka, Krzyzstof Gorgolewski, Roberto Guidotti, Anibal Solon, Or Duek, CM)

API changes and deprecations

  • kw_only_meth/kw_only_func decorators are deprecated (pr/848) (RM, reviewed by CM)