File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# PyProbables Changelog
22
3+ ### Version 0.6.2
4+
5+ * ` BloomFilterOnDisk `
6+ * Fix ` FileNotFound ` exception; see [ issue #131 ] ( https://github.com/barrust/pyprobables/issues/131 )
7+ * Additional tests for ` QuotientFilter ` and ` ExpandingBloomFilter `
8+ * Drop python 3.8 support
9+ * Add python 3.14 support
10+
311### Version 0.6.1
412
513* Quotient Filter:
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ keywords:
3232 - Counting Cuckoo Filter
3333 - Quotient Filter
3434license : MIT
35- version : 0.6.0
36- date-released : ' 2024-01-10 '
35+ version : 0.6.2
36+ date-released : ' 2025-11-29 '
Original file line number Diff line number Diff line change 2323__maintainer__ = "Tyler Barrus"
2424__email__ = "barrust@gmail.com"
2525__license__ = "MIT"
26- __version__ = "0.6.1 "
26+ __version__ = "0.6.2 "
2727__credits__ : list [str ] = []
2828__url__ = "https://github.com/barrust/pyprobables"
2929__bugtrack_url__ = "https://github.com/barrust/pyprobables/issues"
You can’t perform that action at this time.
0 commit comments