tobiscode / disstans

Package repository for the Decomposition and Inference of Sources through Spatiotemporal Analysis of Network Signals (DISSTANS) toolbox.
https://tobiscode.github.io/disstans/
GNU General Public License v3.0
22 stars 7 forks source link

Bug: "ExpandingRollingIndexer does not implement the correct signature for get_window_bounds" #1

Closed tobiscode closed 1 year ago

tobiscode commented 1 year ago

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

tobiscode commented 1 year ago

Fixed for v1.1.2 with 2e5665f582121637d148860418be0c13491233f1, and for v1.2 with 3956dbeca2d1f5239b8a3024a06e1ec9c4c51268.