Skip to content

Commit

Permalink
update deprecations page
Browse files Browse the repository at this point in the history
  • Loading branch information
astralcai committed Jun 20, 2024
1 parent 1cf53cd commit 91f94db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/development/deprecations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ Pending deprecations
- Deprecated in v0.37
- Will be removed in v0.38

* ``qml.from_qasm`` will no longer remove measurements from the QASM code. Calling ``qml.from_qasm``
without specifying ``measurements`` will raise a deprecation warning in v0.37, and in v0.38,
the default behaviour will be changed to keeping measurements. Use ``measurements=[]`` to remove
measurements from the original circuit.

- Deprecated in v0.37
- Default behaviour will be changed in v0.38

New operator arithmetic deprecations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 91f94db

Please sign in to comment.