Skip to content

Commit 48de5ac

Browse files
authored
📝 Improve changelog and upgrade guide (#450)
## Description This PR improves the changelog and upgrade guide with regard to the discontinuation of x86 macOS support. Support was initially dropped in #421. See munich-quantum-toolkit/core#1165 for more information. Fixes #432 ## Checklist: <!--- This checklist serves as a reminder of a couple of things that ensure your pull request will be merged swiftly. --> - [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 9649b28 commit 48de5ac

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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+
### Changed
13+
14+
- 🔥 Drop support for x86 macOS systems ([#421]) ([**@denialhaag**])
15+
1216
## [2.3.0] - 2025-07-29
1317

1418
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md#230)._
@@ -20,7 +24,6 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md#230)._
2024

2125
### Changed
2226

23-
- 🗑️ Drop support for x86 architecture on macOS ([#421]) ([**@denialhaag**])
2427
- 🎨 Adjust the ESP reward calculation to become Qiskit v2 compatible ([#406]) ([**@nquetschlich**])
2528
- ✨ Improve the ML part and its usability ([#403]) ([**@nquetschlich**])
2629
- 📝 Migrate the documentation from .rst to .md files ([#403]) ([**@nquetschlich**])
@@ -40,7 +43,7 @@ _📚 Refer to the [GitHub Release Notes](https://github.com/munich-quantum-tool
4043

4144
<!-- PR links -->
4245

43-
[#421]: https://github.com/munich-quantum-toolkit/predictor/pull/406
46+
[#421]: https://github.com/munich-quantum-toolkit/predictor/pull/421
4447
[#406]: https://github.com/munich-quantum-toolkit/predictor/pull/406
4548
[#405]: https://github.com/munich-quantum-toolkit/predictor/pull/405
4649
[#403]: https://github.com/munich-quantum-toolkit/predictor/pull/403

UPGRADING.md

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

55
## [Unreleased]
66

7-
With this release, `mqt-predictor` no longer supports the x86 architecture on macOS.
8-
This step was necessary to ensure compatibility with PyTorch.
7+
### End of support for x86 macOS systems
8+
9+
Starting with this release, MQT Predictor no longer supports x86 macOS systems.
10+
This step is necessary to ensure compatibility with PyTorch.
11+
Furthermore, this coincides with GitHub removing the `macos-13` runners from their infrastructure.
12+
x86 macOS systems are no longer tested in our CI.
913

1014
## [2.3.0] - 2025-07-29
1115

@@ -19,7 +23,7 @@ The RL action handling has been updated to utilize dataclasses, which improves t
1923

2024
### General
2125

22-
MQT Bench has moved to the [munich-quantum-toolkit](https://github.com/munich-quantum-toolkit) GitHub organization under https://github.com/munich-quantum-toolkit/predictor.
26+
MQT Predictor has moved to the [munich-quantum-toolkit](https://github.com/munich-quantum-toolkit) GitHub organization under https://github.com/munich-quantum-toolkit/predictor.
2327
While most links should be automatically redirected, please update any links in your code to point to the new location.
2428
All links in the documentation have been updated accordingly.
2529

0 commit comments

Comments
 (0)