From 3068c7f918ae44a2649a059005b136e7b0c15e0886e395da04e478d02c78f0cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 9 May 2020 17:31:01 +0000 Subject: [PATCH] Accepting request 802267 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/802267 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=31 --- plotly-4.6.0.tar.gz | 3 --- plotly-4.7.1.tar.gz | 3 +++ python-plotly.changes | 48 +++++++++++++++++++++++++++++++++++++++++++ python-plotly.spec | 2 +- 4 files changed, 52 insertions(+), 4 deletions(-) delete mode 100644 plotly-4.6.0.tar.gz create mode 100644 plotly-4.7.1.tar.gz diff --git a/plotly-4.6.0.tar.gz b/plotly-4.6.0.tar.gz deleted file mode 100644 index a079267..0000000 --- a/plotly-4.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61f34955f04201a1ebcd59feaafa7eae7c16ef9b3f439870be01fb85a949292f -size 5015391 diff --git a/plotly-4.7.1.tar.gz b/plotly-4.7.1.tar.gz new file mode 100644 index 0000000..5357d11 --- /dev/null +++ b/plotly-4.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a48cdedd13cef6745de5527d26928791f1b911b88c435667b74eadd427a10e8 +size 5489140 diff --git a/python-plotly.changes b/python-plotly.changes index bc0cf6d..c71f997 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Sat May 9 16:19:10 UTC 2020 - Arun Persaud + +- update to version 4.7.1: + * Fixed + + Fix AttributeError: module 'plotly.graph_objs' has no attribute + 'FigureWidget' exception on from plotly.graph_objs import * when + ipywidgets is not installed. Error also occurred when importing + plotly.figure_factor. It is now possible to import + plotly.graph_objs.FigureWidget when ipywidgets is not installed, + and an informative ImportError exception will be raised in the + FigureWidget constructor (#2443, #1111). + + Fix TypeError: unhashable type: 'Template' during Figure + construction when plotly.io.templates.default is set to a + Template object rather than a string. + +- changes from version 4.7.0: + * Updated + + Updated Plotly.js to version 1.54.1. See the plotly.js CHANGELOG + for more information. The main new feature of this version of + Plotly.js is the possibility to draw layout shapes, using custom + dragmodes and corresponding modebar buttons. + + The sphinx-gallery scraper has been updated to work with + different structures of galleries #2149 + * Added + + The hover_data parameter of px functions can now be a + dictionary. This makes it possible to skip hover information for + some arguments or to change the formatting of hover informatiom + #2377. + + It's now possible to build a development version of Plotly.py + against the build artifacts from a non-master branch of + Plotly.js, which makes for faster QA and development cycles + #2349. Thanks @zouhairm for this Pull Request! + * Fixed + + Plotly Express trendlines now handle missing data correctly + #2357 + * Performance + + This version includes several performance improvements (#2368, + #2403). + + Child graph objects (e.g. figure.layout.xaxis) are no longer + created eagerly during graph object construction. Instead, they + are created lazily the first time the property is accessed. + + Property validation is now disabled for select internal + operations. + + When used with Python 3.7 and above, ploty.py now takes + advantage of PEP-562 to perform submodule imports lazily. This + dramatically improves import times. + ------------------------------------------------------------------- Sat Apr 11 21:47:18 UTC 2020 - Arun Persaud diff --git a/python-plotly.spec b/python-plotly.spec index e97e1c3..88e19f6 100644 --- a/python-plotly.spec +++ b/python-plotly.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-plotly -Version: 4.6.0 +Version: 4.7.1 Release: 0 Summary: Library for collaborative, interactive, publication-quality graphs License: MIT