0.3.2
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 withpip install dwave-gate[qir]
.