Skip to content

Releases: pauldmccarthy/indexed_gzip

1.10.3

08 Dec 16:21
62de264

Choose a tag to compare

Changes in this release:

  • Adjust pyproject.toml for compatibility with older setuptools versions (#178).

1.10.2

08 Dec 12:33
2c43df2

Choose a tag to compare

Changes in this release:

  • Adjust the IndexedGzipFile class so it accepts pathlib.Path objects (#177).

1.10.1

13 Aug 08:11
2939650

Choose a tag to compare

Changes in this release:

  • Small adjustments to package build mechanism (#170).

1.10.0

12 Aug 15:13
d4d0c81

Choose a tag to compare

Changes in this release:

  • Binary wheels are now built against the Python Limited API - wheels built for Python 3.11 should now be forward compatible with Python >= 3.11 (#144).
  • Fixed a bug which could occur when CRC validation is disabled, on GZIP streams where the stream footer (containing the CRC and size) contained bytes that matched the GZIP magic bytes 0x1f8b (#169).

1.9.5

30 May 10:27
c7fa65e

Choose a tag to compare

Changes in this release:

  • Remove minimum cython version constraint so source can be built against older versions of Python (#168).

1.9.4

27 Nov 11:45
e759625

Choose a tag to compare

Changes in this release:

  • Skip CI tests on Windows/free-threaded python (#163).

1.9.3

27 Nov 10:18
71a3a79

Choose a tag to compare

Changes in this release:

  • Expanded exception preservation to more scenarios (#161, #162).
  • Removed a cython <0.26 workaround (#162).
  • Attempt to work around unexplainable test failures on Windows+free-threaded Python (#162).

1.9.1

15 Nov 12:35
2118dad

Choose a tag to compare

Changes in this release:

1.9.0

15 Nov 10:14
6d00e8a

Choose a tag to compare

Changes in this release:

  • Preserve exception information when reading from a Python file-like (#152).

1.8.8

07 Nov 14:47
8fee672

Choose a tag to compare

Changes in this release:

  • Enable Python 3.13 builds (#150).