Accepting request 598787 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/598787 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=9
This commit is contained in:
parent
bbc7aaf858
commit
ff0ecc9c23
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f588991dce15437debd825eca935c8cfbabf438cdc0dcd2ce7a88f429d982f69
|
||||
size 24874401
|
3
plotly-2.5.1.tar.gz
Normal file
3
plotly-2.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dd816c36271cf81d82c854fba866c743cbd8cc71f1c95384195307def859a69
|
||||
size 24912425
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user