Skip to content

Releases: cda-tum/mqt-qecc

QECC 1.8.0 Release

10 Sep 21:56
3cf545e
Compare
Choose a tag to compare

👀 What Changed

This is the first release that brings official Windows support 🎉 and ships corresponding wheels 🛞🐍
It also marks the switch to the reusable MQT workflows, which means that s390x, aarch64, and ppc64le wheels come for free now as well.
Along the way, a couple of bugs have been fixed that only manifested on Windows and the project configuration has been updated.
This release also ships free-threaded 3.13 wheels.

🚀 Features and Enhancements

🤖 CI

⬆️ Dependencies

Full Changelog: v1.7.2...v1.8.0

QECC 1.7.2 Release

03 Sep 07:53
fd6e4e9
Compare
Choose a tag to compare

👀 What Changed

This small release mainly improves the usage of mqt-qecc under Python 3.12 via an update of the ldpc dependency.
It also enables compatibility with numpy 2.0.
Furthermore, it contains a couple of fixes for the fault-tolerant state preparation functionality.

🚀 Features and Enhancements

🐛 Bug Fixes

🤖 CI

📦 Packaging

🧹 Code Quality

⬆️ Dependencies

Full Changelog: v1.7.1...v1.7.2

QECC 1.7.1 Release

28 Aug 07:57
c4209c7
Compare
Choose a tag to compare

👀 What Changed

This patch release contains a couple of quick fixes for the FTSP functionality.

🐛 Bug Fixes

Full Changelog: v1.7.0...v1.7.1

QECC 1.7.0 Release

26 Aug 20:43
2719a9b
Compare
Choose a tag to compare

👀 What Changed

This release mostly introduces the fault-tolerant state preparation proposed in https://arxiv.org/abs/2408.11894 and implemented in #234.
It also marks the removal of the flint dependency from the project (in #250), which paves the way for pre-built Windows wheels. These will come in a follow-up release.

🚀 Features and Enhancements

🐛 Bug Fixes

⬆️ Dependencies

7 changes

Full Changelog: v1.6.0...v1.7.0

QECC 1.6.0 Release

17 Jul 19:33
15b74be
Compare
Choose a tag to compare

👀 What Changed

This is the first release in quite a while. Feature-wise, this release contains the analog information decoding functionality (see #183) for further details.
Structure-wise, this release contains an updated project structure and CI, including wheels for Apple Silicon chips.
This release is also fully compatible with Qiskit 1.0

🚀 Features and Enhancements

🐛 Bug Fixes

📄 Documentation

🤖 CI

📦 Packaging

🧹 Code Quality

⬆️ Dependencies

32 changes

Full Changelog: v1.5.0...v1.6.0

QECC 1.5.0 Release

29 Sep 13:30
be881f3
Compare
Choose a tag to compare

👀 What Changed

This release brings a major overhaul of the Python packaging infrastructure and updates QECC to the latest mqt-core version.

🚀 Features and Enhancements

📄 Documentation

🤖 CI

📦 Packaging

⬆️ Dependencies

9 changes

Full Changelog: v1.4.0...v2.0.0

QECC 1.4.0 Release

11 Aug 17:12
2e52cb9
Compare
Choose a tag to compare

👀 What Changed

This release brings two main updates to MQT QECC

  • 🐍 Support for Python 3.12
  • 🔧 Integration of the MQT Core library as the successor of the QFR library.

🚀 Features and Enhancements

📄 Documentation

🤖 CI

📦 Packaging

⬆️ Dependencies

17 changes

Full Changelog: v1.3.1...v1.4.0

QECC 1.3.1 Release

16 May 14:56
ea3245d
Compare
Choose a tag to compare

👀 What Changed

🚀 Features and Enhancements

🐛 Bug Fixes

  • 🩹 workaround for qiskit-aer and qiskit-terra raising a warning @burgholzer (#118)
  • 🩹 Fix deprecation warnings related to qiskit-aer @33Gjl1Xe (#103)

🤖 CI

🧹 Code Quality

⬆️ Dependencies

17 changes

Full Changelog: v1.3.0...v1.3.1

v1.3.0 Release: MaxSAT Color Code Decoder

28 Mar 09:26
d90836d
Compare
Choose a tag to compare

This release incorporates the MaxSAT-based decoder for color codes, means to generate triangular color codes (using Hexagonal lattices) and means to conduct numerical simulations (logical error rate/threshold). This corresponds to the implementation ideas from https://arxiv.org/abs/2303.14237.

What's Changed

Full Changelog: v1.2.1...v1.3.0
Authors: @burgholzer, @lucasberent, @peter-janderks

v1.2.1 Release: Small ECC Script Update

10 Jan 13:46
b3410f9
Compare
Choose a tag to compare

What's Changed

This release slightly updates the ECC wrapper script to make it easier to use (see #67 by @33Gjl1Xe)

Full Changelog: v1.2.0...v1.2.1