Releases: pauldmccarthy/indexed_gzip
Releases · pauldmccarthy/indexed_gzip
1.9.4
Changes in this release:
- Skip CI tests on Windows/free-threaded python (#163).
1.9.3
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.0
Changes in this release:
- Preserve exception information when reading from a Python file-like (#152).
1.8.8
Changes in this release:
- Enable Python 3.13 builds (#150).
1.8.7
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
Changes in this release:
- Enable Python 3.12 and
musllinux
builds (#139).
1.8.5
Changes in this release:
- Updates to package build process (#138).
1.8.4
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
Changes in this release:
- Another adjustment to package build process (#135).