Fixed issue with necessary columns from complex arguments dropped when interchanging dataframes [#4324]
v5.16.0
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]
px methods now accept data-frame-like objects that support a dataframe interchange protocol, such as polars, vaex, modin etc. This protocol has priority on to_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 a toPandas() method, such as Spark DataFrames, or a to_pandas_df() method, such as Vaex DataFrames.
Fixed
Fixed Pandas performance warning issue caused by multiple frame.insert [#4246]
Fixed issue with necessary columns from complex arguments dropped when interchanging dataframes [#4324]
[5.16.0] - 2023-08-11
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]
px methods now accept data-frame-like objects that support a dataframe interchange protocol, such as polars, vaex, modin etc. This protocol has priority on to_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 a toPandas() method, such as Spark DataFrames, or a to_pandas_df() method, such as Vaex DataFrames.
Fixed
Fixed Pandas performance warning issue caused by multiple frame.insert [#4246]
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps plotly from 5.15.0 to 5.16.1.
Release notes
Sourced from plotly's releases.
Changelog
Sourced from plotly's changelog.
Commits
bbbf5ef
version changes for v5.16.1402c9b4
Merge pull request #4324 from guyrosin/fix-necessary-columns1625d35
Support python<3.8f251f08
Add changelog entry83c2260
Necessary columns can be unorderede2a7cb4
No type check for array_attrables, add test for a hover_data dictionarya457f0e
Consider necessary columns from complex arguments when interchanging dataframes91060d3
Merge pull request #4322 from plotly/update-master3b561c2
Merge pull request #4321 from plotly/update-production-docsfeb50c9
Merge branch 'doc-prod' into update-production-docsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show