Releases: MIDA-group/globalign
v1.0.3 - Including reference solution code for Learn2Reg 2024
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
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
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
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.