Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 665 Bytes

File metadata and controls

19 lines (14 loc) · 665 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.0.1 - 2026-03-25

Added

  • Initial release following python-project-scaffold skill
  • Bloom filter implementation with memory mapping support
  • Save/load with bz2 compression
  • Multiple hash functions (blake2b512, sha3_256, sha256)
  • Merge support for conforming filters
  • Statistics and entropy analysis
  • CLI entry point