1
0
forked from pool/python-plotly

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/747016
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal
2019-11-10 10:59:13 +00:00
committed by Git OBS Bridge
parent f47cc60ed0
commit 932438ad7e
4 changed files with 37 additions and 8 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sat Nov 9 15:07:23 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 4.2.1:
* Fixed
+ Fixed regression in 4.2.0 that caused all figure factories to
require that scikit-image be installed (#1832)
- changes from version 4.2.0:
* Updated
+ Updated Plotly.js to version 1.50.1. See the plotly.js CHANGELOG
for more information
* Added
+ Added treemap trace type (plotly.js#4185, plotly.js#4219,
plotly.js#4227, plotly.js#4242)
+ Added add_*/select_*/for_each_*/update_* convenience figure
methods for annotations, shapes, and images (#1817)
+ Added overwrite kwarg to update* figure methods to fully replace
property values, rather than update them recursively (#1726)
+ Added texttemplate attribute to all traces that support on-graph
text (plotly.js#4071, plotly.js#4179)
+ Added date custom formatting in hovertemplate and texttemplate
e.g. '%{x|%b %-d, %Y}' (plotly.js#4071)
+ Added transition support to bar trace length, width, on-graph
text positioning, marker style and error bars (plotly.js#4180,
plotly.js#4186)
+ Added support for legend scrolling via touch interactions
(plotly.js#3873, plotly.js#4214)
* Fixed
+ Fixed iframe renderer on Python 2 (#1822)
+ Fixed use of merged templates in plotly.express (#1819)
-------------------------------------------------------------------
Sat Sep 7 16:30:21 UTC 2019 - Arun Persaud <arun@gmx.de>