File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
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
10
6
11
7
### Changed
12
8
- ` plotly.exceptions.PlotlyRequestException ` is * always* raised for network
@@ -18,6 +14,8 @@ revisited.
18
14
config. If it cannot make a successful request, it raises a ` PlotlyError ` .
19
15
- ` plotly.figure_factory ` will raise an ` ImportError ` if ` numpy ` is not
20
16
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.
21
19
22
20
### Deprecated
23
21
- ` plotly.tools.FigureFactory ` . Use ` plotly.figure_factory.* ` .
@@ -26,7 +24,7 @@ it's gone. (e.g., `_numpy_imported`)
26
24
- (plotly v2 helper) ` plotly.py._api_v2 ` It was private anyhow, but now it's
27
25
gone.
28
26
29
- ## [ 1.13.0] - 2016-01 -17
27
+ ## [ 1.13.0] - 2016-12 -17
30
28
### Added
31
29
- Python 3.5 has been added as a tested environment for this package.
32
30
You can’t perform that action at this time.
0 commit comments