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()takesLoudsNodeNuminstead of its reference.Louds::index_to_node_num()takesLoudsIndexinstead of its reference.Louds::child_to_parent()takesLoudsIndexinstead of its reference.Louds::parent_to_children()takesLoudsNodeNuminstead of its reference.
v0.3.0 - 2019-05-02
LoudsNodeNummade intoCopytuple struct.LoudsIndexmade intoCopytuple struct.
v0.2.0 - 2019-05-01
Louds::from::<&[bool]>()constructor.
v0.1.1 - 2019-04-26
- Removed unused
rayondependency.
v0.1.0 - 2019-04-26
Initial release.