Skip to content

v0.12.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@molpopgen molpopgen released this 09 Nov 19:52
· 178 commits to main since this release

[0.12.0-alpha.1] - 2022-11-09

Bug Fixes

  • [breaking] MetadataError::RoundtripError now requires Send + Sync (#396)

Documentation

  • Add haploid WF example to book (#397)

Features

  • Add examples/haploid_wright_fisher.rs (#394)
  • Add lending iterators over table row "views" (#398)
  • Impl PartialEq for table row views. (#400)
  • Add ProvenenceTableRowView (#401)
  • Add row_view() for tables (#402)
  • Column slice getters for tables (#404)

Refactor

  • [breaking] Return &str from provenance table getters (#403)
  • Deprecate NodeTable::flags_array_mut and NodeTable::time_array_mut (#405)