Closed connortann closed 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.
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
The pandas offset alias for hour is
h
, and the capitalised versionH
is deprecated.This PR updates all uses of
"__H"
to"__h"
.