Skip to content

Commit ef58147

Browse files
Merge pull request plotly#2917 from plotly/changelog-entries
changelog entries
2 parents 600f275 + a0381c9 commit ef58147

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99
- `go.Figure` now has a `set_subplots` method to set subplots on an already
1010
existing figure.
1111
- Added `Turbo` colorscale
12+
- A utility function `image_array_to_data_uri` has been added in
13+
`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).
15+
[2879](https://github.com/plotly/plotly.py/pull/2879)
16+
17+
18+
### Updated
19+
20+
- the JSON serialization of plotly figures has been accelerated thanks to a
21+
different handling of Infinity and NaN values. For example, a figure with a
22+
1000x1000 Heatmap should now serialize 2x faster. [2880](https://github.com/plotly/plotly.py/pull/2880)
23+
24+
25+
### Fixed
26+
27+
- the `x` and `y` parameters of `px.imshow` are now used also in the case where
28+
an Image trace is used (for RGB data or with `binary_string=True`). However,
29+
only numerical values are accepted (while the Heatmap trace allows date or
30+
string values for `x` and `y`). [2761](https://github.com/plotly/plotly.py/pull/2761)
1231

1332

1433
## [4.12.1] - UNRELEASED

0 commit comments

Comments
 (0)