Skip to content

Commit 47f4f71

Browse files
committed
update pjs to version 1.36.0
1 parent e932378 commit 47f4f71

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
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-
## [2.5.2] - UNRELEASED
5+
## [2.6.0] - 2018-04-18
66
### Updated
7-
- error message for `plotly.figure_factory.create_choropleth` is more helpful for Windows users on installing `geopandas` and dependencies including `shapely`.
7+
- Updated `plotly.min.js` to version 1.36.0.
8+
- New features include a `splom` (scatter plot matrix) trace type.
9+
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1360----2018-04-17) for additional information regarding the updates.
10+
- Error message for `plotly.figure_factory.create_choropleth` is more helpful for Windows users on installing `geopandas` and dependencies including `shapely`.
811

912
## [2.5.1] - 2018-03-26
1013
### Fixed

plotly/package_data/plotly.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plotly/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.5.1'
1+
__version__ = '2.6.0'

0 commit comments

Comments
 (0)