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 2023/01/05 18:31:44 UTC

[datasketches-cpp] branch master updated (da77298 -> 60833bb)

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/datasketches-cpp.git


    from da77298  Revert "Finished init and test"
     add 9fd500c  added iterator, rearranged and simplified existing code
     add 52ed141  added iterator, rearranged and simplified existing code
     add 032dd38  added iterator, rearranged and simplified existing code
     add 4983682  added iterator, rearranged and simplified existing code
     add d1081cf  added iterator
     add 98a4608  rearranged code to simplify
     add 82fd39b  simplified slightly
     add 9fdb0a4  fixed conversion of -1 to unsigned
     new 60833bb  Merge pull request #322 from apache/python_wrapper_improvement

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/src/cpc_wrapper.cpp       |  44 +++----
 python/src/fi_wrapper.cpp        | 114 ++++++++--------
 python/src/hll_wrapper.cpp       |  56 ++++----
 python/src/kll_wrapper.cpp       | 255 ++++++++++++++++--------------------
 python/src/quantiles_wrapper.cpp | 235 +++++++++++++++------------------
 python/src/req_wrapper.cpp       | 275 +++++++++++++++++----------------------
 python/src/theta_wrapper.cpp     | 138 ++++++++++----------
 python/src/vector_of_kll.cpp     |   4 +-
 python/src/vo_wrapper.cpp        |   2 +-
 python/tests/kll_test.py         |   6 +
 python/tests/quantiles_test.py   |   7 +
 python/tests/req_test.py         |   7 +
 python/tests/theta_test.py       |   8 +-
 python/tests/vo_test.py          |   7 +
 14 files changed, 524 insertions(+), 634 deletions(-)


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


[datasketches-cpp] 01/01: Merge pull request #322 from apache/python_wrapper_improvement

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

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

commit 60833bba9f564884f746368b6116e667f11b4feb
Merge: da77298 9fdb0a4
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Thu Jan 5 10:31:38 2023 -0800

    Merge pull request #322 from apache/python_wrapper_improvement
    
    Python wrapper improvement

 python/src/cpc_wrapper.cpp       |  44 +++----
 python/src/fi_wrapper.cpp        | 114 ++++++++--------
 python/src/hll_wrapper.cpp       |  56 ++++----
 python/src/kll_wrapper.cpp       | 255 ++++++++++++++++--------------------
 python/src/quantiles_wrapper.cpp | 235 +++++++++++++++------------------
 python/src/req_wrapper.cpp       | 275 +++++++++++++++++----------------------
 python/src/theta_wrapper.cpp     | 138 ++++++++++----------
 python/src/vector_of_kll.cpp     |   4 +-
 python/src/vo_wrapper.cpp        |   2 +-
 python/tests/kll_test.py         |   6 +
 python/tests/quantiles_test.py   |   7 +
 python/tests/req_test.py         |   7 +
 python/tests/theta_test.py       |   8 +-
 python/tests/vo_test.py          |   7 +
 14 files changed, 524 insertions(+), 634 deletions(-)


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