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_index
macro 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
Deque
push_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::ModuleIndex
is nowpub
md_tree::ModuleIndex
now hasnew
andindex
methods to convert to and fromusize
- Changelog.md
Changed
- Docs
ModuleKind
andMDTree
are now generic overNodeId
. The output type ofmodular_decomposition
is now dependent
on theGraphBase::NodeId
type of the input graph.
Removed
md_tree::NodeIndex
is 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