forked from pool/python-plotly
Accepting request 802267 from home:apersaud:branches:devel:languages:python:numeric
update to latest version OBS-URL: https://build.opensuse.org/request/show/802267 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=31
This commit is contained in:
committed by
Git OBS Bridge
parent
febeb04c10
commit
3068c7f918
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user