Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 738 Bytes

CHANGELOG.md

File metadata and controls

40 lines (24 loc) · 738 Bytes

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

🚀 Features

  • Fix warning

[0.3.0] - 2024-10-16

🚀 Features

  • Add batcher.rs
  • Add col_ids and col_ids_hash, GridRow

🐛 Bug Fixes

  • Fix some docs
  • Fix some docs

[0.2.0] - 2024-10-05

🚀 Features

  • Convert SimpleFeatures to GridBuffer, test time
  • Add bitpacking sort compression, not good as no sorting
  • Add some tests of bitpacking sort compression
  • Add BitPacker8x compression and decompression, and unittes

[0.1.0] - 2024-10-04

🚀 Features

  • Add some change log
  • Add version
  • Basic core done, including GridBuffer, to_bytes, from_bytes, and others