This is an automated email from the ASF dual-hosted git repository.

ryankert01 pushed a change to branch qdp-unify-gpu-detection
in repository https://gitbox.apache.org/repos/asf/mahout.git


 discard 1c9078b93 feat(qdp): expose native cuda_available() and gate GPU tests 
on it
     add 96555a8a8 [Docs] Add 0.6 website version snapshot (#1417)
     add cb8e2f066 [Website] Redesign news index and blog post pages (#1418)
     add a17627f5b [Website] Add Qumat 0.5.0 release blog (#1419)
     add de484ad8d [Website] Update QuMat release blogs and community roster 
(#1420)
     add 3e631d919 [Website] Rename dev docs version to master (#1421)
     add bffb3edac feat(qdp): expose native cuda_available() and gate GPU tests 
on it

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1c9078b93)
            \
             N -- N -- N   refs/heads/qdp-unify-gpu-detection (bffb3edac)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 ...elease.md => 2025-04-17-Qumat-0.4.0-Release.md} |   2 +-
 docs/blog/2026-02-02-Qumat-0.5.0-Release.md        | 208 +++++++++++++
 docs/blog/2026-06-01-Qumat-0.6.0-Release/index.md  | 186 ++++++++----
 docs/blog/authors.yml                              |   8 +-
 docs/community/who-we-are.md                       |   1 +
 website/README.md                                  |  28 +-
 website/docusaurus.config.ts                       |  48 +--
 website/package.json                               |   2 +
 website/scripts/sync-docs.js                       |  13 +
 website/src/pages/index.tsx                        |   8 +-
 website/src/theme/BlogListPage/index.tsx           | 239 +++++++++++++++
 website/src/theme/BlogListPage/styles.module.css   | 327 +++++++++++++++++++++
 website/src/theme/BlogPostItem/index.tsx           | 118 ++++++++
 website/src/theme/BlogPostItem/styles.module.css   | 133 +++++++++
 website/src/theme/BlogPostPage/index.tsx           |  81 +++++
 website/src/theme/BlogPostPage/styles.module.css   |  52 ++++
 website/static/img/jiekaichang.png                 | Bin 0 -> 1198420 bytes
 .../version-0.6}/about/how-to-contribute.md        |   0
 .../version-0.6}/advanced/gap-analysis.md          |   0
 .../versioned_docs/version-0.6}/advanced/pqc.md    |   0
 .../versioned_docs/version-0.6}/api/index.md       |   0
 .../versioned_docs/version-0.6}/assets/mascot.png  | Bin
 .../version-0.6}/assets/mascot_with_text.png       | Bin
 .../version-0.6}/community/code-of-conduct.md      |   0
 .../versioned_docs/version-0.6}/community/index.md |   0
 .../version-0.6}/community/mailing-lists.md        |   0
 .../community/pr-policy-and-review-guidelines.md   |   3 +
 .../version-0.6}/community/who-we-are.md           |   1 +
 .../versioned_docs/version-0.6}/index.md           |   0
 .../An-Efficient-Quantum-Factoring-Algorithm.md    |   0
 ...-Neutral-Atoms-For-Supervised-Classification.md |   0
 ...antum-machine-learning-beyond-kernel-methods.md |   0
 ...-the-Potential-of-LLMs-for-Quantum-Computing.md |   0
 .../version-0.6}/learning/papers/index.md          |   0
 .../quantum-computing-primer/advanced-topics.md    |   0
 .../quantum-computing-primer/applications.md       |   0
 .../learning/quantum-computing-primer/index.md     |   0
 .../quantum-computing-primer/introduction.md       |   0
 .../quantum-computing-primer/quantum-algorithms.md |   0
 .../quantum-computing-primer/quantum-circuits.md   |   0
 .../quantum-entanglement.md                        |   0
 .../quantum-error-correction.md                    |   0
 .../quantum-computing-primer/quantum-gates.md      |   0
 .../learning}/quantum-computing-primer/qubits.md   |   0
 .../versioned_docs/version-0.6}/qdp/api.md         |   0
 .../versioned_docs/version-0.6}/qdp/concepts.md    |   0
 .../versioned_docs/version-0.6}/qdp/examples.md    |   0
 .../version-0.6}/qdp/getting-started.md            |   0
 .../versioned_docs/version-0.6}/qdp/index.md       |   0
 .../version-0.6}/qdp/observability.md              |   0
 .../versioned_docs/version-0.6}/qdp/python-api.md  |   0
 .../versioned_docs/version-0.6}/qdp/readers.md     |   0
 .../versioned_docs/version-0.6}/qdp/testing.md     |   0
 .../versioned_docs/version-0.6}/qumat/api.md       |   0
 .../version-0.6}/qumat/basic-gates.md              |   0
 .../versioned_docs/version-0.6}/qumat/concepts.md  |   0
 .../versioned_docs/version-0.6}/qumat/examples.md  |   0
 .../version-0.6}/qumat/getting-started.md          |   0
 .../versioned_docs/version-0.6}/qumat/index.md     |   0
 .../version-0.6}/qumat/parameterized-circuits.md   |   0
 ...0.5-sidebars.json => version-0.6-sidebars.json} |   3 +-
 website/versions.json                              |   1 +
 62 files changed, 1362 insertions(+), 100 deletions(-)
 rename docs/blog/{2025-04-17-Qumat-0.4-Release.md => 
2025-04-17-Qumat-0.4.0-Release.md} (86%)
 create mode 100644 docs/blog/2026-02-02-Qumat-0.5.0-Release.md
 create mode 100644 website/src/theme/BlogListPage/index.tsx
 create mode 100644 website/src/theme/BlogListPage/styles.module.css
 create mode 100644 website/src/theme/BlogPostItem/index.tsx
 create mode 100644 website/src/theme/BlogPostItem/styles.module.css
 create mode 100644 website/src/theme/BlogPostPage/index.tsx
 create mode 100644 website/src/theme/BlogPostPage/styles.module.css
 create mode 100644 website/static/img/jiekaichang.png
 copy {docs => website/versioned_docs/version-0.6}/about/how-to-contribute.md 
(100%)
 copy {docs => website/versioned_docs/version-0.6}/advanced/gap-analysis.md 
(100%)
 copy {docs => website/versioned_docs/version-0.6}/advanced/pqc.md (100%)
 copy {docs => website/versioned_docs/version-0.6}/api/index.md (100%)
 copy {docs => website/versioned_docs/version-0.6}/assets/mascot.png (100%)
 copy {docs => website/versioned_docs/version-0.6}/assets/mascot_with_text.png 
(100%)
 copy {docs => website/versioned_docs/version-0.6}/community/code-of-conduct.md 
(100%)
 copy {docs => website/versioned_docs/version-0.6}/community/index.md (100%)
 copy {docs => website/versioned_docs/version-0.6}/community/mailing-lists.md 
(100%)
 copy {docs => 
website/versioned_docs/version-0.6}/community/pr-policy-and-review-guidelines.md
 (99%)
 copy {docs => website/versioned_docs/version-0.6}/community/who-we-are.md (98%)
 copy {docs => website/versioned_docs/version-0.6}/index.md (100%)
 copy website/versioned_docs/{version-0.4/qumat => 
version-0.6/learning}/papers/An-Efficient-Quantum-Factoring-Algorithm.md (100%)
 copy website/versioned_docs/{version-0.4/qumat => 
version-0.6/learning}/papers/Quantum-Kernel-Estimation-With-Neutral-Atoms-For-Supervised-Classification.md
 (100%)
 copy website/versioned_docs/{version-0.4/qumat => 
version-0.6/learning}/papers/Quantum-machine-learning-beyond-kernel-methods.md 
(100%)
 copy website/versioned_docs/{version-0.4/qumat => 
version-0.6/learning}/papers/Unleashing-the-Potential-of-LLMs-for-Quantum-Computing.md
 (100%)
 copy {docs => website/versioned_docs/version-0.6}/learning/papers/index.md 
(100%)
 copy website/versioned_docs/{version-0.4/qumat => 
version-0.6/learning}/quantum-computing-primer/advanced-topics.md (100%)
 copy website/versioned_docs/{version-0.4/qumat => 
version-0.6/learning}/quantum-computing-primer/applications.md (100%)
 copy {docs => 
website/versioned_docs/version-0.6}/learning/quantum-computing-primer/index.md 
(100%)
 copy website/versioned_docs/{version-0.4/qumat => 
version-0.6/learning}/quantum-computing-primer/introduction.md (100%)
 copy website/versioned_docs/{version-0.4/qumat => 
version-0.6/learning}/quantum-computing-primer/quantum-algorithms.md (100%)
 copy website/versioned_docs/{version-0.4/qumat => 
version-0.6/learning}/quantum-computing-primer/quantum-circuits.md (100%)
 copy website/versioned_docs/{version-0.4/qumat => 
version-0.6/learning}/quantum-computing-primer/quantum-entanglement.md (100%)
 copy website/versioned_docs/{version-0.4/qumat => 
version-0.6/learning}/quantum-computing-primer/quantum-error-correction.md 
(100%)
 copy website/versioned_docs/{version-0.4/qumat => 
version-0.6/learning}/quantum-computing-primer/quantum-gates.md (100%)
 copy website/versioned_docs/{version-0.4/qumat => 
version-0.6/learning}/quantum-computing-primer/qubits.md (100%)
 copy {docs => website/versioned_docs/version-0.6}/qdp/api.md (100%)
 copy {docs => website/versioned_docs/version-0.6}/qdp/concepts.md (100%)
 copy {docs => website/versioned_docs/version-0.6}/qdp/examples.md (100%)
 copy {docs => website/versioned_docs/version-0.6}/qdp/getting-started.md (100%)
 copy {docs => website/versioned_docs/version-0.6}/qdp/index.md (100%)
 copy {docs => website/versioned_docs/version-0.6}/qdp/observability.md (100%)
 copy {docs => website/versioned_docs/version-0.6}/qdp/python-api.md (100%)
 copy {docs => website/versioned_docs/version-0.6}/qdp/readers.md (100%)
 copy {docs => website/versioned_docs/version-0.6}/qdp/testing.md (100%)
 copy {docs => website/versioned_docs/version-0.6}/qumat/api.md (100%)
 copy {docs => website/versioned_docs/version-0.6}/qumat/basic-gates.md (100%)
 copy {docs => website/versioned_docs/version-0.6}/qumat/concepts.md (100%)
 copy {docs => website/versioned_docs/version-0.6}/qumat/examples.md (100%)
 copy {docs => website/versioned_docs/version-0.6}/qumat/getting-started.md 
(100%)
 copy {docs => website/versioned_docs/version-0.6}/qumat/index.md (100%)
 copy {docs => 
website/versioned_docs/version-0.6}/qumat/parameterized-circuits.md (100%)
 copy website/versioned_sidebars/{version-0.5-sidebars.json => 
version-0.6-sidebars.json} (97%)

Reply via email to