forked from pool/python-plotly
Accepting request 802286 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/802286 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=23
This commit is contained in:
commit
c3ffc08188
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61f34955f04201a1ebcd59feaafa7eae7c16ef9b3f439870be01fb85a949292f
|
||||
size 5015391
|
3
plotly-4.7.1.tar.gz
Normal file
3
plotly-4.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a48cdedd13cef6745de5527d26928791f1b911b88c435667b74eadd427a10e8
|
||||
size 5489140
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 9 16:19:10 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 4.7.1:
|
||||
* Fixed
|
||||
+ Fix AttributeError: module 'plotly.graph_objs' has no attribute
|
||||
'FigureWidget' exception on from plotly.graph_objs import * when
|
||||
ipywidgets is not installed. Error also occurred when importing
|
||||
plotly.figure_factor. It is now possible to import
|
||||
plotly.graph_objs.FigureWidget when ipywidgets is not installed,
|
||||
and an informative ImportError exception will be raised in the
|
||||
FigureWidget constructor (#2443, #1111).
|
||||
+ Fix TypeError: unhashable type: 'Template' during Figure
|
||||
construction when plotly.io.templates.default is set to a
|
||||
Template object rather than a string.
|
||||
|
||||
- changes from version 4.7.0:
|
||||
* Updated
|
||||
+ Updated Plotly.js to version 1.54.1. See the plotly.js CHANGELOG
|
||||
for more information. The main new feature of this version of
|
||||
Plotly.js is the possibility to draw layout shapes, using custom
|
||||
dragmodes and corresponding modebar buttons.
|
||||
+ The sphinx-gallery scraper has been updated to work with
|
||||
different structures of galleries #2149
|
||||
* Added
|
||||
+ The hover_data parameter of px functions can now be a
|
||||
dictionary. This makes it possible to skip hover information for
|
||||
some arguments or to change the formatting of hover informatiom
|
||||
#2377.
|
||||
+ It's now possible to build a development version of Plotly.py
|
||||
against the build artifacts from a non-master branch of
|
||||
Plotly.js, which makes for faster QA and development cycles
|
||||
#2349. Thanks @zouhairm for this Pull Request!
|
||||
* Fixed
|
||||
+ Plotly Express trendlines now handle missing data correctly
|
||||
#2357
|
||||
* Performance
|
||||
+ This version includes several performance improvements (#2368,
|
||||
#2403).
|
||||
+ Child graph objects (e.g. figure.layout.xaxis) are no longer
|
||||
created eagerly during graph object construction. Instead, they
|
||||
are created lazily the first time the property is accessed.
|
||||
+ Property validation is now disabled for select internal
|
||||
operations.
|
||||
+ When used with Python 3.7 and above, ploty.py now takes
|
||||
advantage of PEP-562 to perform submodule imports lazily. This
|
||||
dramatically improves import times.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 11 21:47:18 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-plotly
|
||||
Version: 4.6.0
|
||||
Version: 4.7.1
|
||||
Release: 0
|
||||
Summary: Library for collaborative, interactive, publication-quality graphs
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user