Skip to content

Releases: cda-tum/mqt-ddvis

MQT DDVis 1.7.2 Release

19 Sep 20:19
d3baebc
Compare
Choose a tag to compare

👀 What Changed

This small release mainly contains a critical fix for #281, where the server would endlessly loop on unexpected statements in gate declarations.
Furthermore, it updates some of the project dependencies.

🚀 Features and Enhancements

🐛 Bug Fixes

  • 🐛 fix endless loop on unexpected statements in gate declarations @burgholzer (#282)

⬆️ Dependencies

9 changes
  • Bump the production-dependencies group across 1 directory with 3 updates @dependabot (#280)
  • Bump the npm_and_yarn group with 5 updates @dependabot (#278)
  • Bump axios from 1.6.7 to 1.7.4 in the npm_and_yarn group @dependabot (#276)
  • ♻️ replace MQT Core Submodule with FetchContent @burgholzer (#275)
  • Bump cpp/mqt-core from 69c420d to aa3b3bd in the submodules group @dependabot (#274)
  • Bump the production-dependencies group with 2 updates @dependabot (#273)
  • Bump actions/setup-node from 4.0.2 to 4.0.3 in the github-actions group @dependabot (#272)
  • ⬆️🪝 update pre-commit hooks @pre-commit-ci (#271)
  • Bump cpp/mqt-core from 6ab9ffa to 69c420d in the submodules group @dependabot (#270)

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

MQT DDVis 1.7.1 Release

30 Jun 20:26
f9e5a07
Compare
Choose a tag to compare

👀 What Changed

This patch release fixes an unexpected bug when loading Graphviz due to an update in the WASM toolchain.

🐛 Bug Fixes

⬆️ Dependencies

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

MQT DDVis 1.7.0 Release

03 Jun 18:59
11575dd
Compare
Choose a tag to compare

👀 What Changed

🚀 Features and Enhancements

🐛 Bug Fixes

📄 Documentation

⬆️ Dependencies

17 changes

Full Changelog: v1.6.1...v1.6.2

MQT DDVis 1.6.1 Release

02 Jan 11:25
e4fbea0
Compare
Choose a tag to compare

👀 What Changed

📄 Documentation

⬆️ Dependencies

28 changes

Full Changelog: v1.6.0...v1.6.1

v1.6.0 Release: Move to MQT Core

11 Aug 10:18
e260f48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.1 Dependency Update

17 Oct 21:55
bea1eed
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

Version 1.5.0 Release

08 Apr 15:30
d0b5167
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

Version 1.4.0 Release

31 Aug 10:59
a55d762
Compare
Choose a tag to compare

This release marks the update to the latest QFR and DDPackage library versions. Most notably, this brings improved parser support for OpenQASM (cda-tum/mqt-core#14) and provides an advanced visualization of complex numbers using polar coordinates (cda-tum/dd_package#20).

Furthermore, several new example algorithms are added to the visualization tool.