-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 4 additions & 3 deletions
7
releasenotes/notes/deprecate-visualize_transition-8c1d257b7f37aa58.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
deprecations_visualization: | ||
- | | ||
The ``qiskit.visualization.transition_visualization`` module has been deprecated | ||
and will be removed in a future release. Refer to | ||
`#9355 <https://github.com/Qiskit/qiskit/issues/9355>`__ for more details. | ||
The :func:`.transition_visualization` function has been deprecated and will | ||
be removed in the 2.0.0 release. This function had a number of limitations | ||
which limited it's utility to only very specific use cases and didn't fit in with | ||
the rest of the Qiskit visualization module. |