diff --git a/plotly-2.3.0.tar.gz b/plotly-2.3.0.tar.gz deleted file mode 100644 index 3c21769..0000000 --- a/plotly-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95e72273699108f215886ab961dbf0890904d39583be39eabcd0788bc7ccf695 -size 1111278 diff --git a/plotly-2.4.1.tar.gz b/plotly-2.4.1.tar.gz new file mode 100644 index 0000000..df72f9b --- /dev/null +++ b/plotly-2.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f588991dce15437debd825eca935c8cfbabf438cdc0dcd2ce7a88f429d982f69 +size 24874401 diff --git a/python-plotly.changes b/python-plotly.changes index d0d4258..633b774 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -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 diff --git a/python-plotly.spec b/python-plotly.spec index 2d28884..dc3d7b3 100644 --- a/python-plotly.spec +++ b/python-plotly.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-plotly -Version: 2.3.0 +Version: 2.4.1 Release: 0 Summary: Library for collaborative, interactive, publication-quality graphs License: MIT