1
0
forked from pool/python-plotly

Accepting request 578896 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/578896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=8
This commit is contained in:
2018-02-22 14:02:38 +00:00
committed by Git OBS Bridge
parent 006f5c2387
commit bbc7aaf858
4 changed files with 26 additions and 4 deletions

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Feb 22 04:17:56 UTC 2018 - arun@gmx.de
- update to version 2.4.1:
* Fixed
+ The required shapefiles to generate the choropleths via
plotly.figure_factory.create_choropleth are now shipped in the
package data.
-------------------------------------------------------------------
Mon Feb 19 17:15:11 UTC 2018 - arun@gmx.de
- update to version 2.4.0:
* Added
+ County Choropleth figure factory. Call
help(plotly.figure_factory.create_choropleth) for examples and
how to get started making choropleths of US counties with the
Python API.
Note: import plotly.figure_factory as ff is broken and 2.4.0
must be yanked ASAP. Efforts to fix this version are currently
underway.
-------------------------------------------------------------------
Sat Feb 10 17:30:26 UTC 2018 - arun@gmx.de