Skip to content

0.14.0

Compare
Choose a tag to compare
@molpopgen molpopgen released this 18 Mar 00:00
· 131 commits to main since this release

[0.14.0] - 2023-03-17

Documentation

  • Book section on node defaults (#491)

Features

  • Allow use of bookmark in examples/haploid_wright_fisher (#479)
  • Impl Default for row id types (#484)
  • Impl Default for Bookmark (#486)
  • Implement Builder pattern for flags (#487)
  • Support adding nodes with defaults (#488)

Miscellaneous Tasks

  • [breaking] Bump MSRV to 1.60.0 (#478)

Refactor

  • Remove internal impl Deref/DerefMut for edge diff iterator. (#482)
  • Mod table_view is no longer pub (#483)
  • [breaking] TableCollection::simplify now takes &[NodeId] (#485)
  • Replace macros with fn for adding node table rows (#489)
  • Manually impl Default for NodeDefaultsWithMetadata (#490)