Releases: nfrasser/pyoxipng
Releases · nfrasser/pyoxipng
v9.1.0
What's Changed
- Deprecated: options such as
filter
that that previously supportedset
types now expectSequence
types such aslist
ortuple
. Support forset
will be removed in v10. - Dropped build support for old operating systems that reached end-of-life
- Disable x86, armv7, s390x, ppc64le manylinux pip builds (breaking due to deflate dependency)
- Update to oxipng 9.1
- Update build toolchain
- Refactor internals
Full Changelog: v9.0.1...v9.1.0
v9.0.1
v9.0.0
What's Changed
- Update to oxipng 9
- BREAKING: Removed
backup
option - BREAKING: Removed
check
option - BREAKING: Removed
pretend
option - BREAKING: Removed
preserve_attrs
option - BREAKING: Replaced
oxipng.Headers
withoxipng.StripChunks
- Added:
RawImage
class for optimizing raw RGBA data - Added:
scale_16
option - Fixed: correct
fast_evaluation
option implementation
Full Changelog: v8.0.1...v9.0.0
v8.0.1
v8.0.0
What's Changed
- Update to oxipng 8
- BREAKING:
interlace
option now expectsoxipng.Interlace
enum - BREAKING: replace
alphas
option withoptimize_alpha
boolean - Added:
check
option
Full Changelog: v7.0.0...v8.0.0
v7.0.0
What's Changed
- Upgrade to oxipng 7.0.0 by @RaiaN in #6
- BREAKING:
filter
option now expects set ofoxipng.RowFilter
enum - BREAKING:
deflate
option now expects instance ofoxipng.Deflaters
- Added:
fast_evaluation
option
New Contributors
Full Changelog: v6.0.0...v7.0.0