Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Minor breaking changes; mismatched Bloom filters raise a `SimilarityError` inste
* Updated typing to be more consistent and correct
* Drop python 3.9 support


### Version 0.6.2

* `BloomFilterOnDisk`
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ keywords:
- Counting Cuckoo Filter
- Quotient Filter
license: MIT
version: 0.6.2
date-released: '2025-11-29'
version: 0.7.0
date-released: '2026-02-08'
2 changes: 1 addition & 1 deletion probables/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
__maintainer__ = "Tyler Barrus"
__email__ = "barrust@gmail.com"
__license__ = "MIT"
__version__ = "0.6.2"
__version__ = "0.7.0"
__credits__: list[str] = []
__url__ = "https://github.com/barrust/pyprobables"
__bugtrack_url__ = "https://github.com/barrust/pyprobables/issues"
Expand Down