Skip to content

Commit cd8ec91

Browse files
authored
🎨 Prepare Release v3.5.0 (#881)
## Description Updates release docs for 3.5.0 (CHANGELOG.md, UPGRADING.md) with new version notes and links; pins mqt.qmap to 3.5.0 in an evaluation script and adjusts a uv exclude-time timestamp. ## Checklist: <!--- This checklist serves as a reminder of a couple of things that ensure your pull request will be merged swiftly. --> - [ ] The pull request only contains commits that are focused and relevant to this change. - [ ] I have added appropriate tests that cover the new/changed functionality. - [ ] I have updated the documentation to reflect these changes. - [ ] I have added entries to the changelog for any noteworthy additions, changes, fixes, or removals. - [ ] I have added migration instructions to the upgrade guide (if needed). - [ ] The changes follow the project's style guidelines and introduce no new warnings. - [ ] The changes are fully tested and pass the CI checks. - [ ] I have reviewed my own code changes.
1 parent 09a98c3 commit cd8ec91

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

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

1212
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md#unreleased)._
1313

14+
## [3.5.0]
15+
16+
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md#350)._
17+
1418
### Added
1519

1620
- ✨ Add iterative diving search as a more efficient placement heuristic method ([#862]) ([**@ystade**])
@@ -159,7 +163,8 @@ _📚 Refer to the [GitHub Release Notes] for previous changelogs._
159163

160164
<!-- Version links -->
161165

162-
[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.4.0...HEAD
166+
[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.5.0...HEAD
167+
[3.5.0]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v3.5.0
163168
[3.4.0]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v3.4.0
164169
[3.3.1]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v3.3.1
165170
[3.3.0]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v3.3.0

UPGRADING.md

Lines changed: 4 additions & 1 deletion
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.5.0]
8+
79
As part of this release, the scheduler of the zoned neutral atom compiler now features a new parameter `max_filling_factor`.
810
It allows limiting the maximum number of parallel entangling gates relative to the maximum capacity of the entangling zone.
911
Note, the default is set to `0.9`.
@@ -106,7 +108,8 @@ Alternatively, CMake can be conveniently installed from PyPI using the [`cmake`]
106108

107109
<!-- Version links -->
108110

109-
[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.4.0...HEAD
111+
[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.5.0...HEAD
112+
[3.5.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.4.0...v3.5.0
110113
[3.4.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.3.0...v3.4.0
111114
[3.3.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.2.0...v3.3.0
112115
[3.2.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.1.0...v3.2.0

eval/na/zoned/eval_ids_relaxed_routing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
# /// script
1111
# dependencies = [
1212
# "mqt.bench==2.1.0",
13-
# "mqt.qmap @ git+https://github.com/munich-quantum-toolkit/qmap@28bf309dc166d87eed234bfa5dc2192e8900f865",
13+
# "mqt.qmap==3.5.0",
1414
# ]
1515
# [tool.uv]
16-
# exclude-newer = "2025-12-16T00:00:00Z"
16+
# exclude-newer = "2025-12-16T12:59:59Z"
1717
# ///
1818

1919
"""Script for evaluating the routing-aware zoned neutral atom compiler.

0 commit comments

Comments
 (0)