Skip to content

Commit

Permalink
Merge branch 'master' into changelog-ff-crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Kully authored Mar 8, 2018
2 parents e406bef + d6d777b commit 56de411
Show file tree
Hide file tree
Showing 14 changed files with 198 additions and 156 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [2.5.0] - UNRELEASED
### Fixed
- `import plotly.figure_factory` does not fail if `pandas` is not installed. See https://github.com/plotly/plotly.py/pull/958
### Added
- New parameter `fill_percent` to the `.insert` method for the dashboards API. You can now insert a box into the dashboard layout and specify what proportion of the original container box it will occupy. Run `help(plotly.dashboard_objs.Dashboard.insert)` for more information on `fill_percent`.
### Updated
- `plotly.figure_factory.create_choropleth` has changed some of the default plotting options:
- 'offline_mode' param has been removed from call signature
- persistent selection api for the centroid points is automatically enabled. See https://plot.ly/python/reference/#scatter-selected and https://plot.ly/python/reference/#scatter-unselected for details
- FIPS values that appear on hover are 0-padded to ensure they are 5 digits
- for the county lines data `hover_info='none'` by default

## [2.4.1] - 2018-02-21
### Fixed
Expand Down Expand Up @@ -677,4 +685,4 @@ it does.
```

### Fixed
- The height of the graph in `iplot` respects the figure's height in layout
- The height of the graph in `iplot` respects the figure's height in layout
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ machine:

node:
# use a pre-installed version of node so we don't need to download it.
version: 4.2.2
version: 6.0.0

dependencies:

Expand Down
Loading

0 comments on commit 56de411

Please sign in to comment.