This is an automated email from the ASF dual-hosted git repository.
guanmingchiu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
from 674e42701 MAHOUT-801: Unify python package managers (#802)
add 1cd83d69a [QDP] Integrate QDP into Qumat (#806)
No new revisions were added by this update.
Summary of changes:
README.md | 22 ++
pyproject.toml | 8 +-
qdp/DEVELOPMENT.md | 2 +-
qdp/qdp-python/Cargo.toml | 2 +-
qdp/qdp-python/README.md | 2 +-
qdp/qdp-python/benchmark/benchmark_e2e.py | 2 +-
qdp/qdp-python/benchmark/benchmark_latency.py | 2 +-
qdp/qdp-python/benchmark/benchmark_numpy_io.py | 2 +-
qdp/qdp-python/benchmark/benchmark_throughput.py | 2 +-
qdp/qdp-python/pyproject.toml | 7 +-
qdp/qdp-python/src/lib.rs | 4 +-
qdp/qdp-python/tests/test_bindings.py | 26 +-
qdp/qdp-python/tests/test_high_fidelity.py | 2 +-
qdp/qdp-python/tests/test_numpy.py | 2 +-
qumat/__init__.py | 3 +-
qumat/qdp.py | 63 +++++
uv.lock | 326 +++--------------------
17 files changed, 164 insertions(+), 313 deletions(-)
create mode 100644 qumat/qdp.py