Skip to content

Releases: MIDA-group/globalign

v1.0.3 - Including reference solution code for Learn2Reg 2024

03 Aug 19:13
Compare
Choose a tag to compare

Including reference solution code (in subdir Learn2Reg) for the Learn2Reg 2024 COMULISglobe (SHG-BF) challenge (see README.md)

Full Changelog: v1.0.2...v1.0.3

v1.0.2 - Fix/change: Half a pixel offset for reported center_of_rotation

03 Aug 16:23
Compare
Choose a tag to compare

Center of rotation reported assuming the origin at the center of top left pixel, appropriate for scipy.ndimage.map_coordinates (used by globalign.warp_image_rigid).
Prior versions reported Center of rotation assuming the origin at top left of top left pixel (convention of torchvision.transforms.functional.rotate).

This fix resolves Issue #1

Full Changelog: v1.0.1...v1.0.2

v1.0.1 - Optional RNG for reproducibility

03 Aug 13:35
Compare
Choose a tag to compare

Option to supply a Random number generator for the 'random_angles' function, enabling reproducible results.
Releasing separately to simplify checking consequences of following off-by-one-half bugfix release.

Full Changelog: v1.0.0...v1.0.1

v1.0.0 - Legacy version

03 Aug 12:12
cfff8bd
Compare
Choose a tag to compare

Making a release of the "classic" code which has been around for more than 3 years now.
Note, this version has an off-by-one-half issue on the "Center of rotation", thus using a later version is generally recommended.