Releases: pauldmccarthy/indexed_gzip
Releases · pauldmccarthy/indexed_gzip
0.3.2
0.3.1
Changes in this release:
- One critical, silly bugfix that should have been in 0.3.
0.3
Changes in this release:
- Support for reading > 2**32 bytes in a single call.
- Support for concatenated
gzip
streams. - Many related bug fixes.
zran.c
refactored so it is much cleaner and clearer.- Test suite is much more comprehensive
0.2
The following changes have been made in this release:
indexed_gzip
now releases the GIL when possible- A new
SafeIndexedGzipFile
class provides simple thread-safe file access to compressed files. - Some initial test coverage using https://travis-ci.org
- Some important bug fixes.
First seemingly stable release.
Well that was silly - setup.py was trying to import indexed_gzip to get the version number before it had been compiled. Version number now set directly in setup.py, can't be bothered with another method.