Skip to content

Commit b99e958

Browse files
committed
Merge branch 'master' of https://github.com/plotly/plotly.py
2 parents 14d2203 + 22182cd commit b99e958

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CHANGELOG.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [1.12.4] - 2016-07-14
6+
### Added
7+
- The FigureFactory can now create 2D-density charts with `.create_2D_density`. Check it out with:
8+
```
9+
import plotly.tools as tls
10+
help(tls.FigureFactory.create_2D_density)
11+
```
12+
513
## [1.12.3] - 2016-06-30
614
### Updated
715
- Updated `plotly.min.js` from 1.13.0 to 1.14.1
@@ -13,12 +21,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1321

1422
### Added
1523
- Added `update_plotlyjs_for_offline` in makefile in order to automate updating `plotly.min.js` for offline mode
16-
- The FigureFactory can now create 2D-density charts with `.create_2D_density`. Check it out with:
17-
```
18-
import plotly.tools as tls
19-
help(tls.FigureFactory.create_2D_density)
20-
```
21-
2224

2325
## [1.12.2] - 2016-06-20
2426
### Updated

0 commit comments

Comments
 (0)