Skip to content

Commit cb71b64

Browse files
authored
Merge pull request #943 from plotly/changelog-for-fixed-choropleth
changelog for fixed 2.4.1
2 parents 6319d63 + 3d8cd07 commit cb71b64

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
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.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
610
### Added
711
- 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.
812

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
1014

1115
## [2.3.0] - 2018-01-25
1216
### Fixed

0 commit comments

Comments
 (0)