Aarhus-Psychiatry-Research / timeseriesflattener

Converting irregularly spaced time series, such as eletronic health records, into dataframes for tabular classification.
https://Aarhus-Psychiatry-Research.github.io/timeseriesflattener
MIT License
18 stars 2 forks source link

Remove upper bound of pandas version #586

Closed HLasse closed 1 month ago

HLasse commented 2 months ago

We currently don't support the newest pandas versions (it is our only upper bounded dependency). Do you remember why, @MartinBernstorff ?

MartinBernstorff commented 2 months ago

Not at all! I'd also imagine that we don't really use it for anything other than type-checking, so that it could in principle be removed.

Seems like something we should fix.

MartinBernstorff commented 2 months ago

Easiest first move is probably removing the upper bound and checking if tests pass.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 14 days with no activity. Feel free to either 1) remove the stale label or 2) comment. If nothing happens, this will be closed in 7 days.

github-actions[bot] commented 1 month ago

This issue was closed automatically. Feel free to re-open it if it's important.