Skip to content

New release of all crates

Latest
Compare
Choose a tag to compare
@molpopgen molpopgen released this 16 Apr 16:27
· 8 commits to main since this release
49fe371

demes:

[0.6.0] - 2024-04-16

Documentation

  • Cleanup internal references (#380)

Features

  • Add fn Deme::ancestor_indexes (#352)
  • Add demes::ffi module (#339)

Miscellaneous Tasks

  • Bump serde_json from 1.0.105 to 1.0.107 (#324)
  • Bump serde_json from 1.0.107 to 1.0.108 (#330)
  • Bump serde_json from 1.0.108 to 1.0.110 (#349)
  • Bump version number of all crates (#354)
  • Bump serde_json from 1.0.110 to 1.0.113 (#360)
  • Bump serde_json from 1.0.113 to 1.0.114 (#366)

Refactor

  • [breaking] Epoch::size_at returns Option upon success. (#353)
  • [breaking] Deme::get_epoch now returns Option<&Epoch> (#358)

Styling

  • Fix clippy lints for rust 1.74 (#336)

demes-forward:

[0.5.0] - 2024-04-16

Features

  • Add ForwardGraph::demes_graph (#376)

Miscellaneous Tasks

  • Bump version number of all crates (#354)

Styling

  • Fix unnecessary use of fallible conversion (#337)
  • Fix clippy lints for rust 1.75 (#346)

demes-forward-capi:

[0.5.0] - 2024-04-16

Features

  • Add forward_graph_get_demes_graph (#377)

Miscellaneous Tasks

  • Bump version number of all crates (#354)

Testing

  • Run demes-forward-capi tests through valgrind (#379)