Skip to content

Commit 3d8cd07

Browse files
committed
chelsea's comments
1 parent c7bff98 commit 3d8cd07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [2.4.1] - 2018-02-21
66
### 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.
88

9-
## [2.4.0] - 2018-02-16 [YANKED]
9+
## [2.4.0] - 2018-02-16
1010
### Added
1111
- 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.
1212

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
1414

1515
## [2.3.0] - 2018-01-25
1616
### Fixed

0 commit comments

Comments
 (0)