-
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
1 parent
dde4aaf
commit f0671ba
Showing
2 changed files
with
17 additions
and
7 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
17 changes: 17 additions & 0 deletions
17
releasenotes/notes/remove-visualization-code-deprecated-in-0.22-7bc99235f5912424.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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
deprecations: | ||
- | | ||
Removing deprecated visualization code (deprecated in 0.22). | ||
For plot_histogram visualization: Passing `QuasiDistribution`, `ProbDistribution`, | ||
or a distribution dictionary to the `data` argument is deprecated. | ||
If you would like to plot a histogram from a `QuasiDistribution`, | ||
`ProbDistribution`, or a distribution dictionary you should be using the | ||
:func:`.plot_distribution` function. | ||
Also removed reverse-bits argument deprecation from | ||
-- `get_bit_get_index` | ||
-- `get_condition_label_val` | ||
-- | ||