Skip to content

Releases: clementpoiret/ROILoc

v0.2.9 - Bug fixes

15 Mar 13:10
Compare
Choose a tag to compare

v0.2.7 - Fixes ANTs causing disk errors

15 Mar 10:37
Compare
Choose a tag to compare
Pre-release

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

17 Feb 09:08
Compare
Choose a tag to compare

New offset argument

27 Sep 09:01
Compare
Choose a tag to compare
New offset argument Pre-release
Pre-release

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

14 Sep 11:41
Compare
Choose a tag to compare
Zenodo Release Pre-release
Pre-release
v0.2.4

Condition on decrop is zero

v0.2.3 - Inverse transform hotfix

01 Sep 14:18
Compare
Choose a tag to compare
Pre-release

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

27 Jul 14:20
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Fixes incorrect behavior when ambiguous "extracrops" pattern.

v0.2.0 - Sklearn-like API

19 Jul 09:22
Compare
Choose a tag to compare
Pre-release

Introducing a RoiLocator class with an sklearn-like API.

v0.1.3

18 Jul 10:38
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Changelog:

  • Removed NiBabel dep, using only built-in ants functions,
  • Replaced manual crops with build-in ants.crop_indices,
  • Forcing "LPI-" orientation (equivalent to "RAS+", it's just a naming convention) to prevent potential issues,
  • Fixes and optimizations.

v0.1.2 - Added support for extra files to crop

13 Jul 12:41
Compare
Choose a tag to compare

Changelog:

  • Support for extra files to crop based on pattern (e.g. a given manual segmentation to have matching labels on cropped MRIs),
  • Fixes and optimizations.