Skip to content

Object lifetime fix

Compare
Choose a tag to compare
@molpopgen molpopgen released this 27 Apr 20:51
· 406 commits to main since this release

2021-04-27, Version 0.2.2

This release fixes issues with the lifetime relationships of Tree and the raw C arrays.
Technically, this is an API change, but only with respect to return type and the integer type used to index that return type.

Commits

  • [89d234f674] Replace WrappedTskArray with idiomatic slices. Closes #99 (#101) (Kevin R. Thornton)
  • [ed8329b89e] Completely hide NodeIterator from public name spaces. (#100) (Kevin R. Thornton)