File tree 1 file changed +19
-0
lines changed
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/).
9
9
- ` go.Figure ` now has a ` set_subplots ` method to set subplots on an already
10
10
existing figure.
11
11
- 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 )
12
31
13
32
14
33
## [ 4.12.1] - UNRELEASED
You can’t perform that action at this time.
0 commit comments