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

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


    from 80d552a  Merge pull request #44 from apache/unit_test_fix
     add edb3dc6  finish adding theta wrapper, add names to arguments on other 
sketches
     add b9d4f5a  use constructor for theta sketch/union rather than builder
     add a494d97  add basic readme for python usage
     add c7f3c9b  include mention of tgt_hll_type
     new 2448756  Merge pull request #45 from apache/python_theta

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:
 python/CMakeLists.txt               |   7 +-
 python/README.md                    |  33 +++++++++
 python/src/cpc_wrapper.cpp          |  24 +++---
 python/src/datasketches.cpp         |   4 +-
 python/src/fi_wrapper.cpp           |  12 +--
 python/src/hll_wrapper.cpp          |  45 ++++++------
 python/src/kll_wrapper.cpp          |  26 ++++---
 python/src/theta_wrapper.cpp        | 143 ++++++++++++++++++++++++++++++++++++
 theta/include/theta_sketch_impl.hpp |   2 +
 9 files changed, 236 insertions(+), 60 deletions(-)
 create mode 100644 python/README.md
 create mode 100644 python/src/theta_wrapper.cpp


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

Reply via email to