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

[incubator-datasketches-cpp] branch master updated (e2fb4ef -> 20fece9)

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

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


    from e2fb4ef  Merge pull request #64 from apache/cpc_formatting_and_const
     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
     new 20fece9  Merge pull request #65 from apache/py_test

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        |   1 -
 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 +
 10 files changed, 572 insertions(+), 10 deletions(-)
 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


[incubator-datasketches-cpp] 01/01: Merge pull request #65 from apache/py_test

Posted by jm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 20fece94b96d49e05dd113e209a1300de0425a7f
Merge: e2fb4ef a8d95e0
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Thu Sep 19 15:18:06 2019 -0700

    Merge pull request #65 from apache/py_test
    
    Py test

 python/CMakeLists.txt        |   1 -
 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 +
 10 files changed, 572 insertions(+), 10 deletions(-)



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