Skip to content

Releases: pauldmccarthy/indexed_gzip

0.3.2

01 May 20:27
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

Changes in this release:

  • Bugfix (PR #2)

0.3.1

17 Oct 14:28
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Changes in this release:

  • One critical, silly bugfix that should have been in 0.3.

0.3

16 Oct 12:30
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release

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

31 Aug 15:12
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release

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.

16 Jun 13:57
Compare
Choose a tag to compare
Pre-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.