0.7.0
Pre-release
Pre-release
Changes in this release:
IndexedGzipFile.__init__
has a new option,drop_handles
which causes anIndexedGzipFile
to close/re-open the underlying file handle on every access (#5, #6). This has no impact on performance (as measured by the new benchmark script, so is enabled by default.- New simpler benchmark script.
- Deprecated the
fid
parameter toIndexedGzipFile.__init__
in favour offileobj
- another change to makeIndexedGzipFile
more similar togzip.GzipFile
.