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 6fba487ad53ccf3bdaee30dc63c45e4785dd119d
Merge: 060d5f6 3e777f7
Author: Alexander Saydakov <[email protected]>
AuthorDate: Mon Sep 11 11:54:51 2023 -0700

    Merge pull request #393 from apache/remove_python
    
    removed python stuff since it was moved to its own repo

 .github/workflows/build_cmake.yml        |   8 -
 .github/workflows/build_wheels.yml       | 106 -------
 LICENSE                                  |  76 -----
 MANIFEST.in                              |  39 ---
 README.md                                |   4 +-
 pyproject.toml                           |  23 --
 python/CMakeLists.txt                    |  87 ------
 python/README.md                         | 101 -------
 python/datasketches/DensityWrapper.py    |  87 ------
 python/datasketches/KernelFunction.py    |  35 ---
 python/datasketches/PySerDe.py           | 110 -------
 python/datasketches/TuplePolicy.py       |  77 -----
 python/datasketches/TupleWrapper.py      | 208 -------------
 python/datasketches/__init__.py          |  38 ---
 python/include/kernel_function.hpp       |  98 -------
 python/include/py_object_lt.hpp          |  37 ---
 python/include/py_object_ostream.hpp     |  48 ---
 python/include/py_serde.hpp              | 113 -------
 python/include/quantile_conditional.hpp  | 104 -------
 python/include/tuple_policy.hpp          | 136 ---------
 python/jupyter/CPCSketch.ipynb           | 345 ----------------------
 python/jupyter/FrequentItemsSketch.ipynb | 354 ----------------------
 python/jupyter/HLLSketch.ipynb           | 346 ----------------------
 python/jupyter/KLLSketch.ipynb           | 463 -----------------------------
 python/jupyter/ThetaSketchNotebook.ipynb | 403 -------------------------
 python/pybind11Path.cmd                  |  21 --
 python/src/__init__.py                   |  18 --
 python/src/count_wrapper.cpp             | 101 -------
 python/src/cpc_wrapper.cpp               |  78 -----
 python/src/datasketches.cpp              |  58 ----
 python/src/density_wrapper.cpp           |  95 ------
 python/src/fi_wrapper.cpp                | 182 ------------
 python/src/hll_wrapper.cpp               | 126 --------
 python/src/kll_wrapper.cpp               | 158 ----------
 python/src/ks_wrapper.cpp                |  68 -----
 python/src/py_serde.cpp                  | 112 -------
 python/src/quantiles_wrapper.cpp         | 155 ----------
 python/src/req_wrapper.cpp               | 154 ----------
 python/src/theta_wrapper.cpp             | 168 -----------
 python/src/tuple_wrapper.cpp             | 216 --------------
 python/src/vector_of_kll.cpp             | 490 -------------------------------
 python/src/vo_wrapper.cpp                | 173 -----------
 python/tests/__init__.py                 |  16 -
 python/tests/count_min_test.py           |  86 ------
 python/tests/cpc_test.py                 |  69 -----
 python/tests/density_test.py             |  93 ------
 python/tests/fi_test.py                  | 149 ----------
 python/tests/hll_test.py                 | 129 --------
 python/tests/kll_test.py                 | 159 ----------
 python/tests/quantiles_test.py           | 160 ----------
 python/tests/req_test.py                 | 159 ----------
 python/tests/theta_test.py               | 156 ----------
 python/tests/tuple_test.py               | 213 --------------
 python/tests/vector_of_kll_test.py       | 148 ----------
 python/tests/vo_test.py                  | 132 ---------
 setup.py                                 | 110 -------
 tox.ini                                  |  26 --
 57 files changed, 1 insertion(+), 7623 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to