v0.15.0
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
andset_qform
inNiftiHeader
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