Pybloomfiltermmap

Latest version: v0.3.15

Safety actively analyzes 682361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.1.20

- Changed prime number finder to use a standard double and add 1 to find
likely numbers in log(n) time.

0.1.18

- Fixed issue 5, wherein a call to open() returning an invalid fd would
cause a seg fault. [BUG]

0.1.12

- Added __len__ which gives a good estimate of how many elements were
inserted [FEATURE]
- Removed __ixor__ since it didn't make much sense.
- Added .intersect() and .union() as a synonym for __iand__ and __ior__ [FEATURE]
- Added reserved space to the BloomFilter structure to support future updates. [FEATURE]

0.1.10

- Added MANIFEST so that building distributions works [FEATURE]
- Restructured docs so that html is a symlink to the _build/html directory [FEATURE]
- Added Cython detection in setup.py. Building now works without Cython installed [FEATURE]

0.1.8

- Fixed bug where opening invalid bloom files caused seg faults [BUG]
- Fixed alignment bug where sometimes hash seeds would not [BUG]
be compared correctly.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.