georgebv / pyextremes

Extreme Value Analysis (EVA) in Python
https://georgebv.github.io/pyextremes/
MIT License
242 stars 48 forks source link

Update deprecated pandas offset alias #85

Closed connortann closed 4 months ago

connortann commented 4 months ago

The pandas offset alias for hour is h, and the capitalised version H is deprecated.

FutureWarning: 'H' is deprecated and will be removed in a future version. Please use 'h' instead of 'H'.

This PR updates all uses of "__H" to "__h".

georgebv commented 4 months ago

@connortann thank you. Can you point me to changelogs where they made this change? We need to make sure this doesn't cause issues with the older supproted pandas versions.

georgebv commented 4 months ago

Looks like it's supported since 1.0 (earliest supported pandas in pyextremes) so we are good https://pandas.pydata.org/pandas-docs/version/1.0/reference/api/pandas.to_timedelta.html