mirror of https://github.com/Qiskit/qiskit.git
8 lines
368 B
YAML
8 lines
368 B
YAML
---
|
|
upgrade_circuits:
|
|
- |
|
|
The deprecated argument ``.dag`` for :class:`.DAGNode` and its subclasses :class:`.DAGOpNode`,
|
|
:class:`.DAGOutNode`, and :class:`.DAGInNode`. ``dag`` was optional parameter when constructing
|
|
these objects that was unused and ignored since the 1.3.0 release. The parameter was deprecated
|
|
in 1.4 and has now been is removed.
|