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.5.0 - 2024-06-26
- 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
- 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
- Thinking about relating owned types and read items (#31)
- Introduce reborrow to enable lifetime variance (#32)
0.3.1 - 2024-05-24
- Update recommended version to 0.3 (#29)
0.3.0 - 2024-05-24
- Replace CopyOnto by Push (#28)
- Fix bench, add to ci
0.2.0 - 2024-03-13
- 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