This is an automated email from the ASF dual-hosted git repository.
jmalkin pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-python.git
from 834f0c4 Merge pull request #47 from apache/muslinux-wheels
add c4ca0bf Add .filter() to tuple and add tdigest wrapper. Specify numpy
< 2.0 everywhere for now.
add b6aaca7 add missing files to previous commit
add 3365568 add missing algorithm header
add 65560c2 Futher relax tdigest test bound
add 5830303 Update tdigest_wrapper.cpp
new f812afa Merge pull request #48 from apache/cpp_version_bump
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:
CMakeLists.txt | 5 ++-
setup.py | 2 +-
src/datasketches.cpp | 2 +
src/tdigest_wrapper.cpp | 83 +++++++++++++++++++++++++++++++++++++
src/tuple_wrapper.cpp | 17 ++++++++
tests/tdigest_test.py | 106 ++++++++++++++++++++++++++++++++++++++++++++++++
tests/tuple_test.py | 18 ++++++++
tox.ini | 2 +-
8 files changed, 231 insertions(+), 4 deletions(-)
create mode 100644 src/tdigest_wrapper.cpp
create mode 100644 tests/tdigest_test.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]