You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,20 @@
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]
5
+
## [2.0.10] - 2017-06-09
6
6
### Added
7
-
- 'sort' parameter to `FF.create_violin` to control whether violin plots are sorted alphabetically.
8
-
-`plotly.figure_factory.create_facet_grid` joins the figure factory. For more information run `help(plotly.figure_factory.create_facet_grid)`.
7
+
- The figure_factory can now create facet grids with `.create_facet_grid`. Check it out with:
8
+
```
9
+
import plotly.figure_factory as ff
10
+
help(ff.create_facet_grid)
11
+
```
9
12
13
+
## [2.0.9] - 2017-05-30
14
+
### Fixed
15
+
- Fixes issue [https://github.com/plotly/plotly.py/issues/721](https://github.com/plotly/plotly.py/issues/721). There was an issue when running `import plotly` with old versions of the `decorator` package. We now require installations to use at least version `4.0.6` of the `decorator` package. See [https://github.com/micheles/decorator/blob/master/CHANGES.md](https://github.com/micheles/decorator/blob/master/CHANGES.md) for the `decorator` package changelog.
16
+
17
+
### Added
18
+
- 'sort' parameter to `FF.create_violin` to control whether violin plots are sorted alphabetically.
10
19
11
20
## [2.0.8] - 2017-04-21
12
21
### Added
@@ -585,4 +594,4 @@ it does.
585
594
```
586
595
587
596
### Fixed
588
-
- The height of the graph in `iplot` respects the figure's height in layout
597
+
- The height of the graph in `iplot` respects the figure's height in layout
0 commit comments