Releases: jonasspinner/modular-decomposition
Releases · jonasspinner/modular-decomposition
Release v0.3.0
[0.3.0] - 2024-06-25
Added
- Examples to README
- References and citation guideline
MDTree::is_cograph(),MDTree::twins(),MDTree::true_twins()andMDTree::false_twins()- Tests for
Deque MDTree::strong_module_count()to replaceMDTree::node_count()- Tests for
make_indexmacro MDTree::nodes(module)function
Changed
- CI: Replaced actions-rs/toolchain with dtolnay/rust-toolchain
- CI: Updated actions/checkout
- Docs
Removed
MDTree::node_count()is replaced byMDTree::strong_module_count()
Fixed
Dequepush_back behavior after multiple grow/shrink cycles
Release v0.2.0
[0.2.0] - 2024-06-10
Added
- CI: check, test, fmt and clippy
- CI: coverage reporting with Coveralls
md_tree::ModuleIndexis nowpubmd_tree::ModuleIndexnow hasnewandindexmethods to convert to and fromusize- Changelog.md
Changed
- Docs
ModuleKindandMDTreeare now generic overNodeId. The output type ofmodular_decompositionis now dependent
on theGraphBase::NodeIdtype of the input graph.
Removed
md_tree::NodeIndexis nowpub(crate)instead ofpub
Initital Release
Initial release of the modular-decomposition library crate.
Full Changelog: https://github.com/jonasspinner/modular-decomposition/commits/v0.1.0