1
0
forked from pool/python-plotly

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
This commit is contained in:
Tomáš Chvátal
2020-04-12 05:24:09 +00:00
committed by Git OBS Bridge
parent a2bb5c7a20
commit febeb04c10
4 changed files with 33 additions and 4 deletions

View File

@ -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>