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
+3-3
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [2.4.1] - 2018-02-21
6
6
### Fixed
7
-
-`plotly.figure_factory.create_choropleth` was broken in version 2.4.0 due to Plotly not shipping with the required shapefiles to generate the choropleths. These files are now restored in the current version.
7
+
-The required shapefiles to generate the choropleths via `plotly.figure_factory.create_choropleth` are now shipped in the package data.
8
8
9
-
## [2.4.0] - 2018-02-16[YANKED]
9
+
## [2.4.0] - 2018-02-16
10
10
### Added
11
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.
12
12
13
-
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