Releases: tskit-dev/tszip
Releases · tskit-dev/tszip
0.2.6
- In previous versions, if a metadata column had byte values outside the ASCII range,
the file written would raise aValueError
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
0.2.5 0.2.5
0.2.4
- tszip now supports Python 3.12, 3.8 support has been removed.
0.2.3
Enable compression to stdout in CLI
Support compressing to stdout in CLI (@aabiddanda, #53, #64)
0.2.1
-
Fix for
time_units
in tskit 0.4.0 (@benjeffery, #54, #55) -
Add support for reference sequence (@benjeffery, #59)
0.2.0
-
Support decompressing to stdout. (@aabiddanda, #44).
-
Add support for new columns in tskit. (@benjeffery, #39, #42).
Initial release
Initial release giving a gzip-like command line interface and a simple Python API.