QCEC 2.2.0 Release: Python and Bugfix Updates
This release drops support for Python 3.7 (in accordance with its deprecation in Qiskit).
Furthermore, it contains some internal usability updates and resolves a couple of outstanding issues.
What's Changed
- 🐍🔥 Drop Python 3.7 support by @burgholzer in #229
- 🔧 Pre-Commit Updates by @burgholzer in #230
- 🚸 Improved Python Typing by @burgholzer in #231
- ♻️ Simplify Timeout Handling by @burgholzer in #232
- 🚸♻️ Streamline C++-Python Interface for
EquivalenceCheckingManagerby @burgholzer in #233 - 🐛 Fix compatibility check in alternating checker by @burgholzer in #237
Full Changelog: v2.1.3...v2.2.0