Skip to content

Releases: sergey-dryabzhinsky/python-zstd

Version 1.5.5.1 (1.5.5-r1)

05 Apr 23:29
9aca7f2
Compare
Choose a tag to compare
  • 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

Version 1.5.4.1 (1.5.4-r1)

23 Mar 17:50
a542fd7
Compare
Choose a tag to compare

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)

11 Feb 08:25
Compare
Choose a tag to compare

Update libzstd to 1.5.4

Version 1.5.2.6 (1.5.2-r6)

07 Sep 10:36
Compare
Choose a tag to compare

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.

Version 1.5.2.5 (1.5.2-r5)

02 May 22:32
Compare
Choose a tag to compare

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.

Version 1.5.2.4 (1.5.2-r4)

20 Apr 08:32
Compare
Choose a tag to compare

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

Version 1.5.2.3 (1.5.2-r3)

19 Apr 18:06
Compare
Choose a tag to compare

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

Version 1.5.2.2 (1.5.2-r2)

17 Apr 18:03
Compare
Choose a tag to compare

Changes

Fix tests strings.

Nothing else matters changed.

Version 1.5.2.1

17 Apr 15:22
Compare
Choose a tag to compare
Version 1.5.2.1 Pre-release
Pre-release

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

BROKEN TESTS

Version 1.5.2.0

16 Apr 12:56
Compare
Choose a tag to compare

Changes

Update bundled libzstd to 1.5.2.

BUILD FAILS ON PYPY-3.9