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 2020/08/12 19:42:07 UTC

[incubator-datasketches-cpp] branch master updated (c67d92f -> 2ab2380)

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 c67d92f  Merge pull request #166 from gaborkaszab/const_cast
     add 2946e31  Add empty build/ directory to repo, ensure it stays empty
     add 55722ca  Update workflows to skip creating build/, add python descriptions
     new 2ab2380  Merge pull request #167 from apache/python_description

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:
 .github/workflows/build_cmake.yml   |   2 +-
 .github/workflows/code_coverage.yml |   2 +-
 .gitignore                          |   1 -
 build/.gitignore                    |   7 +++
 python/src/cpc_wrapper.cpp          |  41 ++++++++++-----
 python/src/fi_wrapper.cpp           |  48 +++++++++++------
 python/src/hll_wrapper.cpp          | 101 ++++++++++++++++++++++-------------
 python/src/kll_wrapper.cpp          | 102 ++++++++++++++++++++++++++++--------
 python/src/theta_wrapper.cpp        |  75 +++++++++++++++++---------
 python/src/vo_wrapper.cpp           |  44 ++++++++++------
 10 files changed, 292 insertions(+), 131 deletions(-)
 create mode 100644 build/.gitignore


---------------------------------------------------------------------
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 #167 from apache/python_description

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 2ab23803ba3c23700fe755d4c3f8a4671f703065
Merge: c67d92f 55722ca
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Wed Aug 12 12:41:59 2020 -0700

    Merge pull request #167 from apache/python_description
    
    Add description to all python methods

 .github/workflows/build_cmake.yml   |   2 +-
 .github/workflows/code_coverage.yml |   2 +-
 .gitignore                          |   1 -
 build/.gitignore                    |   7 +++
 python/src/cpc_wrapper.cpp          |  41 ++++++++++-----
 python/src/fi_wrapper.cpp           |  48 +++++++++++------
 python/src/hll_wrapper.cpp          | 101 ++++++++++++++++++++++-------------
 python/src/kll_wrapper.cpp          | 102 ++++++++++++++++++++++++++++--------
 python/src/theta_wrapper.cpp        |  75 +++++++++++++++++---------
 python/src/vo_wrapper.cpp           |  44 ++++++++++------
 10 files changed, 292 insertions(+), 131 deletions(-)


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