Skip to content

Releases: clementpoiret/ROILoc

v0.4.1 - Fix MNI not included in sdist

29 Oct 10:28
cdc2a87

Choose a tag to compare

v0.4.0 - uv and deps update

29 Oct 08:57
cdc2a87

Choose a tag to compare

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

15 Mar 13:10

Choose a tag to compare

v0.2.7 - Fixes ANTs causing disk errors

15 Mar 10:37

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

Choose a tag to compare

New offset argument

27 Sep 09:01

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

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

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

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

Choose a tag to compare

Pre-release

Introducing a RoiLocator class with an sklearn-like API.