Skip to content
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

fixes for pandas >= 2.2.0 #2177

Merged
merged 1 commit into from
Jan 21, 2024
Merged

fixes for pandas >= 2.2.0 #2177

merged 1 commit into from
Jan 21, 2024

Conversation

dennisbader
Copy link
Collaborator

Summary

  • fixes all breaking changes from pandas v2.2.0. Mainly the breaking changes come from deprecated frequency/offset aliases (e.g. "M" (month end) becomes "ME", "T" (minutes) becomes "min"). See here and here.

@codecov-commenter
Copy link

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (ccecc8a) 93.91% compared to head (f4a7380) 93.90%.

Files Patch % Lines
darts/models/forecasting/prophet_model.py 81.25% 3 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2177      +/-   ##
==========================================
- Coverage   93.91%   93.90%   -0.02%     
==========================================
  Files         135      135              
  Lines       13387    13380       -7     
==========================================
- Hits        12573    12565       -8     
- Misses        814      815       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dennisbader dennisbader merged commit 9cb1a56 into master Jan 21, 2024
9 checks passed
@dennisbader dennisbader deleted the fix/pandas_v2_2_0 branch January 21, 2024 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants