Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dac4342

Browse files
committedNov 12, 2019
Update CHANGELOG for 4.3.0
1 parent c3b80dc commit dac4342

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.3.0] - 2019-11-11
6+
7+
### Updated
8+
- Updated Plotly.js to version 1.51.1. See the
9+
[plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1511----2019-11-04)
10+
for more information
11+
- Improved propagation of empty templates ([#1892](https://github.com/plotly/plotly.py/pull/1892))
12+
- Update the `add_annotations`/`add_shapes`/`add_images` methods to no longer default to adding objects in paper coordinates. This allows plotly.js to determine the default reference frame based on context ([#1888](https://github.com/plotly/plotly.py/pull/1888))
13+
- Use the default template's background color for displaying color swatches ([#1872](https://github.com/plotly/plotly.py/pull/1872)). Special thanks to [@joelostblom](https://github.com/joelostblom) for this contribution!
14+
15+
### Added
16+
- Added image trace type ([plotly.js#4289](https://github.com/plotly/plotly.js/pull/4289), [plotly.js#4307](https://github.com/plotly/plotly.js/pull/4307), [plotly.js#4313](https://github.com/plotly/plotly.js/pull/4313), [plotly.js#4319](https://github.com/plotly/plotly.js/pull/4319))
17+
- Added matplotlib-style `plotly.express.imshow` convenience function to display images and heatmaps ([#1855](https://github.com/plotly/plotly.py/pull/1855), [#1885](https://github.com/plotly/plotly.py/pull/1885))
18+
- Added matplotlib-style `simple_white` template ([#1864](https://github.com/plotly/plotly.py/pull/1864))
19+
- Added support for using an externally managed orca server for image export features ([#1850](https://github.com/plotly/plotly.py/pull/1850)). Special thanks to [@miriad](https://github.com/miriad) for this contribution.
20+
521
## [4.2.1] - 2019-10-18
622
### Fixed
723
- Fixed regression in 4.2.0 that caused all figure factories to require that scikit-image be installed ([#1832](https://github.com/plotly/plotly.py/pull/1832))

0 commit comments

Comments
 (0)
Please sign in to comment.