All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.7.0 - 2024-04-30
- Child to ancestors iterator (#14)
v0.6.0 - 2024-04-15
v0.5.0 - 2024-03-11
- Index and node iterators #10
v0.4.0 - 2019-05-02
Louds::node_num_to_index()
takesLoudsNodeNum
instead of its reference.Louds::index_to_node_num()
takesLoudsIndex
instead of its reference.Louds::child_to_parent()
takesLoudsIndex
instead of its reference.Louds::parent_to_children()
takesLoudsNodeNum
instead of its reference.
v0.3.0 - 2019-05-02
LoudsNodeNum
made intoCopy
tuple struct.LoudsIndex
made intoCopy
tuple struct.
v0.2.0 - 2019-05-01
Louds::from::<&[bool]>()
constructor.
v0.1.1 - 2019-04-26
- Removed unused
rayon
dependency.
v0.1.0 - 2019-04-26
Initial release.