Releases: sergey-dryabzhinsky/python-zstd
Releases · sergey-dryabzhinsky/python-zstd
Version 1.5.6-r1
Update action to genegate wheels
Version 1.5.6-r0
Update libzstd to v1.5.6
Version 1.5.5.1 (1.5.5-r1)
- Update bindled libzstd to 1.5.5
- Fix decompression of multiple concatenated frames in one input string
Wheels
- Generic automated builds are pushed to PyPi.
x86
andx64
builded under Ubuntu 16.04. And with sse+sse2 optimizations enabled via compiler.armhf
andarm64
builded under Ubuntu 18.04.armhf
builded on Raspberry PI 2B and optimized for it.arm64
builded on Raspberry PI 4B and optimized for it.- PyPy builds on
arm64
missing2.7
as it are broken. - MacOsX builds done inside 11.7 hackintosh
Version 1.5.4.1 (1.5.4-r1)
Don't fail with exception if defined number of threads to compress is bigger than libzstd can take.
Silently drop it value down to max threads.
Version 1.5.4.0 (1.5.4-r0)
Update libzstd to 1.5.4
Version 1.5.2.6 (1.5.2-r6)
Description
Fix a nasty bug - corrupted compression of empty string, and decompression too.
Thanks to @nepeat
Wheels
- Generic automated builds are pushed to PyPi.
x86
andx64
builded under Ubuntu 16.04. And with sse+sse2 optimizations enabled via compiler.armhf
andarm64
builded under Ubuntu 18.04.armhf
builded on Raspberry PI 2B and optimized for it.arm64
builded on Raspberry PI 4B and optimized for it.- PyPy builds on
arm64
missing2.7
as it are broken. - MacOsX builds done inside 11.6 hackintosh
- There is no builds for Windows.
Version 1.5.2.5 (1.5.2-r5)
Description
Force disable all ASM for AMD code.
- broke builds on some platforms
- or if asm-compiler not found
Wheels
- Generic automated builds are pushed to PyPi.
x86
andx64
builded under Ubuntu 16.04. And with sse+sse2 optimizations enabled via compiler.armhf
andarm64
builded under Ubuntu 18.04.armhf
builded on Raspberry PI 2B and optimized for it.arm64
builded on Raspberry PI 4B and optimized for it.- There is no Python-3.10 for
armhf
yeat. - PyPy builds on
arm64
missing2.7
and3.7
as they are broken. - MacOsX builds done inside 11.6 hackintosh
- There is no builds for Windows.
Version 1.5.2.4 (1.5.2-r4)
Description
Fixed config for github actions to build wheels.
Nothing else changed.
Wheels
Note:
x86
andx64
builded under Ubuntu 16.04.armhf
andarm64
builded under Ubuntu 18.04.armhf
builded on Raspberry PI 2B.arm64
builded on Raspberry PI 4B.- There is no Python-3.10 for
armhf
yeat. - PyPy builds on
arm64
missing2.7
and3.7
as they are broken. - There is no builds for Windows or MacOsx. Look for them on PyPi
Version 1.5.2.3 (1.5.2-r3)
Add support of setting build options via envvars - PEP 517 compat.
Thanx to @mgorny
Version 1.5.2.2 (1.5.2-r2)
Changes
Fix tests strings.
Nothing else matters changed.