Skip to content

Releases: tskit-dev/tskit

Bugfix release

14 Jan 14:20
0fc466f
Compare
Choose a tag to compare

Bugfixes

  • Fix missing provenance schema: #81

Bugfix release

14 Jan 11:30
bb5f4f4
Compare
Choose a tag to compare

Bugfix release.

Bugfixes

  • Fix memory leak in table collection. #76

Initial alpha release of tskit C API

14 Jan 11:31
bb5f4f4
Compare
Choose a tag to compare

Initial alpha version of the tskit C API tagged. Version 0.99.x represents the series of releases leading to version 1.0.0 which will be the first stable release. After 1.0.0, semver rules regarding API/ABI breakage will apply; however, in the 0.99.x series arbitrary changes may happen.

Bugfix release

11 Jan 17:09
7ea0557
Compare
Choose a tag to compare

Fix broken packaging for 0.1.0 release.

Initial release

11 Jan 16:36
3b97851
Compare
Choose a tag to compare

Initial release after separation from msprime 0.6.2. Code that reads tree sequence
files and processes them should be able to work without changes.

Breaking changes

  • Removal of the previously deprecated sort_tables, simplify_tables
    and load_tables functions. All code should change to using corresponding
    TableCollection methods.

Initial Python release for bootstrapping

10 Jan 13:57
670fb80
Compare
Choose a tag to compare

This is the initial release of tskit used to bootstrap the separation of tskit and msprime.