Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
This commit updates the changelog to document the recent changes to the
visualization module.
  • Loading branch information
mtreinish committed Sep 6, 2018
1 parent 05ae571 commit 7c6f523
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ Changed
- Breaking change: ``Jobs`` API simplification. (#686)
- Breaking change: altered tomography APIs to not use QuantumProgram. (#818)
- Breaking change: ``BaseBackend`` API changed, properties are now methods (#858)
- When ``plot_histogram()`` or ``plot_state()`` are called from a jupyter
notebook if there is network connectivity the interactive plots will be used
by default (#862, #866)

Deprecated
----------
- The ``number_to_keep`` kwarg on the ``plot_histogram()`` function is now
deprecated. A field of the same name should be used in the ``option``
dictionary kwarg instead. (#866)

Removed
-------
Expand Down

0 comments on commit 7c6f523

Please sign in to comment.