Changelog

All notable changes to this project will be documented in this file.

The format is based on a mixture of Keep a Changelog and Common Changelog. This project adheres to Semantic Versioning, with the exception that minor releases may include breaking changes.

Unreleased

3.2.0 - 2025-07-16

If you are upgrading: please see UPGRADING.md.

Changed

  • ♻️ Restructure the Python code to introduce modules (#665) (@denialhaag)

  • ♻️ Restructure the C++ code for the Python bindings to mirror the introduced Python modules (#665) (@denialhaag)

  • Breaking: ⬆️ Bump minimum required MQT Core version to 3.1.0 (#694) (@denialhaag)

  • Breaking: ⬆️ Bump minimum required pybind11 version to 3.0.0 (#694) (@denialhaag)

Removed

3.1.3 - 2025-05-28

Fixed

  • 🐛 Fix the CD pipeline by changing the statistics struct in the zoned neutral atom compiler (#661) (@ystade)

3.1.2 - 2025-05-27

Fixed

  • 🐛 Entirely deactivate PDF export in documentation build (#660) (@ystade)

  • 📝 Append the docstring for the __init__ method to the class docstring in the documentation (#660) (@ystade)

3.1.1 - 2025-05-27

Fixed

  • 🐛 Deactivate PDF export in the documentation build (#659) (@ystade)

3.1.0 - 2025-05-26

Added

  • ✨ Add new compilers for zoned neutral atom architectures (a routing-agnostic and routing-aware compiler) (#624) (@ystade)

  • ✨ Add a new CMake function add_mqt_qmap_binding to add a Python binding library (#624) (@ystade)

Changed

  • ♻️ Move the C++ code for the Python bindings to the top-level bindings directory (#624) (@ystade)

  • ♻️ Move all Python code (no tests) to the top-level python directory (#624) (@ystade)

  • ♻️ Restructure the Python bindings for neutral atom tools into separate modules (#624) (@ystade)

3.0.0 - 2025-05-08

If you are upgrading: please see UPGRADING.md.

Added

Changed

  • Breaking: 🚚 Move MQT QMAP to the munich-quantum-toolkit GitHub organization

  • Breaking: ♻️ Use the mqt-core Python package for handling circuits (#418) (@burgholzer)

  • Breaking: ⬆️ Bump minimum required CMake version to 3.24.0 (#621) (@burgholzer)

  • Breaking: ♻️ Adopt new NAComputation in NASP tool (#608) (@ystade)

  • Breaking: ♻️ Isolate NALAC from the main library (#608, #609) (@ystade)

  • 📝 Rework existing project documentation (#614) (@burgholzer)

Removed

  • Breaking: 🔥 Remove teleportation support for the heuristic mapping (#621) (@burgholzer)

  • Breaking: 🔥 Remove support for BackendV1 Qiskit backends (#610) (@burgholzer)

  • Breaking: 🔥 Remove support for .real, .qc, .tfc, and GRCS files (#621) (@burgholzer)

  • Breaking: 🔥 Remove yaml-cpp dependency (#608) (@ystade)

2.8.0 - 2024-11-18

📚 Refer to the GitHub Release Notes for previous changelogs.