Skip to content

Releases: KenanHanke/rbloom

rBloom v1.5.4

Choose a tag to compare

@KenanHanke KenanHanke released this 09 Sep 10:17

Adjust to changes in PyPI's parsing for READMEs

rBloom v1.5.3

Choose a tag to compare

@KenanHanke KenanHanke released this 09 Sep 09:59

Update to PyO3 0.26 and make updating/intersecting bloom filters with themselves a no-op for more complete compatibility with the set builtin's API

rBloom v1.5.2

Choose a tag to compare

@KenanHanke KenanHanke released this 01 Oct 11:51

Add a committed comparison benchmark and speed up the hash_func example

rBloom v1.5.1

Choose a tag to compare

@KenanHanke KenanHanke released this 16 May 09:22

Update underlying PyO3 version to take advantage of optimizations and syntax simplifications

rBloom v1.5.0

Choose a tag to compare

@KenanHanke KenanHanke released this 25 Mar 16:43

Functionality for saving Bloom filters to and loading them from Python bytes objects was added.