Skip to content

Releases: justin13888/iqa-rs

iqa-v1.2.1

10 Jun 22:36
213dcd7

Choose a tag to compare

Other

  • align v1 public API docs and examples
  • release v0.2.1

iqa-v1.2.0

10 Jun 20:48
ac55a2c

Choose a tag to compare

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

10 Jun 22:38
213dcd7

Choose a tag to compare

Other

  • release v0.2.1

iqa-cli-v1.2.0

10 Jun 20:49
ac55a2c

Choose a tag to compare

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

09 Jun 04:37
4d5a9ed

Choose a tag to compare

Other

  • cross-validate SSIMULACRA2 against the cloudinary 2.1 reference

v0.1.3

09 Jun 03:21
74f1fa2

Choose a tag to compare

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

09 Jun 18:34
42d35db

Choose a tag to compare

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

09 Jun 18:42
42d35db

Choose a tag to compare

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.

https://crates.io/crates/iqa-cli/0.2.0

v0.1.2

08 Jun 17:34
5e34369

Choose a tag to compare

Other

  • clarify how release-plz chooses the next version

v0.1.1

08 Jun 16:45
fd55be0

Choose a tag to compare

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)