Skip to content

MQT QECC 2.0.0 Release

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jul 18:38
Immutable release. Only release title and notes can be modified.
b3afcfa

⚠️ Breaking Changes

MQT QECC 2.0.0 is a major release that changes how the package is built and which platforms it supports. Please review before upgrading.

  • The package is now pure Python. The compiled C++ backend has been removed (#390). Installation no longer compiles anything — a single universal wheel is published, so installs are faster and no build toolchain is required. If you previously depended on building from source or on C++-level internals, that path no longer exists.
  • Dropped support for Python 3.9 (#503). The minimum supported version is now Python 3.10. Supported versions are 3.10, 3.11, 3.12, 3.13, and 3.14.
  • Dropped support for x86 (Intel) macOS (#499). Supported platforms are now arm64 (Apple silicon) macOS, Linux, and x64 Windows.

🚀 Features and Enhancements

🐛 Bug Fixes

📄 Documentation

🤖 CI

🧹 Code Quality

⬆️ Dependencies

276 changes

Full Changelog: v1.9.0...v2.0.0