Several API fixes, ready to transfer!
2021-05-19, Version 0.3.0
This release has a few API changes, etc., that streamline the public interface.
The C code is updated to 0.99.12.
Commits
- [
ec0adc36ae
] streamline API for creating table row objects (#126) (Kevin R. Thornton) - [
edd36fa886
] Add mutable access to NodeTable flag and time arrays. (#125) (Kevin R. Thornton) - [
634df568af
] Fix docs for Tree::total_branch_length. Fixes #114. (#124) (Kevin R. Thornton) - [
202bcded3f
] Give access to TableCollection edge indexes. (#123) (Kevin R. Thornton) - [
3888fe5f10
] update C code to version 0.99.12 (#122) (Kevin R. Thornton) - [
6fa2057af6
] Add prelude.rs (#119) (Kevin R. Thornton) - [
a592126594
] replace crate with $crate for all macros (#113) (Kevin R. Thornton) - [
b618d75e5b
] Add macro to aid returning from MetadataRoundtrip functions. (#110) (Kevin R. Thornton) - [
79adaa1a4a
] Add macro to remove code duplication (#111) (Kevin R. Thornton) - [
159bbfe926
] Add convenience macro to use all public traits. (#106) (Kevin R. Thornton) - [
e912f7b2c8
] Bump bindgen version. (#109) (Kevin R. Thornton) - [
15fae9327b
] Update clap requirement from ~2.27.0 to ~2.33.3 (#107) (dependabot[bot]) - [
55f18a1a4f
] Refactor MetadataError: (#105) (Kevin R. Thornton) - [
fbce6ca894
] API fixes. (#104) (Kevin R. Thornton)