Skip to content

Releases: pauldmccarthy/indexed_gzip

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).

1.8.2

25 Jul 09:34
676b3db
Compare
Choose a tag to compare

Changes in this release:

  • Adjustment to package build process (#134).

1.8.1

25 Jul 09:20
54d07bc
Compare
Choose a tag to compare

Changes in this release:

  • Now building packages for python >=3.7, as recent versions of setuptools do not support older Python versions (#133).