Python Zstd Versions Save

Simple python bindings to Yann Collet ZSTD compression library

v1.5.5.1

1 year ago
  • 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 and x64 builded under Ubuntu 16.04. And with sse+sse2 optimizations enabled via compiler.
  • armhf and arm64 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 missing 2.7 as it are broken.
  • MacOsX builds done inside 11.7 hackintosh

v1.5.4.1

1 year ago

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.

v1.5.4.0

1 year ago

Update libzstd to 1.5.4

v1.5.2.6

1 year ago

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 and x64 builded under Ubuntu 16.04. And with sse+sse2 optimizations enabled via compiler.
  • armhf and arm64 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 missing 2.7 as it are broken.
  • MacOsX builds done inside 11.6 hackintosh
  • There is no builds for Windows.

v1.5.2.5

2 years ago

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 and x64 builded under Ubuntu 16.04. And with sse+sse2 optimizations enabled via compiler.
  • armhf and arm64 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 missing 2.7 and 3.7 as they are broken.
  • MacOsX builds done inside 11.6 hackintosh
  • There is no builds for Windows.

v1.5.2.4

2 years ago

Description

Fixed config for github actions to build wheels.

Nothing else changed.

Wheels

Note:

  • x86 and x64 builded under Ubuntu 16.04.
  • armhf and arm64 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 missing 2.7 and 3.7 as they are broken.
  • There is no builds for Windows or MacOsx. Look for them on PyPi

v1.5.2.3

2 years ago

Add support of setting build options via envvars - PEP 517 compat. Thanx to @mgorny

v1.5.2.2

2 years ago

Changes

Fix tests strings.

Nothing else ~matters~ changed.

v1.5.2.1

2 years ago

Quick fix for build via pypy3.9 - they not implemented bpo-40421 in full.

BROKEN TESTS

v1.5.2.0

2 years ago

Changes

Update bundled libzstd to 1.5.2.

BUILD FAILS ON PYPY-3.9