1
0
forked from pool/python-plotly
python-plotly/python-plotly.changes

114 lines
3.9 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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
- specfile:
* update copyright year
- update to version 2.3.0:
* Fixed
+ Merged pull request that fixes GraphWidget for IPython > v6
* Updated
+ Updated plotly.min.js to version 1.33.1.
o New plot types include a violin trace type.
o New features include completely rewritten scattergl using regl
and a completely rewritten polar chart renderer.
o See the plotly.js CHANGELOG for additional information regarding
the updates.
-------------------------------------------------------------------
Wed Dec 6 02:56:26 UTC 2017 - arun@gmx.de
- update to version 2.2.3:
* Added
+ -column_width and row_width parameters for
plotly.tools.make_subplots. Call
help(plotly.tools.make_subplots) for documentation.
* Updated plotly.min.js to version 1.31.2.
+ Fixes include adjustments to table trace for offline plotting.
+ See the plotly.js CHANGELOG for additional information regarding
the updates.
-------------------------------------------------------------------
Sun Nov 26 21:26:06 UTC 2017 - arun@gmx.de
- update to version 2.2.2:
* bullet chart figure factory. Call
help(plotly.figure_factory.create_bullet) for examples and how to
get started making bullet charts with the API.
-------------------------------------------------------------------
Fri Oct 27 15:47:20 UTC 2017 - arun@gmx.de
- update to version 2.2.1:
* presentation objects now added to setup.py
- changes from version 2.2.0:
* Added
+ NEW Presentations API for Python! Run
help(plotly.presentation_objs.Presentations) for help or check
out the new documentation
-------------------------------------------------------------------
Fri Oct 13 16:03:02 UTC 2017 - arun@gmx.de
- update to version 2.1.0:
* Updated plotly.min.js to version 1.31.0.
+ New features include a table trace type.
+ See the plotly.js CHANGELOG for additional information regarding
the updates.
-------------------------------------------------------------------
Sat Oct 7 03:43:33 UTC 2017 - arun@gmx.de
- update to version 2.0.16:
* Updated plotly.min.js to version 1.31.0 for plotly.offline.
See the plotly.js CHANGELOG for additional information regarding the updates.
-------------------------------------------------------------------
Tue Oct 3 01:20:15 UTC 2017 - arun@gmx.de
- update to version 2.0.15:
* Updated plotly.min.js to version 1.30.0 for plotly.offline.
+ See the plotly.js CHANGELOG for additional information regarding
the updates.
-------------------------------------------------------------------
Thu Aug 17 15:06:34 UTC 2017 - toddrme2178@gmail.com
- Update to python-plotly-2.0.14
- Fix imports
-------------------------------------------------------------------
Wed Aug 2 10:16:04 UTC 2017 - alarrosa@suse.com
- Update to python-plotly-2.0.12
- Use singlespec macros
-------------------------------------------------------------------
Wed Apr 29 13:23:34 UTC 2015 - toddrme2178@gmail.com
- Initial version