Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 954 Bytes

CHANGELOG.rst

File metadata and controls

43 lines (29 loc) · 954 Bytes

[0.2.4] - 2024-07-10

  • tszip now supports Python 3.12, 3.8 support has been removed.

[0.2.3] - 2023-10-30

  • Add tszip.load which loads both compressed and uncompressed trees sequences (benjeffery, #75)
  • tszip now supports Python 3.10 and 3.11, 3.7 support has been removed. (benjeffery, #76)

[0.2.2] - 2022-02-22

  • Support compressing to stdout (aabiddanda, #53, #64)

[0.2.1] - 2022-01-26

  • Fix for time_units in tskit 0.4.0 (benjeffery, #54, #55)
  • Add support for reference sequence (benjeffery, #59)

[0.2.0] - 2021-11-08

  • Support decompressing to stdout. (aabiddanda, #44).
  • Add support for new columns in tskit. (benjeffery, #39, #42).

[0.1.0] - 2019-05-10

Initial version