Skip to content

Releases: pauldmccarthy/indexed_gzip

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

1.6.13

14 Apr 13:28
326c34b
Compare
Choose a tag to compare

Changes in this release:

  • Adjust pyproject.toml for compatibility with Python 2.

1.6.12

14 Apr 11:37
61b8e0e
Compare
Choose a tag to compare

Changes in this release:

  • Disable wheel builds/tests for problematic platforms where binary numpy wheels are not available.

1.6.11

13 Apr 12:33
e8b6c15
Compare
Choose a tag to compare

Changes in this release:

  • More fixes to wheel building procedure

1.6.9

13 Apr 11:10
aef8be8
Compare
Choose a tag to compare

Changes in this release:

  • Add numpy to build requirements, so that test modules are compiled

1.6.8

13 Apr 10:26
Compare
Choose a tag to compare

Changes in this release:

  • Aded pyproject.toml to declare build-time requirements (#94).

1.6.7

12 Apr 13:05
992136e
Compare
Choose a tag to compare

Changes in this release:

  • More updates to wheel building procedure (#93).

1.6.6

12 Apr 10:55
2bd1dcd
Compare
Choose a tag to compare

Changes in this release:

  • Update to wheel building procedure (#92).