|
2 | 2 | All notable changes to this project will be documented in this file.
|
3 | 3 | This project adheres to [Semantic Versioning](http://semver.org/).
|
4 | 4 |
|
| 5 | +## [3.6.0] - 2019-02-01 |
| 6 | + |
| 7 | +### Updated |
| 8 | + - Updated Plotly.js to version 1.44.1. Select highlights included below. |
| 9 | + See the |
| 10 | + [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1441----2019-01-24) |
| 11 | + for more information. |
| 12 | + |
| 13 | +### Added |
| 14 | + - Add isosurface gl3d trace type |
| 15 | + ([plotly/plotly.js#3438](https://github.com/plotly/plotly.js/pull/3438)) |
| 16 | + - Preview of ternary contour figure factory |
| 17 | + ([#1413](https://github.com/plotly/plotly.py/pull/1413)). Special thanks to |
| 18 | + [@emmanuelle](https://github.com/emmanuelle) for this contribution! |
| 19 | + - Add support for `line.color` colorbars for scatter3d traces |
| 20 | + ([#1085](https://github.com/plotly/plotly.py/issues/1085), |
| 21 | + [plotly/plotly.js#3384](https://github.com/plotly/plotly.js/pull/3384)) |
| 22 | + - Add support for `hovertemplate` on `scatterpolar`, `scatterpolargl`, |
| 23 | + `scatterternary`, `barpolar`, `choropleth`, `scattergeo`, and |
| 24 | + `scattermapbox` trace |
| 25 | + ([plotly/plotly.js#3398](https://github.com/plotly/plotly.js/pull/3398), |
| 26 | + [plotly/plotly.js#3436](https://github.com/plotly/plotly.js/pull/3436)) |
| 27 | + - Add width attribute to box and violin traces |
| 28 | + ([plotly/plotly.js#3234](https://github.com/plotly/plotly.js/pull/3234)) |
| 29 | + - Add support for `<sup>`, `<sup>`, `<b>`, `<i>` and `<em>` pseudo-html |
| 30 | + tags in extra (aka trace "name") hover labels |
| 31 | + ([plotly/plotly.js#3443](https://github.com/plotly/plotly.js/pull/3443)) |
| 32 | + - Add 4 additional colors to the colorway cycle of the plotly themes |
| 33 | + ([#1408](https://github.com/plotly/plotly.py/pull/1408)) |
| 34 | + - Automatically coerce array-like objects (e.g. xarray `DataArray`s) to |
| 35 | + numpy arrays |
| 36 | + ([#1393](https://github.com/plotly/plotly.py/pull/1393)). Special thanks to |
| 37 | + [@malmaud](https://github.com/malmaud) for this contribution! |
| 38 | + |
| 39 | +### Fixed |
| 40 | + - Fix annotated heatmap text color when values are specified as a nested list |
| 41 | + ([#1300](https://github.com/plotly/plotly.py/issues/1300)) |
| 42 | + - Fix `update` method with legacy `title*` properties |
| 43 | + ([#1403](https://github.com/plotly/plotly.py/issues/1403)) |
| 44 | + - Fix deprecation warnings on Python 3.7 and ipywidgets > 7.0 |
| 45 | + ([#1417](https://github.com/plotly/plotly.py/pull/1417)). Special thanks to |
| 46 | + [@Juanlu001](https://github.com/Juanlu001) for this contribution! |
| 47 | + |
| 48 | + |
5 | 49 | ## [3.5.0] - 2019-01-04
|
6 | 50 |
|
7 | 51 | ### Updated
|
|
0 commit comments