Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

50 lines (36 loc) · 2.48 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.

[Unreleased]

0.5.0 - 2024-06-26

Other

  • Rename Containerized to RegionPreference and add owned type (#47)
  • Use vectors as regions (#46)
  • Efficient cloning of regions and flat stack (#45)
  • Use OffsetOptimized in consecutive offset pairs (#43)
  • Add reserve items to consecutive offset pairs (#42)
  • Improve GatCow test (#41)

0.4.1 - 2024-06-17

Other

  • Add missing Ord and ReserveItems impls (#39)
  • Huffman container (#20)
  • Fix warning on Rust 1.79 (#38)
  • Move complex tests to separate folder (#34)

0.3.2 - 2024-05-28

Other

  • Thinking about relating owned types and read items (#31)
  • Introduce reborrow to enable lifetime variance (#32)

0.3.1 - 2024-05-24

Other

  • Update recommended version to 0.3 (#29)

0.3.0 - 2024-05-24

Other

  • Replace CopyOnto by Push (#28)
  • Fix bench, add to ci

0.2.0 - 2024-03-13

Changes

  • Merge pull request #23 from antiguru/slice_implementations
  • Rename CopyRegion to OwnedRegion and relax trait bounds
  • Remove CopyOnto requirement for ReadItem
  • Remove index parameter from columns region