Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterkemeny committed Jan 19, 2024
1 parent dde4aaf commit f0671ba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
7 changes: 0 additions & 7 deletions qiskit/visualization/counts_visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ def plot_histogram(
Args:
data (list or dict): This is either a list of dictionaries or a single
dict containing the values to represent (ex ``{'001': 130}``)
Note: 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.
figsize (tuple): Figure size in inches.
color (list or str): String or list of strings for histogram bar colors.
Expand Down
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`
--

0 comments on commit f0671ba

Please sign in to comment.