From a5b42fb005f8d5784f681af33fcc4b4270c97194 Mon Sep 17 00:00:00 2001 From: flowerthrower Date: Tue, 2 Jun 2026 10:27:05 +0200 Subject: [PATCH 1/5] =?UTF-8?q?=F0=9F=9A=80=20Prepare=20release=20of=20v1.?= =?UTF-8?q?0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Assisted-by: GPT-5 via Codex --- CHANGELOG.md | 7 ++++++- UPGRADING.md | 19 +++++++++++++++++++ docs/UPGRADING.md | 3 +++ docs/index.md | 3 ++- 4 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 UPGRADING.md create mode 100644 docs/UPGRADING.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c2d747..bc21bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ This project adheres to [Semantic Versioning], with the exception that minor rel ## [Unreleased] +## [1.0.1] - 2026-06-02 + ### Added - 🚸 Add [CMake presets] to provide a standardized and reproducible way to configure builds ([#137]) ([**@denialhaag**]) @@ -46,7 +48,8 @@ _📚 Refer to the [original MQT Core PR] for initial discussions and decisions -[unreleased]: https://github.com/munich-quantum-toolkit/core-plugins-catalyst/compare/v1.0.0...HEAD +[unreleased]: https://github.com/munich-quantum-toolkit/core-plugins-catalyst/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/munich-quantum-toolkit/core-plugins-catalyst/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/munich-quantum-toolkit/core-plugins-catalyst/compare/052a747...v1.0.0 @@ -71,4 +74,6 @@ _📚 Refer to the [original MQT Core PR] for initial discussions and decisions [Keep a Changelog]: https://keepachangelog.com/en/1.1.0/ [Common Changelog]: https://common-changelog.org [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +[CMake presets]: https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html +[munich-quantum-toolkit/workflows]: https://github.com/munich-quantum-toolkit/workflows [original MQT Core PR]: https://github.com/munich-quantum-toolkit/core/pull/881 diff --git a/UPGRADING.md b/UPGRADING.md new file mode 100644 index 0000000..9aab3c3 --- /dev/null +++ b/UPGRADING.md @@ -0,0 +1,19 @@ +# Upgrade Guide + +This document describes breaking changes and how to upgrade. For a complete list of changes including minor and patch releases, please refer to the [changelog](CHANGELOG.md). + +## [Unreleased] + +## [1.0.1] + +This release does not require any manual upgrade steps. + +## [1.0.0] + +Initial release. + + + +[unreleased]: https://github.com/munich-quantum-toolkit/core-plugins-catalyst/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/munich-quantum-toolkit/core-plugins-catalyst/compare/v1.0.0...v1.0.1 +[1.0.0]: https://github.com/munich-quantum-toolkit/core-plugins-catalyst/compare/052a747...v1.0.0 diff --git a/docs/UPGRADING.md b/docs/UPGRADING.md new file mode 100644 index 0000000..a005cf7 --- /dev/null +++ b/docs/UPGRADING.md @@ -0,0 +1,3 @@ +```{include} ../UPGRADING.md + +``` diff --git a/docs/index.md b/docs/index.md index 86970b7..05b0993 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,6 +17,7 @@ self installation references CHANGELOG +UPGRADING ``` ```{toctree} @@ -37,7 +38,7 @@ support :maxdepth: 1 :hidden: -api/mqt/core/plugins/catalyst/index +api/catalyst/index ``` ## Contributors and Supporters From 431d38029d6fd7253917e64970db865df21fba50 Mon Sep 17 00:00:00 2001 From: flowerthrower Date: Wed, 3 Jun 2026 09:26:03 +0200 Subject: [PATCH 2/5] =?UTF-8?q?=F0=9F=94=A5=20remove=20upgrading=20guide?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UPGRADING.md | 19 ------------------- docs/UPGRADING.md | 3 --- docs/index.md | 1 - 3 files changed, 23 deletions(-) delete mode 100644 UPGRADING.md delete mode 100644 docs/UPGRADING.md diff --git a/UPGRADING.md b/UPGRADING.md deleted file mode 100644 index 9aab3c3..0000000 --- a/UPGRADING.md +++ /dev/null @@ -1,19 +0,0 @@ -# Upgrade Guide - -This document describes breaking changes and how to upgrade. For a complete list of changes including minor and patch releases, please refer to the [changelog](CHANGELOG.md). - -## [Unreleased] - -## [1.0.1] - -This release does not require any manual upgrade steps. - -## [1.0.0] - -Initial release. - - - -[unreleased]: https://github.com/munich-quantum-toolkit/core-plugins-catalyst/compare/v1.0.1...HEAD -[1.0.1]: https://github.com/munich-quantum-toolkit/core-plugins-catalyst/compare/v1.0.0...v1.0.1 -[1.0.0]: https://github.com/munich-quantum-toolkit/core-plugins-catalyst/compare/052a747...v1.0.0 diff --git a/docs/UPGRADING.md b/docs/UPGRADING.md deleted file mode 100644 index a005cf7..0000000 --- a/docs/UPGRADING.md +++ /dev/null @@ -1,3 +0,0 @@ -```{include} ../UPGRADING.md - -``` diff --git a/docs/index.md b/docs/index.md index 05b0993..7d449ff 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,6 @@ self installation references CHANGELOG -UPGRADING ``` ```{toctree} From 0b3f214f9848bd0cd0b9d26cd15b09f4a71a415b Mon Sep 17 00:00:00 2001 From: flowerthrower Date: Wed, 3 Jun 2026 09:30:40 +0200 Subject: [PATCH 3/5] =?UTF-8?q?=F0=9F=8E=A8=20add=20release=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc21bce..f5aadb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ This project adheres to [Semantic Versioning], with the exception that minor rel ## [1.0.1] - 2026-06-02 +This release is compatible with Catalyst 0.14.1 and PennyLane >0.44 <0.45. + ### Added - 🚸 Add [CMake presets] to provide a standardized and reproducible way to configure builds ([#137]) ([**@denialhaag**]) @@ -23,6 +25,8 @@ This project adheres to [Semantic Versioning], with the exception that minor rel ## [1.0.0] - 2026-01-26 +This release is compatible with Catalyst 0.14.0 and PennyLane 0.44.0. + ### Added - ⬆️ Add Python 3.14 support ([#45]) ([**@flowerthrower**], [**@burgholzer**]) From b17b4f20ceb1876ccd3e7a6c6c76a5fc5ceefb2b Mon Sep 17 00:00:00 2001 From: flowerthrower Date: Wed, 3 Jun 2026 09:37:23 +0200 Subject: [PATCH 4/5] =?UTF-8?q?=F0=9F=90=9B=20fix=20AutoAPI=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 78f0f7b..b7d3e87 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -131,7 +131,7 @@ def format_url(self, _e: Entry) -> HRef: # noqa: PLR6301 modindex_common_prefix = ["mqt.core.plugins.catalyst."] -autoapi_dirs = ["../python/mqt/core/plugins/catalyst"] +autoapi_dirs = ["../python/mqt"] autoapi_python_use_implicit_namespaces = True autoapi_root = "api" autoapi_add_toctree_entry = False diff --git a/docs/index.md b/docs/index.md index 7d449ff..86970b7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -37,7 +37,7 @@ support :maxdepth: 1 :hidden: -api/catalyst/index +api/mqt/core/plugins/catalyst/index ``` ## Contributors and Supporters From 617d99d94e195624fff12ed52714a4f2475cdea8 Mon Sep 17 00:00:00 2001 From: Patrick Hopf <81010725+flowerthrower@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:54:24 +0200 Subject: [PATCH 5/5] Apply suggestions from code review Co-authored-by: Lukas Burgholzer Signed-off-by: Patrick Hopf <81010725+flowerthrower@users.noreply.github.com> --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5aadb9..d6d5fc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ This project adheres to [Semantic Versioning], with the exception that minor rel ## [1.0.1] - 2026-06-02 -This release is compatible with Catalyst 0.14.1 and PennyLane >0.44 <0.45. +This release is compatible with Catalyst `0.14.1` and PennyLane `~=0.44.1`. ### Added @@ -25,7 +25,7 @@ This release is compatible with Catalyst 0.14.1 and PennyLane >0.44 <0.45. ## [1.0.0] - 2026-01-26 -This release is compatible with Catalyst 0.14.0 and PennyLane 0.44.0. +This release is compatible with Catalyst `0.14.0` and PennyLane `0.44.0`. ### Added