Releases: ChrisRega/image-compare
Releases · ChrisRega/image-compare
0.5.0
0.4.2
What's Changed
- Upgraded dependencies by @nikarh in #7
- 0.4.0 by @ChrisRega in #8
- fix: Calculate sum as f64 for images above 4096x4096 by @nikarh in #9
- Update dependencies by @oscargus in #10
- Updated dependencies by @ChrisRega in #11
New Contributors
Full Changelog: 0.3.1...0.4.2
0.4.0
What's Changed
- Upgraded dependencies by @nikarh in #7
- 0.4.0 by @ChrisRega in #8
New Contributors
Full Changelog: 0.3.1...0.4.0-release
0.3.1
0.2.6 support for faster compilation times
Support version 0.2
0.3.0
0.2.5
0.2.4 - maintainence release for updated dependencies
Update dependencies to the newest versions due to security vulnerabil…
0.2.3 bump tokio version due to CVE
Just bumping tokio minors, no changes in numerical pinning tests found.
0.2.2 - Optimize performance, no numerical changes
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.