Skip to content

Commit 889199e

Browse files
committed
update changelog
1 parent b329fb8 commit 889199e

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased]
5+
## [2.0.10] - 2017-06-09
66
### 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+
```
912

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.
1019

1120
## [2.0.8] - 2017-04-21
1221
### Added
@@ -585,4 +594,4 @@ it does.
585594
```
586595

587596
### 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

Comments
 (0)