Releases: worldcoin/open-iris
Releases · worldcoin/open-iris
V1.11.1
What's Changed
- minor bugfix in filter convolution
- add an alternative method to estimate eye center using circle fitting
Full Changelog: v1.11.0...v1.11.1
V1.11.0
V1.10.0
What's Changed
- Add support for 16bits model ONNX inference
- Refactor and simplify orientation and eccentricity estimation with proper edge case protection
Full Changelog: v1.9.8...v1.10.0
v1.9.8
What's Changed
- simplify OcclusionCalculator and make it more efficient by skipping polar conversion
- fix to handle edge cases where pupil is not fully inside iris geometry in fusion_extrapolation
- fix nondeterministic random generation in multiprocessing
- fix CI-testing issue with pytest 9.0
Full Changelog: v1.9.7...v1.9.8
v1.9.7
What's Changed
- Fix Error Handling and None Value Processing in Templates Aggregation Pipeline by @ShevchenkoRostyslav in #177
- Fix Error Handling and None Value Processing in Templates Aggregation Pipeline (#177) by @ShevchenkoRostyslav in #178
Full Changelog: v1.9.6...v1.9.7
v1.9.6
Description
Quick fix that preserves an image_id within the aggregation pipeline.
What's Changed
- Preserve Image_id within the aggregation pipeline by @ShevchenkoRostyslav in #172
- Bump iris version by @ShevchenkoRostyslav in #174
- Release v1.9.6 by @ShevchenkoRostyslav in #175
Full Changelog: v1.9.5...v1.9.6
v1.9.5
open-iris v1.9.5
Changed
- Add image denoising before segmentation
- Update the performance card
Full Changelog: v1.9.4...v1.9.5
v1.9.4
Release 1.9.4
Description
Replaced DistanceMatrix serialization for better reliability/portability and added broader unit tests for metadata JSON serialization to cover edge cases and ensure consistent round-trips.
Limitations
Previously serialized DistanceMatrix artifacts may require re-generation or a one-time migration.
What's Changed
- Release 1.9.4 by @ShevchenkoRostyslav in #158
Full Changelog: v1.9.3...v1.9.4
v1.9.3
Release 1.9.2
Summary
- Add image_id to IRImage class #149
What's Changed
- Release 1.9.3 by @wiktorlazarski in #151
Full Changelog: v1.9.2...v1.9.3
v1.9.2
Release 1.9.2
Summary
- Introduces a new interpolation fusion method for multiview/multiframe processing.
- Preserves
numpy.ndarrayin safe serialization (no implicit list conversion).
Key Changes
- New interpolation fusion method for multiview/multiframe pipelines.
- Serialization: keep
numpy.ndarrayunchanged; update tests to match. - Version updates across codebase and pipeline configuration files.
Impact/Risk
- Potential adjustments where list conversion of arrays was assumed.
- Otherwise backward-compatible; no external API changes expected beyond serialization behavior.
What's Changed
- Release 1.9.2 by @ShevchenkoRostyslav in #147
Full Changelog: v1.9.1...v1.9.2