This is an automated email from the ASF dual-hosted git repository.
leerho pushed a change to branch bloom-filter-bindings
in repository https://gitbox.apache.org/repos/asf/datasketches-python.git
from 65e1f1d Add initial bloom filter Python bindings and tests
add e49f685 Fix bloom filter serialize method binding - Remove syntax
error in C++ wrapper and add serialize test
add b118463 Added get_serialized_bytes
add f074b98 Refactor bloom filter API to use static factory methods
instead of standalone function
add ffe1039 Add reset method to bloom filter bindings
add 2f3a62b Add multi-type support to bloom filter bindings
add e0fa4e1 Added union and intersection
add 95b556a Added string output
add c3b3ccd Fix bloom filter inversion test and improve wrapper
documentation
add d4b3700 Remove committed _datasketches.so and add *.so to .gitignore
to fix build issues
new cc6503e Merge pull request #62 from c-dickens/bloom-filter-bindings
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 3 +
_datasketches.so | Bin 1348224 -> 0 bytes
src/bloom_filter_wrapper.cpp | 151 +++++++-
tests/bloom_filter_test.py | 802 ++++++++++++++++++++++++++++++++++++-------
4 files changed, 824 insertions(+), 132 deletions(-)
delete mode 100755 _datasketches.so
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]