Skip to content

Latest commit

 

History

History
101 lines (52 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

101 lines (52 loc) · 1.82 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.

Versioning for this project is based on Semantic Versioning.

v0.0.14-alpha - 2025-01-26

Changes

  • ChunkedData::iter_along_base now returns elements if the base time slice is smaller than the stored data.

v0.0.13-alpha - 2025-01-25

Changes

  • Renamed the into_iter function to into_owned_iter to avoid confusion.

Bugs

Fix a bunch of clippy warnings.

v0.0.12-alpha - 2025-01-20

Features

  • Add a helper function to only shrink the chunk.

v0.0.11-alpha - 2025-01-20

Features

  • Add a helper function to additionally shrink the chunk when pruning.

v0.0.10-alpha - 2025-01-18

Features

  • Make the iterator reversible.

v0.0.9-alpha - 2025-01-18

Features

  • Add no_elements function for convenience.

v0.0.8-alpha - 2025-01-18

Features

  • Add last and first functions for convenience.

v0.0.7-alpha - 2025-01-17

Bugs

  • Fix bug around setting next index internally after pruning

v0.0.6-alpha - 2025-01-16

Bugs

  • Fix bug around pruning indices that are low causing a subtraction underflow.

v0.0.5-alpha - 2025-01-12

Changes

  • Enable clone.

v0.0.4-alpha - 2025-01-11

Changes

  • push has been renamed to try_push; push now only accepts a value of type D.

Features

  • Some extra functions added for more fine-grain control.

v0.0.3-alpha - 2025-01-11

Features

  • Add Debug trait to relevant types.

v0.0.2-alpha - 2025-01-11

Changes

  • A few functions have been renamed.
  • Some documentation added/tweaked.

Features

  • iter_along_base added for convenience.

v0.0.1-alpha - 2025-01-11

Initial base release.