QECC 1.7.2 Release
github-actions
released this
03 Sep 07:53
·
100 commits
to refs/heads/main
since this release
👀 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
- 🔥 Remove ldpc C++ dependency @lucasberent (#271)
- ✨ Infrastructure Update without Windows Support @burgholzer (#270)
🐛 Bug Fixes
- ⬆️ update ldpc with numpy 2 and Python 3.12+ support @burgholzer (#277)
- 🐛 Fix z-correction in some Circuits @pehamTom (#273)
- 🐛 Fix incorrect placement of z-errors @pehamTom (#272)
🤖 CI
- ✨ Infrastructure Update without Windows Support @burgholzer (#270)
📦 Packaging
- ✨ Infrastructure Update without Windows Support @burgholzer (#270)
🧹 Code Quality
- ✨ Infrastructure Update without Windows Support @burgholzer (#270)
⬆️ Dependencies
- ⬆️ update ldpc with numpy 2 and Python 3.12+ support @burgholzer (#277)
- 🔥 Remove ldpc C++ dependency @lucasberent (#271)
- ✨ Infrastructure Update without Windows Support @burgholzer (#270)
Full Changelog: v1.7.1...v1.7.2