Releases: justin13888/iqa-rs
Releases · justin13888/iqa-rs
iqa-v1.2.1
Other
- align v1 public API docs and examples
- release v0.2.1
iqa-v1.2.0
Added
- update CI and Cargo configuration to use 'full' feature set for testing and linting
- (cli) expose all iqa metrics in iqa-cli
- add CIEDE2000 (ΔE₀₀) color-difference metric
Fixed
- update implementation status for CIEDE2000 metric in README
Other
- bump version of iqa and iqa-cli to 0.2.0 and update dependencies
- Merge branch 'master' of github.com:justin13888/iqa-rs
- remove XPSNR from metrics table
iqa-cli-v1.2.1
Other
- release v0.2.1
iqa-cli-v1.2.0
Added
- (cli) expose all iqa metrics in iqa-cli
- [breaking] integrate iqa-cli as a published workspace crate
Other
- bump version of iqa and iqa-cli to 0.2.0 and update dependencies
v0.1.4
Other
- cross-validate SSIMULACRA2 against the cloudinary 2.1 reference
v0.1.3
Added
- add MS-SSIM metric
- add DSSIM (structural dissimilarity) metric
Other
- Merge remote-tracking branch 'origin/master' into feat/psnr-hvs-m
- validate MS-SSIM against the reference msssim.m
iqa-v0.2.0
Added
- update CI and Cargo configuration to use 'full' feature set for testing and linting
- (cli) expose all iqa metrics in iqa-cli
- add CIEDE2000 (ΔE₀₀) color-difference metric
Fixed
- update implementation status for CIEDE2000 metric in README
Other
- bump version of iqa and iqa-cli to 0.2.0 and update dependencies
- Merge branch 'master' of github.com:justin13888/iqa-rs
- remove XPSNR from metrics table
iqa-cli-v0.2.0
First published release of iqa-cli, the command-line front-end to the iqa crate: decodes two images and emits every image-quality metric as JSON. Tracks the workspace 0.2.0 version alongside iqa 0.2.0.
v0.1.2
Other
- clarify how release-plz chooses the next version
v0.1.1
Added
- add butteraugli metric
- vendor lcms2, building it from source by default
- add native SSIM metric
Fixed
- initialize Butteraugli shim's uninitialized SIMD row padding
- make lcms2 backends a structural XOR
Other
- classify *.ppm as binary in .gitattributes
- harden butteraugli wrapper coverage
- numerically cross-validate butteraugli against libjxl v0.8.2
- add package-size & FFI-compiles-away check (#6)