Skip to content

Release v0.2.0

Choose a tag to compare

@jonasspinner jonasspinner released this 10 Jun 11:50
· 16 commits to main since this release

[0.2.0] - 2024-06-10

Added

  • CI: check, test, fmt and clippy
  • CI: coverage reporting with Coveralls
  • md_tree::ModuleIndex is now pub
  • md_tree::ModuleIndex now has new and index methods to convert to and from usize
  • Changelog.md

Changed

  • Docs
  • ModuleKind and MDTree are now generic over NodeId. The output type of modular_decomposition is now dependent
    on the GraphBase::NodeId type of the input graph.

Removed

  • md_tree::NodeIndex is now pub(crate) instead of pub