Skip to content

Releases: pauldmccarthy/indexed_gzip

1.9.4

27 Nov 11:45
e759625
Compare
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
Compare
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
Compare
Choose a tag to compare

Changes in this release:

1.9.0

15 Nov 10:14
6d00e8a
Compare
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
Compare
Choose a tag to compare

Changes in this release:

  • Enable Python 3.13 builds (#150).

1.8.7

07 Nov 09:46
3cfc54c
Compare
Choose a tag to compare

Changes in this release:

  • Enable Python 3.12 and musllinux builds (#139).
  • Remove numpy as a mandatory build-time dependency (#142, #143).

1.8.6

02 Nov 17:52
11ddf48
Compare
Choose a tag to compare

Changes in this release:

  • Enable Python 3.12 and musllinux builds (#139).

1.8.5

29 Aug 21:34
8de9fc7
Compare
Choose a tag to compare

Changes in this release:

  • Updates to package build process (#138).

1.8.4

29 Aug 18:26
bc878bb
Compare
Choose a tag to compare

Changes in this release:

  • Change the IndexedGzipFile class to raise a FileNotFoundError instead of a ValueError, when a path to a non-existent file is provided (#137).

1.8.3

25 Jul 09:44
43b53cd
Compare
Choose a tag to compare

Changes in this release:

  • Another adjustment to package build process (#135).