You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm aware of a bug that happens in DISSTANS with pandas versions 1.5 and up when using the ExpandingRollingIndexer (e.g. in the processing.median function). I'm waiting on the outcome of the upstream pandas issue I submitted to see how I will address this issue. For now, downgrading to pandas 1.4 should fix the problem.
Cheers
The text was updated successfully, but these errors were encountered:
- updates the signature of ExpandingRollingIndexer.get_window_bounds
to the expected one by pandas >= 1.5
- pin the requirements & environment files to pandas >= 1.5
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm aware of a bug that happens in DISSTANS with pandas versions 1.5 and up when using the
ExpandingRollingIndexer
(e.g. in the processing.median function). I'm waiting on the outcome of the upstream pandas issue I submitted to see how I will address this issue. For now, downgrading to pandas 1.4 should fix the problem.Cheers
The text was updated successfully, but these errors were encountered: