Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 14:00
· 13 commits to main since this release
b8e6980

Added

  • Added a new data-structure the [ZosditMap] for zero-overlap sequential
    discrete interval trees

Changed

  • Many of the methods of the InclusiveInterval trait have been reworked and
    they have all been given documentation examples
  • Renamed methods to match the std BTreeMap methods
    • NoditMap::last_entry() -> NoditMap::last_key_value()
    • NoditMap::first_entry() -> NoditMap::first_key_value()
    • NoditMap::get_entry_at_point() -> NoditMap::get_key_value_at_point()

License

  • The library has been relicensed under the MIT license to better fit within the
    rust library ecosystem