From 7c6f523155d40882a95c300c49c4a7d97a2fb218 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Thu, 6 Sep 2018 15:03:04 -0400 Subject: [PATCH] Update changelog This commit updates the changelog to document the recent changes to the visualization module. --- CHANGELOG.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3ee7d0b173cc..71cf72c5787f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 -------