Skip to content

Commit 8cf0bf8

Browse files
committed
Merge branch 'master' of https://github.com/plotly/plotly.py
2 parents 98bddc4 + 42653aa commit 8cf0bf8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
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+
## [1.12.2] - 2016-06-19
6+
### Added
7+
- The FigureFactory can now create gantt charts with `.create_gantt`. Check it out with:
8+
```
9+
import plotly.tools as tls
10+
help(tls.FigureFactory.create_gantt)
11+
```
12+
- Ability to download images in offline mode. By providing an extra keyword `image` to the existing plot calls, you can now download the images of the plots youmake in offline mode.
13+
14+
15+
## [1.12.1] - 2016-06-19
616
### Added
717
- The FigureFactory can now create violin plots with `.create_violin`. Check it out with:
818
```

0 commit comments

Comments
 (0)