Skip to content

Releases: tskit-dev/tszip

0.2.6

18 Sep 11:45
Compare
Choose a tag to compare
  • In previous versions, if a metadata column had byte values outside the ASCII range,
    the file written would raise a ValueError when decompressed. This is now fixed,
    and files written with this bug are now read correctly.
    (benjeffery, #115)
  • Drop Python 3.9 support, require Python >= 3.10 (#112, benjeffery)
  • Support zarr v3 (#114, benjeffery)

Maintenance release

14 Aug 23:46
059af40
Compare
Choose a tag to compare
0.2.5

0.2.5

0.2.4

10 Jul 10:56
4e66dab
Compare
Choose a tag to compare
  • tszip now supports Python 3.12, 3.8 support has been removed.

0.2.3

31 Oct 12:42
Compare
Choose a tag to compare
  • Add tszip.load which loads both compressed and uncompressed tree sequences
    (benjeffery, #75)

  • tszip now supports Python 3.10 and 3.11, 3.7 support has been removed.
    (benjeffery, #76)

Enable compression to stdout in CLI

22 Feb 09:38
Compare
Choose a tag to compare

Support compressing to stdout in CLI (@aabiddanda, #53, #64)

0.2.1

26 Jan 12:29
340315a
Compare
Choose a tag to compare

0.2.0

08 Nov 17:09
2e85875
Compare
Choose a tag to compare

Initial release

10 May 15:45
c1b717f
Compare
Choose a tag to compare

Initial release giving a gzip-like command line interface and a simple Python API.