pypest / pyemu

python modules for model-independent uncertainty analyses, data-worth analyses, and interfacing with PEST(++)
BSD 3-Clause "New" or "Revised" License
168 stars 94 forks source link

Pandas pinned to < 2.1.0 #461

Closed briochh closed 3 months ago

briochh commented 9 months ago

A few issues with behaviour of pandas 2.1.0 that causes failed tests and a whole string of Future and Deprecation warnings

Need to assess what actually reflects an impending breakage in how we are using pandas, going forwards and what might be temporary pandas "features" as they move towards pyarrow.

briochh commented 9 months ago

e.g.

briochh commented 9 months ago

also:

briochh commented 3 months ago

might be time to unpin this, more pandas deprecation chasing brought in in #485.