diff --git a/plotly-2.4.1.tar.gz b/plotly-2.4.1.tar.gz deleted file mode 100644 index df72f9b..0000000 --- a/plotly-2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f588991dce15437debd825eca935c8cfbabf438cdc0dcd2ce7a88f429d982f69 -size 24874401 diff --git a/plotly-2.5.1.tar.gz b/plotly-2.5.1.tar.gz new file mode 100644 index 0000000..e13e723 --- /dev/null +++ b/plotly-2.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd816c36271cf81d82c854fba866c743cbd8cc71f1c95384195307def859a69 +size 24912425 diff --git a/python-plotly.changes b/python-plotly.changes index 633b774..50162a9 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Apr 19 16:56:41 UTC 2018 - toddrme2178@gmail.com + +- update to version 2.5.1 + * Fixed + + `plotly.figure_factory.create_choropleth` now works in Windows without raising an OSError. The module now uses cross-platform path tools from `os` to manipulate and manage the shapefiles contained in this package. +- update to version 2.5.0 + * Fixed + + `import plotly.figure_factory` does not fail if `pandas` is not installed. See https://github.com/plotly/plotly.py/pull/958 + * Added + + New parameter `fill_percent` to the `.insert` method for the dashboards API. You can now insert a box into the dashboard layout and specify what proportion of the original container box it will occupy. Run `help(plotly.dashboard_objs.Dashboard.insert)` for more information on `fill_percent`. + * Updated + + Updated `plotly.min.js` to version 1.35.2. + - New features include adding an `automargin` attribute to cartesian axes and a layout `grids` attribute for easy subplot generation. + - See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1352----2018-03-09) for additional information regarding the updates. + + `plotly.figure_factory.create_choropleth` has changed some of the default plotting options: + - 'offline_mode' param has been removed from call signature. + - Persistent selection api for the centroid points is automatically enabled. See https://plot.ly/python/reference/#scatter-selected and https://plot.ly/python/reference/#scatter-unselected for details + - FIPS values that appear on hover are 0-padded to ensure they are 5 digits. + - `hover_info='none'` is now default for the county lines data. + ------------------------------------------------------------------- Thu Feb 22 04:17:56 UTC 2018 - arun@gmx.de diff --git a/python-plotly.spec b/python-plotly.spec index dc3d7b3..c581acc 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.4.1 +Version: 2.5.1 Release: 0 Summary: Library for collaborative, interactive, publication-quality graphs License: MIT