Releases: clementpoiret/ROILoc
Releases · clementpoiret/ROILoc
v0.4.1 - Fix MNI not included in sdist
Full Changelog: v0.3.0...v0.4.1
v0.4.0 - uv and deps update
What's Changed
- Updated to the latest version of ANTs,
- Changed Python min. version from 3.7 to 3.9 (because of numpy),
- Switched from Poetry to uv,
- Setup a clean development environment.
Full Changelog: v0.2.9...v0.4.0
v0.2.9 - Bug fixes
Full Changelog: v0.2.7...v0.2.9
v0.2.7 - Fixes ANTs causing disk errors
Introduced handle_cache
decorator to fix an issue mentioned in ANTsX/ANTsPy#117
Full Changelog: v0.2.6...v0.2.7
v0.2.6 - Updated dependencies
Full Changelog: v0.2.5...v0.2.6
New offset argument
Added a new offset argument.
Sometimes, when marginsshould be high enough to include the whole ROI, but the ROI is still off-centered, the offset argument can be used to roughly recenter the ROI
Zenodo Release
v0.2.4 Condition on decrop is zero
v0.2.3 - Inverse transform hotfix
Fixed a bug where the decropped volumes where filled with brain tissues instead of zeros.
This behavior is determined by the condition "decrop_is_zero".
v0.2.1
Fixes incorrect behavior when ambiguous "extracrops" pattern.
v0.2.0 - Sklearn-like API
Introducing a RoiLocator class with an sklearn-like API.