Releases: pauldmccarthy/indexed_gzip
Releases · pauldmccarthy/indexed_gzip
1.8.0
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
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
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
Changes in this release:
- Adjust
pyproject.toml
for compatibility with Python 2.
1.6.12
Changes in this release:
- Disable wheel builds/tests for problematic platforms where binary numpy wheels are not available.
1.6.11
Changes in this release:
- More fixes to wheel building procedure
1.6.9
Changes in this release:
- Add numpy to build requirements, so that test modules are compiled
1.6.8
Changes in this release:
- Aded
pyproject.toml
to declare build-time requirements (#94).
1.6.7
Changes in this release:
- More updates to wheel building procedure (#93).
1.6.6
Changes in this release:
- Update to wheel building procedure (#92).