Accepting request 995161 from home:apersaud:branches:devel:languages:python:numeric
update to latest version OBS-URL: https://build.opensuse.org/request/show/995161 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=49
This commit is contained in:
parent
e393d82c2a
commit
f1cb1ff85a
3
plotly-5.10.0.tar.gz
Normal file
3
plotly-5.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d36d9859b7a153b273562deeed8c292587a472eb1fd57cd4158ec89d9defadb
|
||||
size 7600627
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58cef3292f5994d82154d51fbc7338c48009fc47ea32ffe052ad29aaa15e0df9
|
||||
size 7573157
|
3
plotly.py-5.10.0-gh.tar.gz
Normal file
3
plotly.py-5.10.0-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30034c742edff0c268d2d09d748bf1daef3a23957fa6dceb6bd847fd80416448
|
||||
size 30527330
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c9a4425799dcc80c9baa1224b119906964ce6b3edeefc9175f27018a2de764c
|
||||
size 30501750
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 14 14:43:43 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 5.10.0:
|
||||
* Updated
|
||||
+ Updated Plotly.js to from version 2.12.1 to version 2.14.0. See
|
||||
the plotly.js CHANGELOG for more information. Notable changes
|
||||
include:
|
||||
+ Add support for sankey links with arrows
|
||||
+ Add selections, newselection and activeselection layout
|
||||
attributes to have persistent and editable selections over
|
||||
cartesian subplots
|
||||
+ Add unselected.line.color and unselected.line.opacity options to
|
||||
parcoords trace
|
||||
+ Display Plotly's new logo in the modebar
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 9 13:42:36 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 5.9.0:
|
||||
* Added
|
||||
+ pattern_shape options now available in px.timeline() #3774
|
||||
+ facet_* and category_orders now available in px.pie() #3775
|
||||
* Performance
|
||||
+ px methods no longer call groupby on the input dataframe when
|
||||
the result would be a single group, and no longer groups by a
|
||||
lambda, for significant speedups #3765 with thanks to @jvdd
|
||||
* Updated
|
||||
+ Allow non-string extras in flaglist attributes, to support
|
||||
upcoming changes to ax.automargin in plotly.js plotly.js#6193,
|
||||
#3749
|
||||
|
||||
- changes from version 5.8.2:
|
||||
* Fixed
|
||||
+ Fixed a syntax error that caused rendering issues in Databricks
|
||||
notebooks and likely elsewhere. #3763 with thanks to @fwetdb
|
||||
|
||||
- changes from version 5.8.1:
|
||||
* (no changes, due to a mixup with the build process!)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 31 03:06:21 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-plotly
|
||||
Version: 5.8.0
|
||||
Version: 5.10.0
|
||||
Release: 0
|
||||
Summary: Library for collaborative, interactive, publication-quality graphs
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user