Skip to content

Commit c29f663

Browse files
authored
CHANGELOG for imshow (#2747)
* CHANGELOG.md * Update CHANGELOG.md
1 parent 4727f7c commit c29f663

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88

99
- Added `plotly.io.full_figure_for_development()` and `plotly.graph_objects.Figure.full_figure_for_development()` ([#2737](https://github.com/plotly/plotly.py/pull/2737))
1010

11+
### Updated
12+
13+
- `px.imshow` has a new `binary_string` boolean argument, which passes the
14+
image data as a b64 binary string when True. Using binary strings allow for
15+
faster image rendering and smaller figure size. Additional optional arguments
16+
`binary_backend`, `binary_format` and `binary_compression_level` control
17+
how to generate the b64 string ([#2691](https://github.com/plotly/plotly.py/pull/2691)
18+
- `px.imshow` has a new `constrast_rescaling` argument in order to choose how
19+
to set data values corresponding to the bounds of the color range
20+
([#2691](https://github.com/plotly/plotly.py/pull/2691)
1121

1222
## [4.9.0] - 2020-07-16
1323

0 commit comments

Comments
 (0)