Releases: ChrisRega/image-compare
Releases · ChrisRega/image-compare
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.
0.2.1 - Performance improvements
- Add rayon to almost all sensible places
- Interface and numerical results perfectly stable with 0.2.0
0.2.0
0.2.0 feature release
- Added 'stupid' RGB comparisons for MSSIM and RMS
- Added a hybrid mode for comparing colored imaged, MSSIM for gray structure (Y), RMS for u and v in YUV
- Added rayon-MT to the basic MSSIM and RMS algorithms
- Improved documentation
- Added more tests