This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a change to branch python_vector_kll
in repository 
https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git.


    from 2b7325f  rename vector_of_kll_{floats,ints}_sketches, add merge and 
collapse methods
     add ca6ae7c  split out vector_of_kll python class from kll_wrapper, 
address gcc9 warnings on fallthrough in murmur hash

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |   4 +
 common/include/MurmurHash3.h                       |  28 +-
 python/CMakeLists.txt                              |   1 +
 python/src/datasketches.cpp                        |   2 +
 python/src/kll_wrapper.cpp                         | 446 ---------------------
 python/src/{kll_wrapper.cpp => vector_of_kll.cpp}  | 107 +----
 python/tests/kll_test.py                           |  82 +---
 .../tests/{kll_test.py => vector_of_kll_test.py}   | 105 +----
 8 files changed, 32 insertions(+), 743 deletions(-)
 copy python/src/{kll_wrapper.cpp => vector_of_kll.cpp} (84%)
 copy python/tests/{kll_test.py => vector_of_kll_test.py} (52%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to