Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 814 Bytes

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 814 Bytes

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.

[0.1.16] - 2024-0209

  • Added RangeSetBlaze::from_sorted_starts
  • Added documentation for SortedStarts and AssumeSortedStarts
  • Changed CheckSortedDisjoint::new to support IntoIterator
  • Changed AssumeSortedStarts::new to support IntoIterator

[0.1.15] - 2024-0209

  • Added DoubleEndedIterator when iterating integer elements. Thanks to enh.

[0.1.14] - 2023-12-5

Changed

  • Added optional from_slice cargo feature and support for a new RangeSetBlaze::from_slice constructor. The feature uses SIMD and requires Rust nightly.