Releases: tskit-dev/tskit
Releases · tskit-dev/tskit
Bugfix release
Bugfixes
- Fix missing provenance schema: #81
Bugfix release
Initial alpha release of tskit C API
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
Fix broken packaging for 0.1.0 release.
Initial release
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
andload_tables
functions. All code should change to using corresponding
TableCollection methods.
Initial Python release for bootstrapping
This is the initial release of tskit used to bootstrap the separation of tskit and msprime.