forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the interactive visualizations (Qiskit#4438)
* Remove the interactive visualizations The interactive visualization functions with each of the iplot functions will stop working in the near future. The hard coded url that these functions rely on (see Qiskit#805) where the static compile js is hosted from is going to disapear in the near future. This will break these functions from working on released versions of qiskit, with no ability to fix it. This commit just deletes the functions because they won't work anymore once https://qvisualization.mybluemix.net goes away. So we can't even maintain compatbility with a deprecation window once that happens. Even if we did rehost the underlying js code somewhere else we can't rely on a static url like this in the future and the application is too large to self host in terra itself. * Add backwards compat shims to call mpl functions While the interactive visualization functions will not work anymore to ease the transition of anyone using them this commit adds back the functions removed in the previous commit and converts them to be shims that call the matplotlib based visualization functions. The functions are also deprecated, this should at least give users a method to transition off of the iplot functions. * Fix release note section typo * Return figures from matplotlib funcs * Fix lint failures Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
899e7fc
commit 697758c
Showing
8 changed files
with
108 additions
and
651 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
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
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
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
Oops, something went wrong.