From febeb04c107da3cd992ec0c2202b199f024e5dc8bd926d8e4690821b478d38c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 12 Apr 2020 05:24:09 +0000 Subject: [PATCH] Accepting request 793263 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/793263 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=29 --- plotly-4.5.4.tar.gz | 3 --- plotly-4.6.0.tar.gz | 3 +++ python-plotly.changes | 29 +++++++++++++++++++++++++++++ python-plotly.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) delete mode 100644 plotly-4.5.4.tar.gz create mode 100644 plotly-4.6.0.tar.gz diff --git a/plotly-4.5.4.tar.gz b/plotly-4.5.4.tar.gz deleted file mode 100644 index 87eb937..0000000 --- a/plotly-4.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6eab2b6010921f5fb998860125b90748e581de66ebc6107b686829417d98fc4 -size 4984254 diff --git a/plotly-4.6.0.tar.gz b/plotly-4.6.0.tar.gz new file mode 100644 index 0000000..a079267 --- /dev/null +++ b/plotly-4.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f34955f04201a1ebcd59feaafa7eae7c16ef9b3f439870be01fb85a949292f +size 5015391 diff --git a/python-plotly.changes b/python-plotly.changes index 0c46cbc..bc0cf6d 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sat Apr 11 21:47:18 UTC 2020 - Arun Persaud + +- update to version 4.6.0: + * Updated + + Updated Plotly.js to version 1.53.0. See the plotly.js CHANGELOG + for more information on the numerous new features and bug fixes + of this release. The main features of the Plotly.js release are + + Introduce range breaks on date axes (for example, to remove + week-ends) via layout.xaxis.rangebreaks + + Introduce a new unified x (or y) hovermode (layout.hovermode="x + unified"), in which the hover box shows the information for all + traces at a given x (or y) position + + Add node.customdata and link.customdata to sankey traces + + Updated contributing notes for more explanations on how to + contribute to plotly.py #2290. Please give feedback on these + notes! + + Updated documentation examples #2325, and to show how to color + links in Sankey diagrams #2291. + + Special thanks to @SylwiaOliwia2 and @dangercrow for improving + our documentation! + * Added + + px.imshow now accepts xarray inputs, with metadata being used + for axis labels, hover and colorbar #2166 + * Fixed + + Fixed handling of opacity in px.pie, px.funnel_area, + px.density_mapbox, px.funnel #2317, with thanks to @tvaucher for + the contribution! + ------------------------------------------------------------------- Thu Mar 12 19:40:58 UTC 2020 - Arun Persaud diff --git a/python-plotly.spec b/python-plotly.spec index 0e48d51..e97e1c3 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.5.4 +Version: 4.6.0 Release: 0 Summary: Library for collaborative, interactive, publication-quality graphs License: MIT