Skip to content

Releases: ChrisRega/image-compare

0.5.0

18 Aug 15:24

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.2...0.5.0

0.4.2

27 May 21:33
23c186f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.1...0.4.2

0.4.0

21 Mar 20:35

Choose a tag to compare

What's Changed

New Contributors

  • @nikarh made their first contribution in #7

Full Changelog: 0.3.1...0.4.0-release

0.3.1

26 Sep 17:37
7642ff2

Choose a tag to compare

Just a small service release cutting down on image-rs deps to reduce build times.

0.2.6 support for faster compilation times

26 Sep 17:50

Choose a tag to compare

0.3.0

31 May 12:52
317198e

Choose a tag to compare

  • new API
  • RGBA hybrid comparison modes
  • Small bugfix in hybrid comparison, changes numerical results a little

0.2.5

27 Mar 17:45
159e155

Choose a tag to compare

Security vulnerabilities in dependencies

0.2.4 - maintainence release for updated dependencies

10 Jan 17:55

Choose a tag to compare

Update dependencies to the newest versions due to security vulnerabil…

0.2.3 bump tokio version due to CVE

08 Jun 17:06

Choose a tag to compare

Just bumping tokio minors, no changes in numerical pinning tests found.

0.2.2 - Optimize performance, no numerical changes

14 May 18:47

Choose a tag to compare

Some rayon introduction changes of 0.2.1 could lead to performance problems on systems with more than 4 cores due to sync overhead and thread congestion. These places were removed in this release.