Skip to content

Releases: cda-tum/mqt-qcec

MQT QCEC 2.6.0 Release

14 Apr 21:18
3a0f498
Compare
Choose a tag to compare

👀 What Changed

Quite a big release for QCEC. Highlights include:

🚀 Features and Enhancements

🐛 Bug Fixes

📄 Documentation

🤖 CI

🧹 Code Quality

⬆️ Dependencies

9 changes

Full Changelog: v2.5.0...v2.6.0

QCEC 2.5.0 Release

21 Feb 10:08
40fb60b
Compare
Choose a tag to compare

👀 What Changed

This release marks mqt-qcec's support for Qiskit 1.0 and additionally contains some feature extension to the ZX-based equivalence checker (such as extended gate support).

🚀 Features and Enhancements

📦 Packaging

⬆️ Dependencies

Full Changelog: v2.4.5...v2.5.0

QCEC 2.4.5 Release

15 Feb 15:43
8a5779a
Compare
Choose a tag to compare

👀 What Changed

🚀 Features and Enhancements

🐛 Bug Fixes

🧹 Code Quality

  • 🚨 fix Qiskit 0.46.0 deprecation warnings @burgholzer (#360)
  • 🚸🚨 Eliminate reference members and improve TaskManager interface @burgholzer (#349)

⬆️ Dependencies

14 changes

Full Changelog: v2.4.4...v2.4.5

QCEC 2.4.4 Release

12 Dec 14:46
854a96a
Compare
Choose a tag to compare

👀 What Changed

🚀 Features and Enhancements

🐛 Bug Fixes

  • ⬆️🩹 Update mqt-core with a fix for ancillary qubit handling @burgholzer (#340)

📄 Documentation

🤖 CI

⬆️ Dependencies

7 changes

Full Changelog: v2.4.3...v2.4.4

QCEC 2.4.3 Release

09 Nov 18:46
3b083a3
Compare
Choose a tag to compare

👀 What Changed

This brings the latest features from mqt-core to QCEC. This includes

  • extended gate support for the ZX-calculus checker (now also supports two-qubit rotation gates).
  • several small tweaks in the underlying DD package
  • a large-scale refactor of the internal QuantumComputation API that increases C++ usability

🚀 Features and Enhancements

🤖 CI

📦 Packaging

🧹 Code Quality

⬆️ Dependencies

8 changes

Full Changelog: v2.4.2...v2.4.3

QCEC 2.4.2 Release

03 Oct 09:57
47ceb3b
Compare
Choose a tag to compare

👀 What Changed

Just a small bugfix release.

🐛 Bug Fixes

📄 Documentation

  • 🩹 📝 removes the hmtl_baseurl setting from RtD config @burgholzer (#314)

⬆️ Dependencies

Full Changelog: v2.4.1...v2.4.2

QCEC 2.4.1 Release

13 Sep 08:51
4c66dd9
Compare
Choose a tag to compare

👀 What Changed

🐛 Bug Fixes

🤖 CI

📦 Packaging

⬆️ Dependencies

Full Changelog: v2.4.0...v2.4.1

QCEC 2.4.0 Release

28 Aug 15:01
8e581f7
Compare
Choose a tag to compare

👀 What Changed

This release switches the project from setuptools to the modern scikit-build-core. This brings a way better development experience with faster editable rebuilds, no more setup.py and MANIFEST.in files, and more. See #301 for some more details.

It also switches the CI to the reusable workflows introduced in MQT Core, which is (more-and-more) truly becoming the backbone of the MQT. Build caching is now enabled for all CI workflows, change detection only runs those flows that are required for the given changes, PyPI publishing uses trusted publishing now, and many more. Also see #301 for more details.

🚀 Features and Enhancements

📄 Documentation

🤖 CI

📦 Packaging

⬆️ Dependencies

Full Changelog: v2.3.1...v2.4.0

QCEC 2.3.1 Release

11 Aug 14:24
Compare
Choose a tag to compare

👀 What Changed

This small bugfix release fixes the Cirrus CI PyPI token that was missing due to the move from qcec to mqt-qcec.

Full Changelog: v2.3.0...v2.3.1

QCEC 2.3.0 Release

11 Aug 13:01
b5613a5
Compare
Choose a tag to compare

👀 What Changed

This release brings three main updates to MQT QCEC

  • 🐍 Support for Python 3.12
  • 🔧 Integration of the MQT Core library as the successor of the QFR library.
  • ⚡ Some performance improvements in the underlying DD package

🚀 Features and Enhancements

🐛 Bug Fixes

  • 🩹 patch CI failure due to unconditional Qiskit deprecation warning @burgholzer (#297)
  • 🩹 Ignore DeprecationWarning in Qiskit code @burgholzer (#289)

📄 Documentation

🤖 CI

  • 🩹 patch CI failure due to unconditional Qiskit deprecation warning @burgholzer (#297)

📦 Packaging

⬆️ Dependencies

26 changes

Full Changelog: v2.2.3...v2.3.0