Accepting request 793280 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/793280 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=22
This commit is contained in:
commit
20e8e958af
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e6eab2b6010921f5fb998860125b90748e581de66ebc6107b686829417d98fc4
|
|
||||||
size 4984254
|
|
3
plotly-4.6.0.tar.gz
Normal file
3
plotly-4.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:61f34955f04201a1ebcd59feaafa7eae7c16ef9b3f439870be01fb85a949292f
|
||||||
|
size 5015391
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 11 21:47:18 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- 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 <arun@gmx.de>
|
Thu Mar 12 19:40:58 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-plotly
|
Name: python-plotly
|
||||||
Version: 4.5.4
|
Version: 4.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for collaborative, interactive, publication-quality graphs
|
Summary: Library for collaborative, interactive, publication-quality graphs
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user