Skip to content

v0.15.0

Compare
Choose a tag to compare
@Enet4 Enet4 released this 29 Nov 19:41
· 74 commits to master since this release

Changes

  • The error type became non-exhaustive, meaning that exhaustive matching can no longer be done without a catch-all brace. Most users should not be affected by this (#98).

  • Dependencies were updated (#95):

    • byteordered 0.6
    • nalgebra 0.31
    • simba 0.7.1

New

  • Methods set_sform and set_qform in NiftiHeader are now available to users (#97 @nilgoyette)

Enhancements

  • Use try_reserve to allocate volume/extended data (#93)

Misc

  • Use github-actions/checkout v3 in CI (#91)

Full Changelog: v0.14.0...v0.15.0