Skip to content

Commit efa488a

Browse files
committed
changelog
1 parent f622085 commit efa488a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
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.6] - 2020-03-31
6+
7+
### Updated
8+
- Updated Plotly.js to version 1.53.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/v1.53.0/CHANGELOG.md) for more information on the numerous new features and bug fixes of this release. The main features of the Plotly.js release are
9+
- Introduce a new unified x (or y) hovermode, in which the hover box shows
10+
the information for all traces at a given x (or y) position
11+
- Introduce rangebreaks on date axes (for example, to remove week-ends)
12+
- Add node.customdata and link.customdata to sankey traces
13+
- Updated [contributing notes](https://github.com/plotly/plotly.py/blob/master/contributing.md) for more explanations on how to contribute to plotly.py [#2290](https://github.com/plotly/plotly.py/pull/2290). Please give feedback on these notes!
14+
- Updated documentation examples to explain how to use cufflinks with plotly
15+
[#2325](https://github.com/plotly/plotly.py/pull/2325), and to show how to color links in Sankey diagrams
16+
[#2291](https://github.com/plotly/plotly.py/pull/2291). Also corrected typos
17+
and formatting in doc examples. Special thanks to
18+
[@SylwiaOliwia2](https://github.com/@SylwiaOliwia2) and [@dangercrow](https://github.com/@dangercrow) for improving our documentation!
19+
20+
21+
### Added
22+
23+
- `px.imshow` now accepts [`xarray`](http://xarray.pydata.org/), with metadata
24+
being used for axis labels, hover and colorbar [#2166](https://github.com/plotly/plotly.py/pull/2166)
25+
26+
27+
### Fixed
28+
29+
- Remove unsupported opacity kwarg from `pie` and `funnel_area` px functions [#2294](https://github.com/plotly/plotly.py/pull/2294)
30+
- Fixed handling of `opacity` in `px.density_mapbox` [#2317](https://github.com/plotly/plotly.py/pull/2317),
31+
with thanks to [@tvaucher](https://github.com/tvaucher) for the contribution!
32+
533
## [4.5.4] - 2020-03-11
634

735
### Updated

0 commit comments

Comments
 (0)