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/06/13 16:34:38 UTC

[datasketches-cpp] branch master updated (b5f77eb -> ba70c54)

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 b5f77eb  Merge pull request #373 from apache/avoid_warnings
     add 0918a80  added trim() and tests
     new ba70c54  Merge pull request #376 from apache/add_trim

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/datasketches/TupleWrapper.py | 5 ++++-
 python/src/theta_wrapper.cpp        | 2 ++
 python/src/tuple_wrapper.cpp        | 1 +
 python/tests/theta_test.py          | 8 ++++++++
 python/tests/tuple_test.py          | 7 +++++++
 5 files changed, 22 insertions(+), 1 deletion(-)


---------------------------------------------------------------------
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 #376 from apache/add_trim

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 ba70c54a45480295c06a0621b331406cda092123
Merge: b5f77eb 0918a80
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Tue Jun 13 09:34:32 2023 -0700

    Merge pull request #376 from apache/add_trim
    
    added missing trim() and reset() to Python wrapper for Tuple and Theta sketches

 python/datasketches/TupleWrapper.py | 5 ++++-
 python/src/theta_wrapper.cpp        | 2 ++
 python/src/tuple_wrapper.cpp        | 1 +
 python/tests/theta_test.py          | 8 ++++++++
 python/tests/tuple_test.py          | 7 +++++++
 5 files changed, 22 insertions(+), 1 deletion(-)


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