Skip to content

Releases: cda-tum/mqt-core

MQT Core 2.0.0 Release - Alpha 4

28 Aug 11:49
48d8e80
Compare
Choose a tag to compare
Pre-release

👀 What Changed

Yet another publishing test release. Moved trusted publishing out of reusable workflow.

MQT Core 2.0.0 Release - Alpha 3

28 Aug 10:15
226315a
Compare
Choose a tag to compare
Pre-release

👀 What Changed

Just another PR for testing the publishing pipeline. The Python package does not contain any substantial functionality yet.

MQT Core 2.0.0 Release - Alpha 2

23 Jun 09:02
Compare
Choose a tag to compare
Pre-release

👀 What Changed

Another pre-release for testing the publishing pipeline.

MQT Core 2.0.0 Release - Alpha 1

23 Jun 08:18
612b1f2
Compare
Choose a tag to compare
Pre-release

👀 What Changed

This is just an alpha release to test the publishing pipeline.

Version 1.11.1 Release

12 Jun 10:34
89412bc
Compare
Choose a tag to compare

This will be the last release as part of the MQT QFR project before moving forward with the transition towards MQT Core (#318).
This will also be the last release that includes the mqt.qfr Python package. That package will not be updated any further beyond this point.

What's Changed

New Contributors

Full Changelog: v1.11.0...v1.11.1

Version 1.11.0 Release

14 Mar 11:19
412a185
Compare
Choose a tag to compare

The last release in this repository is quite old and a lot has happened since.

What's Changed

New Contributors

Full Changelog: v1.10.0...v1.11.0

v1.10.0 Release: Templated DD Package and Separation of Concerns

28 Mar 21:51
cd15b3e
Compare
Choose a tag to compare

This PR adapts the QFR to support the new DD package version. It also includes some convenience fixes such as #pragma once for header includes and fixes for the webpage links in file headers.

What's Changed

Full Changelog: v1.9.0...v1.10.0

v1.9.0 Release: Bugfix and Dependency Update

25 Mar 23:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.9.0

Version 1.8.0 Release

28 Feb 16:27
a007d5d
Compare
Choose a tag to compare

This release provides the functionality under the new MQT branding.

  • 🚚 Replace JKQ with MQT
  • ✏️ Type in README.md

Version 1.7.3 Release

30 Nov 19:38
06da5bc
Compare
Choose a tag to compare

This minor release brings the improvements from #22, #23, #24:

  • ⚡ significantly improves the probability extraction routine for dynamic circuits
  • ⚡ improves built-in algorithms
  • 🐛 fixes some bugs in the simulation routine with measurements
  • 🐛 adjusts the parameter tolerance to incur less approximation
  • ✨ introduces a new optimization pass that allows to reorder the operations in a QuantumComputation to achieve a canonical ordering
  • ✨ allows to extract the circuit name from a Qiskit QuantumCircuit object
  • 🏗️ switches to PEP 517 pyproject.toml
  • 🐛 🍎: fixes Apple Silicon wheels
  • ⬆️ updates all external dependencies to their latest version.

For details, see the respective pull requests.