This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
Releases: obartra/ssim
Releases · obartra/ssim
v3.5.0
v3.4.0
feat(deps): update all dependencies Co-authored-by: Renovate Bot <[email protected]> BREAKING CHANGE
v3.3.2
perf(ssim): improve rgb and weber speed (#284) Weber algorithm improvements: - No interim rounding - No division - Removed branching - Keeps all numbers as floating points at the end RGB to Grayscale improvements: - Makes integer rgb calculation the default. - Old behavior can be restored by setting the option `rgb2grayVersion` to 'original' - Value changes are ~±0.001 Closes #276, closes #277, closes #278, closes #279, closes #281 BREAKING CHANGE
v3.3.1
v3.3.0
v3.2.0
v3.1.2
v3.1.1
chore(deps): update all dependencies (#218) Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Oscar <[email protected]>
v3.1.0
fix(publication): update publication steps for semantic-release 4 (#159) Updates semantic release to v4 format (no pre / post steps) Co-authored-by: obartraindeed <[email protected]>