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
7 changes: 5 additions & 2 deletions 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]

### Changed

- 🔥 Drop support for x86 macOS systems ([#421]) ([**@denialhaag**])

## [2.3.0] - 2025-07-29

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

### Changed

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

<!-- PR links -->

[#421]: https://github.com/munich-quantum-toolkit/predictor/pull/406
[#421]: https://github.com/munich-quantum-toolkit/predictor/pull/421
[#406]: https://github.com/munich-quantum-toolkit/predictor/pull/406
[#405]: https://github.com/munich-quantum-toolkit/predictor/pull/405
[#403]: https://github.com/munich-quantum-toolkit/predictor/pull/403
Expand Down
10 changes: 7 additions & 3 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ This document describes breaking changes and how to upgrade. For a complete list

## [Unreleased]

With this release, `mqt-predictor` no longer supports the x86 architecture on macOS.
This step was necessary to ensure compatibility with PyTorch.
### End of support for x86 macOS systems

Starting with this release, MQT Predictor no longer supports x86 macOS systems.
This step is necessary to ensure compatibility with PyTorch.
Furthermore, this coincides with GitHub removing the `macos-13` runners from their infrastructure.
x86 macOS systems are no longer tested in our CI.
Comment thread
denialhaag marked this conversation as resolved.

## [2.3.0] - 2025-07-29

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

### General

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.
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.
While most links should be automatically redirected, please update any links in your code to point to the new location.
All links in the documentation have been updated accordingly.

Expand Down
Loading