Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.1.2] - 2024-05-29
Added
Added canonicalization with optimization approach.
Added evaluating transfer learning capabilities of canonicalizer.
Added pull request template.
Added test for discrete invert canonicalization.
Fixed
Fixed segmentation evaluation for non-identity canonicalizers.
Fixed minor bugs in inverse canonicalization for discrete groups.
Changed
Updated
README.mdwith Improved Canonicalization for Model Agnostic Equivariance (EquiVision, CVPR 2024 workshop) paper details.Updated
CONTRIBUTING.mdwith more information on how to run the code checks.Changed the OS used to test Python 3.7 on GitHub actions (macos-latest -> macos-13).
[0.1.1] - 2024-03-15
Changed
Operating system classifier in
setup.cfg.Replaced
escnndependency withe2cnn.
[0.1.0] - 2024-03-14
Added
Initial version of project on GitHub.