|
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 |
| -## [4.8.2] - unreleased |
| 5 | +## [4.9.0] - unreleased |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- `px.NO_COLOR` constant to override wide-form color assignment in Plotly Express ([#2614](https://github.com/plotly/plotly.py/pull/2614)) |
| 10 | +- `facet_row_spacing` and `facet_col_spacing` added to Plotly Express cartesian 2d functions ([#2614](https://github.com/plotly/plotly.py/pull/2614)) |
| 11 | +- `base` added to Plotly Express `bar` and `bar_polar` functions |
| 12 | +- `plotly.express.timeline()` added as an official alternative to `plotly.figure_factories.create_gantt()` |
| 13 | +- `create_hexbin_mapbox()` added to Figure Factories, with thanks to [@RenaudLN](https://github.com/RenaudLN) for the contribution! |
6 | 14 |
|
7 | 15 | ### Fixed
|
8 | 16 |
|
9 |
| -- Fixed special cases with `px.sunburst` and `px.treemap` with `path` input ([#2524](https://github.com/plotly/plotly.py/pull/2524)) |
| 17 | +- trendline traces are now of type `scattergl` when `render_mode="webgl"` in Plotly Express ([#2614](https://github.com/plotly/plotly.py/pull/2614)) |
10 | 18 |
|
11 |
| -### Added |
| 19 | +### Updated |
| 20 | + |
| 21 | +- Added all cartesian-2d Plotly Express functions, plus `imshow` to Pandas backend with `kind` option |
| 22 | +- `plotly.express.imshow` now uses data frame index and columns names and values to populate axis parameters by default ([#2539](https://github.com/plotly/plotly.py/pull/2539)) |
| 23 | + |
| 24 | + |
| 25 | +## [4.8.2] - 2020-06-26 |
| 26 | + |
| 27 | +### Updated |
| 28 | + |
| 29 | +- Updated Plotly.js to version 1.54.5. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/v1.54.5/CHANGELOG.md) for more information. |
| 30 | +- `add_traces()` now accepts bare `int`-like values for `rows`/`cols` as well as lists thereof ([#2546](https://github.com/plotly/plotly.py/pull/2546)), with thanks to [@MCBoarder289](https://github.com/MCBoarder289) for the contribution! |
| 31 | + |
| 32 | +### Fixed |
| 33 | + |
| 34 | +- `row`/`col` now accept `int`-like values, not strictly `int` values ([#2451](https://github.com/plotly/plotly.py/pull/2451)), with thanks to [@MCBoarder289](https://github.com/MCBoarder289) for the contribution! |
| 35 | +- Fixed special cases with `px.sunburst` and `px.treemap` with `path` input ([#2524](https://github.com/plotly/plotly.py/pull/2524)) |
| 36 | +- Fixed bug in `hover_data` argument of `px` functions, when the column name is changed with labels and `hover_data` is a dictionary setting up a specific format for the hover data ([#2544](https://github.com/plotly/plotly.py/pull/2544)). |
| 37 | +- Made the Plotly Express `trendline` argument more robust and made it work with datetime `x` values ([#2554](https://github.com/plotly/plotly.py/pull/2554)) |
| 38 | +- Fixed bug in `px.sunburst` and `px.treemap`: when the `color` and `values` arguments correspond to the same column, a different aggregation function has to be used for the two arguments ([#2591](https://github.com/plotly/plotly.py/pull/2591)) |
| 39 | +- Plotly Express wide mode now accepts mixed integer and float columns ([#2598](https://github.com/plotly/plotly.py/pull/2598)) |
| 40 | +- Plotly Express `range_(x|y)` should not impact the unlinked range of marginal subplots ([#2600](https://github.com/plotly/plotly.py/pull/2600)) |
| 41 | +- `px.line` now sets `line_group=<variable>` in wide mode by default ([#2599](https://github.com/plotly/plotly.py/pull/2599)) |
| 42 | +- Corrected some regex warnings ([#2577](https://github.com/plotly/plotly.py/pull/2577)), with thanks to [@georgevdd](https://github.com/georgevdd) for the contribution! |
12 | 43 |
|
13 |
| -- New hexbin_mapbox trace in Plotly Express |
14 | 44 |
|
15 | 45 | ## [4.8.1] - 2020-05-28
|
16 | 46 |
|
|
0 commit comments