550a1cf68a
- Update to 1.5.7.3 * Create context for compress one time on module init. Performance gain around 6%. * Init cores cache as early as possible on module init.
Markéta Machová2026-01-13 14:02:51 +00:00
c16ba6727b
- Update to 1.5.7.2 * caching number of available cores from cpuinfo by 60 seconds (VM may change settings) - from version 1.5.7.1 * fixed function ZSTD_min_compression_level() - now returns real number, not some shifted int value * added some information functions about debug level builded with * module now building with -O3 level of optimization. Probably will be about 20% faster * module now building with binary stripping (wheels for 3.13 and 3.14 will be smaller) * module now building with disabled LTO * added pypy builds - from version 1.5.7.0 * Update bundled libzstd to 1.5.7 * Wheel for linux are here and pipy (built on Ubuntu xenial, gcc-5, manylinux_2_14) - from version 1.5.6.8 * Make decompression of zstd stream data possible #228 and #100 * Wheel for python3.12 amd64 uploaded here - from version 1.5.6.7 * support of multiple instances of interpreter with own GIL by @domysh - Set ZSTD_EXTERNAL=1 to use system-provided libzstd - Switch build system from setuptools to pyproject.toml * Add python-pip and python-wheel to BuildRequires * Replace %python_build with %pyproject_wheel * Replace %python_install with %pyproject_install
Markéta Machová2025-07-26 05:18:52 +00:00
95a44325f0
Accepting request 1265483 from devel:languages:python
Ana Guerrero2025-03-31 09:43:06 +00:00
3e686413a4
- update to 1.5.6.6: * fix module version string form then building with external system library #203 - update to 1.5.6.5: * find pkg-config in paths defined in PATH environment variable, as suggested by @parona-source * add new options for development --all-warnings and --all- warnings-errors * fix action setup for building wheels - update to 1.5.6.4: * fixed check() function * fixed various compiller warnings * added some developer/debug options for compilation
Dirk Mueller2025-03-30 08:07:29 +00:00
9025d2eaf9
Accepting request 1235961 from devel:languages:python
Ana Guerrero2025-01-09 14:11:03 +00:00
6fc1a954d2
- update to 1.5.6.1: * Update libzstd to v1.5.6 * Update action to genegate wheels
Matej Cepl2025-01-08 14:26:11 +00:00
5e57612d37
- update to 1.5.5.1: * Update bindled libzstd to 1.5.5 * Fix decompression of multiple concatenated frames in one input string * 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 * 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.
Dirk Mueller2023-05-03 09:23:45 +00:00
ce7deaece5
- update to 1.5.2.5: * Update bundled libzstd to 1.5.2 * Add support of setting build options via envvars * Fixed config for github actions to build wheels * Force disable all ASM for AMD code
Dirk Mueller2022-06-04 13:46:07 +00:00
6bf2c928c4
- update to 1.5.0.2: * simplify tests * add new function for them: ZSTD_external(): 0/1 * fix build - missing new file: zstd_errors.h * Removed old function which generated custom block header * Updated zstd to new upstream version 1.5.0 - drop test-once.patch: not needed
Dirk Mueller2021-07-19 06:46:57 +00:00
aa5937a9f0
- Switch to pkgconfig style dependency tests to run with an external library, and test-once.patch to avoid
Tomáš Chvátal
2019-03-04 13:23:33 +00:00
0e518d7c48
Accepting request 681403 from home:jayvdb:python-imageio
Tomáš Chvátal
2019-03-04 13:22:25 +00:00