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
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [Unreleased]
6
6
7
+
## [1.11.0] - 2016-05-27
8
+
### Updated
9
+
- Changed the default option for `create_distplot` in the figure factory from `probability` to `probability density` and also added the `histnorm` parameter to allow the user to choose between the two options.
10
+
Note: This is a backwards incompatible change.
11
+
12
+
- Updated plotly.min.js so the offline mode is using plotly.js v1.12.0
13
+
- Light position is now configurable in surface traces
14
+
- surface and mesh3d lighting attributes are now accompanied with comprehensive descriptions
15
+
7
16
## [1.10.0] - 2016-05-19
8
17
### Fixed
9
18
- Version 1.9.13 fixed an issue in offline mode where if you ran `init_notebook_mode`
0 commit comments