Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning], with the exception that minor rel

## [Unreleased]

## [1.0.1] - 2026-06-02

Comment thread
burgholzer marked this conversation as resolved.
This release is compatible with Catalyst `0.14.1` and PennyLane `~=0.44.1`.

### Added

- 🚸 Add [CMake presets] to provide a standardized and reproducible way to configure builds ([#137]) ([**@denialhaag**])
Expand All @@ -21,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**])
Expand All @@ -46,7 +52,8 @@ _📚 Refer to the [original MQT Core PR] for initial discussions and decisions

<!-- Version links -->

[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

<!-- PR links -->
Expand All @@ -71,4 +78,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
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading