Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: pycompression/python-isal

version 1.8.0

10 Sep 08:51

Choose a tag to compare

  • Python 3.14 is supported.
  • Python 3.8 and 3.9 are no longer supported.
  • Fix an issue where flushing using igzip_threaded caused a gzip end of stream
    and started a new gzip stream. In essence creating a concatenated gzip
    stream. Now it is in concordance with how single threaded gzip streams
    are flushed using Z_SYNC_FLUSH.
  • Change build backend to setuptools-scm which is more commonly used and
    supported.
  • Include test packages in the source distribution, so source distribution
    installations can be verified.
  • Fix an issue where some tests failed because they ignored PYTHONPATH.
  • Enable support for free-threading and build free-threaded wheels for
    CPython 3.14. Thanks to@lysnikolaou and@ngoldbaum.

Contributors

  • @ngoldbaum
  • @lysnikolaou
ngoldbaum and lysnikolaou
Assets2
Loading

version 1.7.2

05 Mar 12:18

Choose a tag to compare

  • Use upstream ISA-L version 2.31.1 which includes patches to make
    installation on MacOS ARM64 possible.
  • Fix a bug where bytes were copied in the wrong order on big endian
    architectures. Fixes test failures on s390x.
  • Enable building on GNU/Hurd platforms.
Loading

version 1.7.1

25 Sep 13:37

Choose a tag to compare

  • Fix a bug where flushing files when writing in threaded mode did not work
    properly.
  • Prevent threaded opening from blocking python exit when an error is thrown
    in the calling thread.
Loading

version 1.7.0

09 Aug 14:22

Choose a tag to compare

  • Include a patched ISA-L version 2.31. The applied patches make compilation
    and wheelbuilding on MacOS ARM64 possible.
  • Fix a bug where READ and WRITE in isal.igzip were inconsistent with the
    values in gzip on Python 3.13
  • Small simplifications to theigzip.compress function, which should lead
    to less overhead.
Loading

version 1.6.1

11 Mar 13:09
aa4a483
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Fix a bug where streams that were passed to igzip_threaded.open where closed.
Loading

Version 1.6.0

19 Feb 09:02
ffe04cb
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Fix a bug where compression levels for IGzipFile where checked in read mode.
  • Update statically linked ISA-L release to 2.31.0
  • Fix an error that occurred in the__close__ function when a threaded
    writer was initialized with incorrect parameters.
Loading

Version 1.5.3

24 Nov 08:36
f380197
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Fix a bug where append mode would not work when using
    igzip_threaded.open.
Loading

Version 1.5.2

03 Nov 15:44
b4d1be1
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Fix a bug where a filehandle remained opened whenigzip_threaded.open
    was used for writing with a wrong compression level.
  • Fix a memory leak that occurred when an error was thrown for a gzip header
    with the wrong magic numbers.
  • Fix a memory leak that occurred when isal_zlib.decompressobj was given a
    wrong wbits value.
Loading

Version 1.5.1

23 Oct 09:02
fb34ac6
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Fix a memory leak in the GzipReader.readall implementation.
Loading

Version 1.5.0

12 Oct 05:31
95517bc
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Make a special case for threads==1 inigzip_threaded.open for writing
    files. This now combines the writing and compression thread for less
    overhead.
  • Maximize time spent outside the GIL forigzip_threaded.open writing.
    This has decreased wallclock time significantly.
Loading
Previous134
Previous

[8]ページ先頭

©2009-2025 Movatter.jp