Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Release 3.6.0 #1412

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 8 commits into from
Feb 1, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add initial 3.6.0 changelog entry
  • Loading branch information
jonmmease committed Jan 26, 2019
commit 30725eed71cfd4c1b9a24671c7410c021b10d90d
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.6.0] - ???

### Updated
- Updated Plotly.js to version 1.44.1. Select highlights included below.
See the
[plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1441----2019-01-24)
for more information.

### Added
- Add isosurface gl3d trace type
([plotly/plotly.js#3438](https://github.com/plotly/plotly.js/pull/3438))
- Add support for `line.color` colorbars for scatter3d traces
([#1085](https://github.com/plotly/plotly.py/issues/1085),
[plotly/plotly.js#3384](https://github.com/plotly/plotly.js/pull/3384))
- Add support for `hovertemplate` on `scatterpolar`, `scatterpolargl`,
`scatterternary`, `barpolar`, `choropleth`, `scattergeo`, and
`scattermapbox` trace
([plotly/plotly.js#3398](https://github.com/plotly/plotly.js/pull/3398),
[plotly/plotly.js#3436](https://github.com/plotly/plotly.js/pull/3436))
- Add width attribute to box and violin traces
([plotly/plotly.js#3234](https://github.com/plotly/plotly.js/pull/3234))
- Add support for `<sup>`, `<sup>`, `<b>`, `<i>` and `<em>` pseudo-html
tags in extra (aka trace "name") hover labels
([plotly/plotly.js#3443](https://github.com/plotly/plotly.js/pull/3443))
- Add 4 additional colors to the colorway cycle of the plotly themes
([#1408](https://github.com/plotly/plotly.py/pull/1408))
- Automatically coerce array-like objects (e.g. xarray `DataArray`s) to
numpy arrays
([#1393](https://github.com/plotly/plotly.py/pull/1393)). Special thanks to
[@malmaud](https://github.com/malmaud) for this contribution!

### Fixed
- Fix annotated heatmap text color when values are specified as a nested list
([#1300](https://github.com/plotly/plotly.py/issues/1300))
- Fix `update` method with legacy `title*` properties
([#1403](https://github.com/plotly/plotly.py/issues/1403))


## [3.5.0] - 2019-01-04

### Updated
Expand Down