Skip to content

Commit d01b9de

Browse files
changelog finalization
1 parent ef58147 commit d01b9de

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

CHANGELOG.md

+17-8
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,37 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [4.14.0] - UNRELEASED
6+
7+
8+
## [4.13.1] - UNRELEASED
9+
10+
511
## [4.13.0] - UNRELEASED
612

713
### Added
814

915
- `go.Figure` now has a `set_subplots` method to set subplots on an already
10-
existing figure.
11-
- Added `Turbo` colorscale
16+
existing figure. [2866](https://github.com/plotly/plotly.py/pull/2866)
17+
- Added `Turbo` colorscale and fancier swatch display functions
18+
[2882](https://github.com/plotly/plotly.py/pull/2882)
1219
- A utility function `image_array_to_data_uri` has been added in
1320
`plotly.utils`, in order to transform NumPy arrays to data b64 URIs (which
14-
can be passed to the source parameter of `go.Image`, or to layout images).
21+
can be passed to the source parameter of `go.Image`, or to layout images).
1522
[2879](https://github.com/plotly/plotly.py/pull/2879)
23+
- the `selector` argument to updater/selector functions now accepts `int`s and `str`s
24+
[2894](https://github.com/plotly/plotly.py/pull/2894)
1625

1726

1827
### Updated
1928

2029
- the JSON serialization of plotly figures has been accelerated thanks to a
2130
different handling of Infinity and NaN values. For example, a figure with a
2231
1000x1000 Heatmap should now serialize 2x faster. [2880](https://github.com/plotly/plotly.py/pull/2880)
32+
- Coding mistakes with "magic underscores" now return significantly more ergonomic error
33+
messages [2843](https://github.com/plotly/plotly.py/pull/2843)
34+
- Error messages related to impossible subplot geometries are now much more helpful
35+
[2897](https://github.com/plotly/plotly.py/pull/2897)
2336

2437

2538
### Fixed
@@ -30,10 +43,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3043
string values for `x` and `y`). [2761](https://github.com/plotly/plotly.py/pull/2761)
3144

3245

33-
## [4.12.1] - UNRELEASED
34-
35-
36-
3746
## [4.12.0] - 2020-10-23
3847

3948
### Added
@@ -67,7 +76,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6776

6877
- The JSON serialization of plotly figures had been accelerated by handling
6978
differently figures with and without NaN and Inf values ([#2880](https://github.com/plotly/plotly.py/pull/2880)).
70-
79+
7180
### Updated
7281

7382
- Updated Plotly.js to version 1.55.2. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/v1.55.2/CHANGELOG.md) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module.

0 commit comments

Comments
 (0)