This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/datasketches-spark.git
commit a4387a36d5ba10031a2c0a95ee652f60e3105f93 Merge: 255b048 0fd0d61 Author: Jon Malkin <[email protected]> AuthorDate: Tue Feb 18 15:59:12 2025 -0800 Merge pull request #19 from apache/python Python .github/workflows/ci.yaml | 10 +- .github/workflows/{ci.yaml => python_ci.yaml} | 47 ++++--- .gitignore | 24 +--- README.md | 29 +++- build.sbt | 149 +++++++++++---------- project/BuildUtils.scala | 94 +++++++++++++ python/MANIFEST.in | 21 +++ python/README.md | 55 ++++++++ python/pyproject.toml | 48 +++++++ python/setup.py | 79 +++++++++++ python/src/datasketches_spark/__init__.py | 29 ++++ python/src/datasketches_spark/_version.py | 27 ++++ python/src/datasketches_spark/common.py | 120 +++++++++++++++++ python/src/datasketches_spark/kll.py | 104 ++++++++++++++ python/tests/__init__.py | 16 +++ python/tests/conftest.py | 35 +++++ python/tests/kll_test.py | 73 ++++++++++ python/tox.ini | 25 ++++ .../expressions/KllDoublesSketchExpressions.scala | 23 ++-- .../kll/types/KllDoublesSketchType.scala | 4 + version.cfg | 21 +++ 21 files changed, 903 insertions(+), 130 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
