File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
* Add ` QuotientFilter ` implementation; [ see issue #37 ] ( https://github.com/barrust/pyprobables/issues/37 )
6
6
* Add ` bitarray ` implementation
7
+ * Bitwise operations in lieu of modulo calculations
7
8
8
9
### Version 0.5.9
9
10
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ keywords:
30
30
- Rolling Bloom Filter
31
31
- Expanding Bloom Filter
32
32
- Counting Cuckoo Filter
33
+ - Quotient Filter
33
34
license : MIT
34
- version : 0.5.9
35
- date-released : ' 2023-12-28 '
35
+ version : 0.6.0
36
+ date-released : ' 2024-01-10 '
Original file line number Diff line number Diff line change 25
25
__maintainer__ = "Tyler Barrus"
26
26
27
27
__license__ = "MIT"
28
- __version__ = "0.5.9 "
28
+ __version__ = "0.6.0 "
29
29
__credits__ : List [str ] = []
30
30
__url__ = "https://github.com/barrust/pyprobables"
31
31
__bugtrack_url__ = "https://github.com/barrust/pyprobables/issues"
You can’t perform that action at this time.
0 commit comments