Releases: pauldmccarthy/indexed_gzip
Releases · pauldmccarthy/indexed_gzip
0.8.10
Changes in this release:
- Fix to package metadata.
0.8.9
0.8.8
Changes in this release:
- Fixed bug affecting files which were an exact multiple of the read buffer
size.
0.8.7
Changes in this release:
- Internal changes to how file handles are managed, to improve Windows
compatibility. - The
_IndexedGzipFile.read
method now acquires a single file handle, rather
than opening/closing multiple handles across calls tozran_read
.
0.8.6
0.8.5
Changes in this release:
- Minor changes to packging.
0.8.4
Changes in this release:
- Removed
pytest-runner
as a dependency.
0.8.3
0.8.2
Changes in this release:
- Bugfix in deprecated
SafeIndexedGzipFile
.
0.8.1
Changes in this release:
- Updated conda metadata.