Skip to content

rewrite changelog for broken choropleth #939

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.4.0] - 2018-02-16 [SOON TO BE YANKED]
## [2.4.0] - 2018-02-16 [BROKEN]
### Added
- 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.

Note: `import plotly.figure_factory as ff` is broken and 2.4.0 must be yanked ASAP. Efforts to fix this version are currently underway.

Note: Calling `plotly.figure_factory.create_choropleth` is broken and fails with an IOError.

## [2.3.0] - 2018-01-25
### Fixed
Expand Down