You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2019/11/09 02:20:10 UTC

[incubator-datasketches-cpp] branch cpc_template updated (65f18d0 -> 9fc3a04)

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

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


    from 65f18d0  new CPC sketch API
     add b5346d0  partial hll test coverage in python
     add f9eb4be  remove editor's temporary file
     add e8ca0d7  finish hll tests for object methods
     add 47f48d1  kll method python tests, including a fix for the kll wrapper which returend 1 too few values
     add 1c3a0c3  add kll python tests and tutorial examples
     add d9499b8  python tests: add frequent items, clarify kll example
     add e073ccd  add cpc python test example
     add a8d95e0  add theta python tests, clean up typos in cpc/hll, ensure default seed supplied in theta wrapper
     add 20fece9  Merge pull request #65 from apache/py_test
     add d70cc34  fix CMakeLists.txt to capture renamed file
     add b50e2de  Merge pull request #66 from apache/cpc_cmake_fix
     add 02ef2e8  Add jupyter notebook python examples
     add 9fc3a04  Merge branch 'master' into cpc_template

No new revisions were added by this update.

Summary of changes:
 python/CMakeLists.txt                    |   1 -
 python/jupyter/CPCSketch.ipynb           | 345 +++++++++++++++++++++++
 python/jupyter/FrequentItemsSketch.ipynb | 354 +++++++++++++++++++++++
 python/jupyter/HLLSketch.ipynb           | 346 +++++++++++++++++++++++
 python/jupyter/KLLSketch.ipynb           | 463 +++++++++++++++++++++++++++++++
 python/jupyter/ThetaSketchNotebook.ipynb | 396 ++++++++++++++++++++++++++
 python/src/kll_wrapper.cpp               |  14 +-
 python/src/theta_wrapper.cpp             |   6 +-
 python/tests/__init__.py                 |   0
 python/tests/cpc_test.py                 |  64 +++++
 python/tests/fi_test.py                  | 110 ++++++++
 python/tests/hll_test.py                 | 147 ++++++++++
 python/tests/kll_test.py                 | 118 ++++++++
 python/tests/theta_test.py               | 121 ++++++++
 setup.py                                 |   1 +
 15 files changed, 2476 insertions(+), 10 deletions(-)
 create mode 100644 python/jupyter/CPCSketch.ipynb
 create mode 100644 python/jupyter/FrequentItemsSketch.ipynb
 create mode 100644 python/jupyter/HLLSketch.ipynb
 create mode 100644 python/jupyter/KLLSketch.ipynb
 create mode 100644 python/jupyter/ThetaSketchNotebook.ipynb
 create mode 100644 python/tests/__init__.py
 create mode 100644 python/tests/cpc_test.py
 create mode 100644 python/tests/fi_test.py
 create mode 100644 python/tests/hll_test.py
 create mode 100644 python/tests/kll_test.py
 create mode 100644 python/tests/theta_test.py


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org