File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments