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
+6-2
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,15 @@
2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
-
## [2.4.0] - 2018-02-16 [BROKEN]
5
+
## [2.4.1] - 2018-02-21
6
+
### Fixed
7
+
- The required shapefiles to generate the choropleths via `plotly.figure_factory.create_choropleth` are now shipped in the package data.
8
+
9
+
## [2.4.0] - 2018-02-16
6
10
### Added
7
11
- County Choropleth figure factory. Call `help(plotly.figure_factory.create_choropleth)` for examples and how to get started making choropleths of US counties with the Python API.
8
12
9
-
Note: Calling `plotly.figure_factory.create_choropleth`is broken and fails with an IOError.
13
+
Note: Calling `plotly.figure_factory.create_choropleth`will fail with an IOError due to missing shapefiles see: https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md#241---2018-02-21
0 commit comments