This is an automated email from the ASF dual-hosted git repository. ryankert01 pushed a commit to annotated tag mahout-qumat-0.6.0-RC1 in repository https://gitbox.apache.org/repos/asf/mahout.git
commit bc21a2a6a919105f9f672d46c0753d7a6a6ca883 Author: Hsien-Cheng Huang <[email protected]> AuthorDate: Wed May 13 14:46:12 2026 +0000 chore(release): bump versions to 0.6.0rc1 / 0.2.0-rc1 Add the rc1 suffix to qumat (pyproject.toml) and qdp workspace (qdp/Cargo.toml + Cargo.lock) so RC1 artifacts are named correctly per dev/release.md ยง1.2. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]> --- pyproject.toml | 2 +- qdp/Cargo.lock | 6 +++--- qdp/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0db11d1cb..62ed7e54b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ [project] name = "qumat" -version = "0.6.0" +version = "0.6.0rc1" description = "A library for composing quantum machine learning." authors = [{ name = "Apache Mahout", email = "[email protected]" }] license = "Apache-2.0" diff --git a/qdp/Cargo.lock b/qdp/Cargo.lock index 2d6f9d174..2c9e8037e 100644 --- a/qdp/Cargo.lock +++ b/qdp/Cargo.lock @@ -2144,7 +2144,7 @@ dependencies = [ [[package]] name = "qdp-core" -version = "0.2.0" +version = "0.2.0-rc1" dependencies = [ "approx", "arrow", @@ -2171,7 +2171,7 @@ dependencies = [ [[package]] name = "qdp-kernels" -version = "0.2.0" +version = "0.2.0-rc1" dependencies = [ "cc", "cudarc", @@ -2179,7 +2179,7 @@ dependencies = [ [[package]] name = "qdp-python" -version = "0.2.0" +version = "0.2.0-rc1" dependencies = [ "env_logger", "numpy", diff --git a/qdp/Cargo.toml b/qdp/Cargo.toml index 2b5b89552..558cb43d9 100644 --- a/qdp/Cargo.toml +++ b/qdp/Cargo.toml @@ -7,7 +7,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.2.0" +version = "0.2.0-rc1" edition = "2024" rust-version = "1.85" authors = ["Apache Mahout Contributors"]
