Skip to content

Releases: pauldmccarthy/indexed_gzip

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

1.8.0

25 Jul 08:13
93a9e86
Compare
Choose a tag to compare

Changes in this release:

  • Compatibility fixes for Python 3.12 and Cython 3.0.0 (#126, #127).
  • Removed support for Python 2.7 (#128).

1.7.1

31 Mar 14:45
16229b9
Compare
Choose a tag to compare

Changes in this release:

  • Small change to the IndexedGzipFile class so that it accepts file-likes which do not implement fileno() (#118).

1.7.0

12 Sep 11:48
42557f6
Compare
Choose a tag to compare

Changes in this release:

  • Changes to allow an index to be built from file-likes which don't support seek() or tell() operations (#103, #105).