v2.0.0
Same as the pre-release, but this one corresponds to the 2.0.0 on PyPI and is the first official 2.x release. Please note the deprecation section from the changelog (copied below for convenience).
[2.0.0] - 2017-01-25
Changed
plotly.exceptions.PlotlyRequestExceptionis always raised for network
failures. Previously either aPlotlyError,PlotlyRequestException, or a
requests.exceptions.ReqestExceptioncould be raised. In particular, scripts
which depend ontry-exceptblocks containing network requests should be
revisited.plotly.py:sign_innow validates to the plotly server specified in your
config. If it cannot make a successful request, it raises aPlotlyError.plotly.figure_factorywill raise anImportErrorifnumpyis not
installed.plotly.figure_factory.create_violin()now has arugplotparameter which
determines whether or not a rugplot is draw beside each violin plot.
Deprecated
plotly.tools.FigureFactory. Useplotly.figure_factory.*.- (optional imports)
plotly.tools._*_importedIt was private anyhow, but now
it's gone. (e.g.,_numpy_imported) - (plotly v2 helper)
plotly.py._api_v2It was private anyhow, but now it's
gone.