Skip to content

MQT Core 2.5.1 Release

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 13:45
· 354 commits to refs/heads/main since this release
35e06ca

👀 What Changed

This small update brings along support for the new Neutral Atom Hybrid Mapper over in the QMAP repository as well as some quality of life improvements across the package.
On the Python package part of the codebase, the resulting wheels are considerably smaller now, as they just contain the Python component of mqt-core.
On the DD part of the codebase, the trace computation finally received a compute table, which significantly speeds it up.
On the CI/CD side, this marks the first release that makes use of the reusable workflows hosted over at https://github.com/cda-tum/mqt-workflows.

⚛️ MQT Core

⚖️ MQT Core DD Package

  • ⚡ Improvements for Trace Computation @TeWas (#628)

🚀 Features and Enhancements

🐛 Bug Fixes

  • 🩹 make sure to use the install rpath for build @burgholzer (#626)
  • 📦 only install the Python component of MQT Core in Python package builds @burgholzer (#609)
  • 🩹 make GMP dependency opt-in instead of used-if-found @burgholzer (#608)

📄 Documentation

🤖 CI

📦 Packaging

  • 📦 only install the Python component of MQT Core in Python package builds @burgholzer (#609)

🧹 Code Quality

⬆️ Dependencies

10 changes

Full Changelog: v2.5.0...v2.5.1