Skip to content

Commit 151b63d

Browse files
emmanuellejonmmease
authored andcommitted
4.3.1 changelog (#1989)
1 parent b480381 commit 151b63d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Diff for: CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
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.1] - 2019-12-09
6+
7+
### Updated
8+
- Updated Plotly.js to version 1.51.2. See the
9+
[plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1512----2019-11-25)
10+
for more information
11+
- The tutorials of the [plotly.py documentation](https://plot.ly/python/) are
12+
now in the main [plotly.py Github repository](https://github.com/plotly/plotly.py). Contributions in order to improve or extend the documentation are very welcome!
13+
14+
### Fixed
15+
16+
- Fixed a plotly.express input bug when using data frame indices[#1934](https://github.com/plotly/plotly.py/pull/1934)
17+
- Fixed how to display facet labels with plotly express [#1966](https://github.com/plotly/plotly.py/pull/1966)
18+
- Fixed a bug to use correctly the `zmin/zmax` parameter in `px.imshow` for single-channel images [#1981](https://github.com/plotly/plotly.py/pull/1981)
19+
- Clipped docstring width for better display in Jupyterlab [#1939](https://github.com/plotly/plotly.py/pull/1939). Thank you @joelostblom!
20+
- Fixed a bug in the case of external orca server [#1915](https://github.com/plotly/plotly.py/pull/1915) thank you @dev-dsp!
21+
22+
### Added
23+
24+
- Extended the plotly.express functional API with .. new functions: `px.pie`,
25+
`px.sunburst`, `px.treemap`, `px.funnel`, and `px.funnelarea` ([#1909](https://github.com/plotly/plotly.py/pull/1909)) `px.density_mapbox` and
26+
`px.choropleth_mapbox` [#1937](https://github.com/plotly/plotly.py/pull/1937). Also, all mapbox functions in plotly.express have new arguments `center` and `mapbox_style` [#1937](https://github.com/plotly/plotly.py/pull/1937).
27+
- plotly.express polar plots (`scatter_polar`, `line_polar`, `bar_polar`) now
28+
have a `range_theta` keyword argument for representing only an angular
29+
section [#1969](https://github.com/plotly/plotly.py/pull/1969).
30+
- Docstrings of plotly.py are now doctested [#1921](https://github.com/plotly/plotly.py/pull/1921).
31+
532
## [4.3.0] - 2019-11-11
633

734
### Updated

0 commit comments

Comments
 (0)