Updated
- Updated Plotly.js from version 2.24.1 to version 2.25.2. See the plotly.js CHANGELOG for more information. These changes are reflected in the auto-generated
plotly.graph_objects
module. Notable changes include:- Add "Equal Earth" projection to geo subplots [#6670],
with thanks to @apparebit for the contribution! - Add options to include legends for shapes and
newshape
[#6653]
- Add "Equal Earth" projection to geo subplots [#6670],
px
methods now accept data-frame-like objects that support a dataframe interchange protocol, such as polars, vaex, modin etc. This protocol has priority onto_pandas
call, but will only be used if pandas>=2.0.2 is installed in the environment.px
methods now accept data-frame-like objects that support atoPandas()
method, such as Spark DataFrames, or ato_pandas_df()
method, such as Vaex DataFrames.
Fixed
- Fixed Pandas performance warning issue caused by multiple
frame.insert
[#4246]