Skip to content

0.3.2

Compare
Choose a tag to compare
@thisac thisac released this 12 Jul 23:31
· 5 commits to main since this release

New Features

  • Support, and build with, NumPy 2.0

Bug Fixes

  • Updates the circuit so that conditional parametric gates are evaluated in place when appended to
    the active circuit, fixing an issue where changes to these gates post application are not
    propagated to the circuit.

  • Remove PyQIR version check as it's been added as an optional dependency. A supported
    version can now be installed directly with pip install dwave-gate[qir].