Skip to content

C API 0.99.8

Compare
Choose a tag to compare
@benjeffery benjeffery released this 27 Nov 12:59
· 1473 commits to main since this release
63566d3

Minor feature release

New features

Breaking changes

  • Added an options argument to tsk_table_collection_equals
    and table equality methods to allow for more flexible equality criteria
    (e.g., ignore top-level metadata and schema or provenance tables).
    Existing code should add an extra final parameter 0 to retain the
    current behaviour (@mufernando, @jeromekelleher,
    #896, #897, #913, #917).

  • Changed default behaviour of tsk_table_collection_clear to not clear
    provenances and added options argument to optionally clear provenances
    and schemas (@benjeffery, #929, #1001).

  • Renamed tsk_treeseq_trait_regression to tsk_treeseq_trait_linear_model.