Skip to content

Releases: worldcoin/open-iris

V1.11.1

31 Mar 14:08
e6199f7

Choose a tag to compare

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

19 Feb 19:20
62d9753

Choose a tag to compare

What's Changed

  • logic fix in LSQEllipseFitWithRefinement

Full Changelog: v1.10.0...v1.11.0

V1.10.0

09 Dec 15:19
de4860c

Choose a tag to compare

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

19 Nov 22:04
fc61f32

Choose a tag to compare

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

02 Oct 12:37
645a5b5

Choose a tag to compare

What's Changed

Full Changelog: v1.9.6...v1.9.7

v1.9.6

01 Oct 08:02
cd7ac1d

Choose a tag to compare

Description

Quick fix that preserves an image_id within the aggregation pipeline.

What's Changed

Full Changelog: v1.9.5...v1.9.6

v1.9.5

25 Sep 15:32
b490386

Choose a tag to compare

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

18 Sep 13:13
baea011

Choose a tag to compare

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

Full Changelog: v1.9.3...v1.9.4

v1.9.3

15 Sep 13:21
09ce331

Choose a tag to compare

Release 1.9.2

Summary

  • Add image_id to IRImage class #149

What's Changed

Full Changelog: v1.9.2...v1.9.3

v1.9.2

01 Sep 10:53
f0a39cd

Choose a tag to compare

Release 1.9.2

Summary

  • Introduces a new interpolation fusion method for multiview/multiframe processing.
  • Preserves numpy.ndarray in safe serialization (no implicit list conversion).

Key Changes

  • New interpolation fusion method for multiview/multiframe pipelines.
  • Serialization: keep numpy.ndarray unchanged; 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

Full Changelog: v1.9.1...v1.9.2