|
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 | | -## UNRELEASED |
| 5 | +## [UNRELEASED] |
| 6 | + |
| 7 | +### Fixed |
| 8 | + - Fixed another compatibility issue with Pandas 2.0, just affecting `px.*(line_close=True)` [[#4190](https://github.com/plotly/plotly.py/pull/4190)] |
| 9 | + |
| 10 | +## [5.14.1] - 2023-04-05 |
| 11 | + |
| 12 | +### Fixed |
| 13 | + - Fixed compatibility issue with Pandas 2.0 [[#4103](https://github.com/plotly/plotly.py/pull/4103)] |
| 14 | + |
| 15 | +## [5.14.0] - 2023-03-29 |
| 16 | + |
| 17 | +### Updated |
| 18 | + - Updated Plotly.js to from version 2.18.2 to version 2.20.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2200----2023-03-15) for more information. Notable changes include: |
| 19 | + - Add `title.automargin` to enable automatic top and bottom margining for both container and paper referenced titles [[#6428](https://github.com/plotly/plotly.js/pull/6428)], |
| 20 | + with thanks to [Gamma Technologies](https://www.gtisoft.com/) for sponsoring the related development. |
| 21 | + - Add `label` attribute to shapes [[#6454](https://github.com/plotly/plotly.js/pull/6454)], with thanks to the [Volkswagen](https://www.volkswagenag.com) Center of Excellence for Battery Systems for sponsoring development! |
| 22 | + - Add `labelalias` to various axes namely cartesian, gl3d, polar, smith, ternary, carpet, |
| 23 | + indicator and colorbar [[#6481](https://github.com/plotly/plotly.js/pull/6481)], |
| 24 | + this feature was anonymously sponsored: thank you to our sponsor! |
| 25 | + - Key errors no longer precalculated when performing updates on plots [[#4101](https://github.com/plotly/plotly.py/pull/4101)] |
| 26 | + |
| 27 | +### Fixed |
| 28 | +- Fixed an issue with characters displaying incorrectly, by adding `charset="utf-8"` to scripts in `to_html` [[#4114](https://github.com/plotly/plotly.py/pull/4114)] |
| 29 | +- Added `packaging` to install requirements, fixing a `No module named 'packaging` error on Python 3.6 [[#4113](https://github.com/plotly/plotly.py/pull/4113)] |
| 30 | + |
| 31 | +### Added |
| 32 | +- Added option to allow passing a column name as a `str` in `hover_data` and `custom_data` in `plotly.express` [[4083](https://github.com/plotly/plotly.py/pull/4083)] |
| 33 | + |
| 34 | +## [5.13.1] - 2023-02-24 |
| 35 | + |
| 36 | +### Updated |
| 37 | + - Updated Plotly.js to from version 2.18.0 to version 2.18.2. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2182----2023-02-15) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module. |
| 38 | + - Updated distutils.Version to packaging.Version [#3897](https://github.com/plotly/plotly.py/pull/3897)] and [#4055](https://github.com/plotly/plotly.py/pull/4055)] |
| 39 | + |
| 40 | +## [5.13.0] - 2023-01-23 |
6 | 41 |
|
7 | 42 | ### Updated |
8 | 43 | - Updated Plotly.js to from version 2.17.1 to version 2.18.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2180----2023-01-19) for more information. Notable changes include: |
9 | 44 | - Add `sync` tickmode option [[#6356](https://github.com/plotly/plotly.js/pull/6356), [#6443](https://github.com/plotly/plotly.js/pull/6443)], with thanks to @filipesantiagoAM and @VictorBezak for the contribution! |
| 45 | + - Build process now uses Node 18.x and version 2 lockfile (should be an invisible change for users) [[#4034](https://github.com/plotly/plotly.py/pull/4034)] |
| 46 | + |
| 47 | +### Fixed |
| 48 | + - `write_html()` now explicitly encodes output as UTF-8 because Plotly.js' bundle contains such characters [[#4021](https://github.com/plotly/plotly.py/pull/4021)] and [[#4022](https://github.com/plotly/plotly.py/pull/4022)] |
| 49 | + - fixed `iframe` renderer regression from 5.12 and also fixed error when this renderer was used in the very first cell in a notebook [[#4036](https://github.com/plotly/plotly.py/pull/4036)] |
10 | 50 |
|
11 | 51 |
|
12 | 52 | ## [5.12.0] - 2023-01-12 |
|
0 commit comments