File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5- ## Unreleased
6- ### Updated
7- - ` plotly.figure_factory.create_violin() ` now has a ` rugplot ` parameter which determines whether or not a rugplot is draw beside each violin plot.
8-
9- ## [ 2.0.0]
5+ ## [ 2.0.0] - 2017-01-25
106
117### Changed
128- ` plotly.exceptions.PlotlyRequestException ` is * always* raised for network
@@ -18,6 +14,8 @@ revisited.
1814 config. If it cannot make a successful request, it raises a ` PlotlyError ` .
1915- ` plotly.figure_factory ` will raise an ` ImportError ` if ` numpy ` is not
2016 installed.
17+ - ` plotly.figure_factory.create_violin() ` now has a ` rugplot ` parameter which
18+ determines whether or not a rugplot is draw beside each violin plot.
2119
2220### Deprecated
2321- ` plotly.tools.FigureFactory ` . Use ` plotly.figure_factory.* ` .
@@ -26,7 +24,7 @@ it's gone. (e.g., `_numpy_imported`)
2624- (plotly v2 helper) ` plotly.py._api_v2 ` It was private anyhow, but now it's
2725gone.
2826
29- ## [ 1.13.0] - 2016-01 -17
27+ ## [ 1.13.0] - 2016-12 -17
3028### Added
3129- Python 3.5 has been added as a tested environment for this package.
3230
You can’t perform that action at this time.
0 commit comments