Accepting request 756670 from home:apersaud:branches:devel:languages:python:numeric

update to latest version

OBS-URL: https://build.opensuse.org/request/show/756670
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=20
This commit is contained in:
Tomáš Chvátal 2019-12-13 08:26:07 +00:00 committed by Git OBS Bridge
parent 84a37331b0
commit 041d7ad7fa
4 changed files with 50 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd6f453efa171dcea32fd08ad981712829f3dba4509603b3c3b8683b140ef30b
size 5009972

3
plotly-4.4.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:acc94f17452471ca3446c2ce491c4d1affb99b9ddd9eac4e05614ac4318f8780
size 5023823

View File

@ -1,3 +1,48 @@
-------------------------------------------------------------------
Fri Dec 13 00:25:52 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 4.4.1:
* Fixed
+ Fixed improper JSON encoding exception when the pillow module
not installed #1993
- changes from version 4.4.0:
* Updated
+ Updated Plotly.js to version 1.51.2. See the plotly.js CHANGELOG
for more information
+ The tutorials of the plotly.py documentation are now in the main
plotly.py Github repository. Contributions in order to improve
or extend the documentation are very welcome!
+ plotly.express generated plots no longer have a default height
of 600 pixels, instead they inherit the default height of
regular figures #1990. To restore the old behavior, set
px.defaults.height=600 once per session, or set the height
keyword arguement to any px.function() to 600.
* Fixed
+ Fixed a plotly.express input bug when using data frame
indices#1934
+ Fixed how to display facet labels with plotly express #1966
+ Fixed a bug to use correctly the zmin/zmax parameter in
px.imshow for single-channel images #1981
+ Clipped docstring width for better display in Jupyterlab
#1939. Thank you @joelostblom!
+ Fixed a bug in the case of external orca server #1915 thank you
@dev-dsp!
* Added
+ Extended the plotly.express functional API with 7 new functions:
px.pie, px.sunburst, px.treemap, px.funnel, and px.funnel_area
(#1909) px.density_mapbox and px.choropleth_mapbox #1937.
+ plotly.express mapbox functions in plotly.express have new
arguments center and mapbox_style #1937.
+ plotly.express polar plots (scatter_polar, line_polar,
bar_polar) now have a range_theta keyword argument for
representing only an angular section #1969.
+ All continuous colorscales now accept a _r suffix that reverses
their direction #1933
+ Docstrings of plotly.py are now doctested #1921.
+ Reversing a predefined colorscale by appending _r to its name
#1933
-------------------------------------------------------------------
Fri Dec 6 18:44:56 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-plotly
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-plotly
Version: 4.3.0
Version: 4.4.1
Release: 0
Summary: Library for collaborative, interactive, publication-quality graphs
License: MIT