1
0
forked from pool/python-plotly

Accepting request 724148 from home:TheBlackCat:branches:devel:languages:python:numeric

Update to 4.1.0

OBS-URL: https://build.opensuse.org/request/show/724148
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=10
This commit is contained in:
Todd R
2019-08-16 16:26:58 +00:00
committed by Git OBS Bridge
parent b4b5dd40bf
commit 57e0194fdd
5 changed files with 45 additions and 15 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Fri Aug 16 16:17:42 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 4.1.0
+ Updated
* Updated Plotly.js to version 1.49.1.
* Bars in the figures produced by the `create_gantt` figure factory may now be hidden by clicking on the legend.
* Improved performance when serializing figures containing large numpy arrays.
+ Added
* Added new renderers for displaying figures from within the Databricks and CoCalc notebook services
* Added `indicator` traces
* Added `choroplethmapbox` traces
* Added `densitymapbox` traces
* Added new mapbox `style` values: `open-street-map`, `carto-positron`, `carto-darkmatter`,
`stamen-terrain`, `stamen-toner`, `stamen-watercolor` and `white-bg`
that do not require a Mapbox access token
* Added support for `sourcetype` value `raster` and `image` and `type` `raster`
for mapbox layout layers
* Added `below` attribute to `scattermapbox` traces
* Added support for `below: 'traces'` in mapbox layout layers
* Added `sourceattribution` attribute to mapbox layout layers
* Added `labelangle` and `labelside` attributes to `parcoords` traces
* Added `doubleClickDelay` config option
* Added `showEditInChartStudio` config option
+ Fixed
* Fixed incorrect facet row ordering in figures generated by plotly.express functions
* Fixed "The truth value of an array with more than one element is ambiguous" error when specifying subplot titles as numpy array of strings.
* The `line_3d` plotly express function was not visible by default when importing `*` from `plotly.express`
-------------------------------------------------------------------
Thu Jul 25 17:14:49 UTC 2019 - Todd R <toddrme2178@gmail.com>