Skip to content

Commit 745d56b

Browse files
authored
🔖 Prepare release of v3.2.0 (#701)
## Description This PR prepares the release of v3.2.0. ## Checklist: - [x] The pull request only contains commits that are focused and relevant to this change. - [x] ~~I have added appropriate tests that cover the new/changed functionality.~~ - [x] ~~I have updated the documentation to reflect these changes.~~ - [x] I have added entries to the changelog for any noteworthy additions, changes, fixes, or removals. - [x] I have added migration instructions to the upgrade guide (if needed). - [x] The changes follow the project's style guidelines and introduce no new warnings. - [x] The changes are fully tested and pass the CI checks. - [x] I have reviewed my own code changes.
1 parent 913fd2d commit 745d56b

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning], with the exception that minor rel
99

1010
## [Unreleased]
1111

12+
## [3.2.0] - 2025-07-16
13+
14+
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md#320)._
15+
1216
### Changed
1317

1418
- ♻️ Restructure the Python code to introduce modules ([#665]) ([**@denialhaag**])
@@ -82,7 +86,8 @@ _📚 Refer to the [GitHub Release Notes] for previous changelogs._
8286

8387
<!-- Version links -->
8488

85-
[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.1.3...HEAD
89+
[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.2.0...HEAD
90+
[3.2.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.1.3...v3.2.0
8691
[3.1.3]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.1.2...v3.1.3
8792
[3.1.2]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.1.1...v3.1.2
8893
[3.1.1]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.1.0...v3.1.1

UPGRADING.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This document describes breaking changes and how to upgrade. For a complete list
44

55
## [Unreleased]
66

7+
## [3.2.0]
8+
79
With this release, the Python package has been restructured.
810
In particular, the `mqt.qmap.pyqmap` module has been discontinued.
911
Classes and functions can now be imported from the more descriptive `mqt.qmap.clifford_synthesis`, `mqt.qmap.hybrid_mapper`, `mqt.qmap.na`, and `mqt.qmap.sc` modules.
@@ -48,7 +50,13 @@ MQT QMAP now requires CMake 3.24 or higher.
4850
Most modern operating systems should have this version available in their package manager.
4951
Alternatively, CMake can be conveniently installed from PyPI using the [`cmake`](https://pypi.org/project/cmake/) package.
5052

51-
[MQT SyReC]: https://github.com/cda-tum/mqt-syrec
52-
[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.1.0...HEAD
53+
<!-- Version links -->
54+
55+
[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.2.0...HEAD
56+
[3.2.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.1.0...v3.2.0
5357
[3.1.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.0.0...v3.1.0
5458
[3.0.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v2.8.0...v3.0.0
59+
60+
<!-- Other links -->
61+
62+
[MQT SyReC]: https://github.com/munich-quantum-toolkit/syrec

0 commit comments

Comments
 (0)