Skip to content

Commit 34d61d0

Browse files
changelog
1 parent 5331cea commit 34d61d0

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

Diff for: CHANGELOG.md

+22-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,29 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## UNRELEASED
77

8-
### Changed
8+
### Updated
9+
10+
- Updated Plotly.js to version 2.0.0-rc.2. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/CHANGELOG.md) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module. Notable changes include:
11+
- new `marker.pattern` options for `bar`-like trace types
12+
- dropped support for IE9 and IE10
13+
- dropped support for long-deprecated `graph_objects` like `area` traces and `scatter.(t|r)` and `layout.(radial|angular)axis` attributes
14+
- deprecated `heatmapgl`, `pointcloud` traces as well as all `transform` attributes
15+
- Combined `plotlywidget` into `jupyterlab-plotly` and packaged them as a federated extension [#3142](https://github.com/plotly/plotly.py/pull/3142) with massive thanks to [@fcollonval](https://github.com/fcollonval) for the contribution
16+
- Plotly.js CDN url will now be versioned by default for HTML exports using `include_plotlyjs='cdn'` and for "connected" renderers. [#2961](https://github.com/plotly/plotly.py/pull/2961) with thanks to [@adehad](https://github.com/adehad) for the contribution
17+
- Dropped support for Python older than 3.6 [#3160](https://github.com/plotly/plotly.py/pull/3160)
18+
- Recommending Kaleido by default over Orca [#3094](https://github.com/plotly/plotly.py/pull/3094)
19+
- Replaced `retrying` dependency with `tenacity` [#2911](https://github.com/plotly/plotly.py/pull/2911) with thanks to [@jmsmdy](https://github.com/jmsmdy) for the contribution
20+
21+
### Added
22+
23+
- New functions in `plotly.colors`: `get_colorscale()` and `sample_colorscale()` [#3136](https://github.com/plotly/plotly.py/pull/3136) and [#3186](https://github.com/plotly/plotly.py/pull/3186) with thanks to [@CarlAndersson](https://github.com/CarlAndersson) for the contributions
24+
- Faster JSON encoding when `orjson` is present [#2955](https://github.com/plotly/plotly.py/pull/2955)
25+
26+
### Fixed
27+
28+
- Pandas and Numpy datetime serialization fixes [#3022](https://github.com/plotly/plotly.py/pull/3022)
29+
- Fixed selected points of histograms in FigureWidget [#2771](https://github.com/plotly/plotly.py/pull/2771) with thanks to [@meffmadd](https://github.com/meffmadd) for the contribution
930

10-
- Plotly.js CDN url will now be versioned by default for HTML exports using `include_plotlyjs='cdn'` and for "connected" renderers.
1131

1232
## [4.14.3] - 2021-01-12
1333

0 commit comments

Comments
 (0)