8000 handle deprecation of pandas.Series.dt.to_pydatetime() calls and suppress their FutureWarnings by ned2 · Pull Request #4379 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

handle deprecation of pandas.Series.dt.to_pydatetime() calls and suppress their FutureWarnings #4379

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add CHANGELOG entry
  • Loading branch information
ned2 committed Oct 12, 2023
commit ede7343cfc223b9230f826e825f2597551a987e6
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://sem 536D ver.org/).

### Fixed
- Repair crash on Matplotlib 3.8 related to get_offset_position [[#4372](https://github.com/plotly/plotly.py/pull/4372)],
- Handle deprecation of `pandas.Series.dt.to_pydatetime()` calls and suppress the `FutureWarning` they currently emit. [[#4379](https://github.com/plotly/plotly.py/pull/4379)]

## [5.17.0] - 2023-09-15

Expand Down
0