Releases: wanadev/yoga
Releases · wanadev/yoga
YOGA v1.3.1-1
This version has no code change from the v1.3.1. It is only an update of the distribution :
- A brand new standalone version was build for Linux
- The Windows standalone distribution was updated (changes in documentation)
Changelog:
- dist: Added scripts to build a standalone binary version of YOGA on Linux
YOGA v1.3.1
- chore(sdist): Fixed included files in sdist package (@flozz)
YOGA v1.3.0
YOGA v1.2.3
YOGA v1.2.2
YOGA v1.2.1
Changelog:
v1.2.1:
- No change: fix an upload error on PYPI
v1.2.0:
- Add color quantization options (based on libimagequant) [documentation]
arm64
anduniversal2
wheels for macOSx86
andx68_64
wheels for musl-based Linux distro (Alpine,...)- MAINTAINERS: New dependency: imagequant
YOGA v1.2.0
Changelog:
- Add color quantization options (based on libimagequant) [documentation]
arm64
anduniversal2
wheels for macOSx86
andx68_64
wheels for musl-based Linux distro (Alpine,...)- MAINTAINERS: New dependency: imagequant
YOGA v1.1.2
-
1.1.2:
- Add flag to CFFI builder to fix MacOS build
-
1.1.1:
- JPEG: ignore invalid values for the orientation tag (#38)
- Python 3.10 support and wheels
YOGA v1.1.0
-
JPEG Optimization:
- Honor the JPEG orientation EXIF tag
- JPEG optimization has been improved by using some optimizations from
MozJPEG after the Guetzli encoding (from 2.4 % to 7.3 % of additional size
reduction)
-
PNG Optimization:
- YOGA can no more output a PNG larger than the input one when performing
a PNG to PNG optimization
- YOGA can no more output a PNG larger than the input one when performing
-
CLI:
- Allow to cancel an optimization using Ctrl+C (NOTE: may not work on
Windows) - Add a
--version
option to get YOGA's version - Improve
yoga --help
usage
- Allow to cancel an optimization using Ctrl+C (NOTE: may not work on
-
Python versions:
- Python 2.7 support dropped
-
NOTE for packagers:
- new dependency to mozjpeg-lossless-optimization
YOGA v1.0.0
- WEBP (lossy and lossless) images supported as output format
- PNG default optimization preset changed to a 10× faster preset (old preset stil available with
--png-slow-optimization
flag) - New model flag
--no-fix-infacing-normals
to disable Assimp's "fix infacing normals" postprocess (#32, #33) - Show CLI usage when no parameter given
- Developer documentation improved (#31)
- ASSIMP library updated
WARNING: This is the last version to actively support Python 2.7!