v5.0.0rc2
Pre-release
Pre-release
Find out more about the RC process on our Forum: https://community.plotly.com/t/plotly-py-5-0-is-coming-soon-try-the-release-candidate-today/53470
Updated
- Updated Plotly.js to version 2.0.0. See the plotly.js 2.0.0 CHANGELOG for more information. These changes are reflected in the auto-generated
plotly.graph_objectsmodule. Notable changes include:- new
marker.patternoptions forbar-like trace types - dropped support for IE9 and IE10
- dropped support for long-deprecated
graph_objectslikeareatraces andscatter.(t|r)andlayout.(radial|angular)axisattributes - deprecated
heatmapgl,pointcloudtraces as well as alltransformattributes
- new
- Combined
plotlywidgetintojupyterlab-plotlyand packaged them as a federated extension #3142 with massive thanks to @fcollonval for the contribution - Plotly.js CDN url will now be versioned by default for HTML exports using
include_plotlyjs='cdn'and for "connected" renderers. #2961 with thanks to @adehad for the contribution - Dropped support for Python older than 3.6 #3160
- Recommending Kaleido by default over Orca #3094
- Replaced
retryingdependency withtenacity#2911 with thanks to @jmsmdy for the contribution
Added
- New functions in
plotly.colors:get_colorscale()andsample_colorscale()#3136 and #3186 with thanks to @CarlAndersson for the contributions - Faster JSON encoding when
orjsonis present #2955