Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 2 KB

CHANGELOG.md

File metadata and controls

59 lines (42 loc) · 2 KB

Changelog

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

Added

  • Child to ancestors iterator (#14)

v0.6.0 - 2024-04-15

Added

  • Added serde, rayon option, fixed code smell (#12)
  • feature: Make cloneable (#13)

v0.5.0 - 2024-03-11

Added

  • Index and node iterators #10

v0.4.0 - 2019-05-02

Changed

  • Louds::node_num_to_index() takes LoudsNodeNum instead of its reference.
  • Louds::index_to_node_num() takes LoudsIndex instead of its reference.
  • Louds::child_to_parent() takes LoudsIndex instead of its reference.
  • Louds::parent_to_children() takes LoudsNodeNum instead of its reference.

v0.3.0 - 2019-05-02

Changed

  • LoudsNodeNum made into Copy tuple struct.
  • LoudsIndex made into Copy tuple struct.

v0.2.0 - 2019-05-01

Added

  • Louds::from::<&[bool]>() constructor.

v0.1.1 - 2019-04-26

Changed

  • Removed unused rayon dependency.

v0.1.0 - 2019-04-26

Initial release.