Skip to content

Commit 50846ad

Browse files
tweak 4.6 changelog
1 parent efa488a commit 50846ad

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

CHANGELOG.md

+9-15
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,32 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [4.6] - 2020-03-31
66

77
### Updated
8+
89
- 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
10+
- Introduce range breaks on date axes (for example, to remove week-ends) via `layout.xaxis.rangebreaks`
11+
- Introduce a new unified x (or y) hovermode (`layout.hovermode="x unified"`), in which the hover box shows the information for all traces at a given x (or y) position
12+
- Add `node.customdata` and `link.customdata` to sankey traces
1313
- 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!
14+
- Updated documentation examples [#2325](https://github.com/plotly/plotly.py/pull/2325), and to show how to color links in Sankey diagrams [#2291](https://github.com/plotly/plotly.py/pull/2291).
15+
- Special thanks to [@SylwiaOliwia2](https://github.com/SylwiaOliwia2) and [@dangercrow](https://github.com/dangercrow) for improving our documentation!
1916

2017

2118
### Added
2219

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)
20+
- `px.imshow` now accepts [`xarray`](http://xarray.pydata.org/) inputs, with metadata being used for axis labels, hover and colorbar [#2166](https://github.com/plotly/plotly.py/pull/2166)
2521

2622

2723
### Fixed
2824

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!
25+
- Fixed handling of `opacity` in `px.pie`, `px.funnel_area`, `px.density_mapbox`, `px.funnel` [#2317](https://github.com/plotly/plotly.py/pull/2317), with thanks to [@tvaucher](https://github.com/tvaucher) for the contribution!
3226

3327
## [4.5.4] - 2020-03-11
3428

3529
### Updated
3630

3731
- The documentation of the API https://plot.ly/python-api-reference/ now
3832
documents the full API [#2243](https://github.com/plotly/plotly.py/pull/2243)
39-
- New documentation examples for facets [#2235](https://github.com/plotly/plotly.py/pull/2235), legend [#2227](https://github.com/plotly/plotly.py/pull/2227), subplots [#2226](https://github.com/plotly/plotly.py/pull/2226), axes [#2234](https://github.com/plotly/plotly.py/pull/2234) and histograms [#2242](https://github.com/plotly/plotly.py/pull/2242).
33+
- New documentation examples for facets [#2235](https://github.com/plotly/plotly.py/pull/2235), legend [#2227](https://github.com/plotly/plotly.py/pull/2227), subplots [#2226](https://github.com/plotly/plotly.py/pull/2226), axes [#2234](https://github.com/plotly/plotly.py/pull/2234) and histograms [#2242](https://github.com/plotly/plotly.py/pull/2242).
4034
Thanks to [@SylwiaOliwia2](https://github.com/@SylwiaOliwia2) for all these great
4135
examples!
4236

0 commit comments

Comments
 (0)