iiasa / ixmp

The ix modeling platform for integrated and cross-cutting scenario analysis
https://docs.messageix.org/ixmp
Apache License 2.0
38 stars 111 forks source link

Adjust for pandas 1.5.0 #457

Closed khaeru closed 2 years ago

khaeru commented 2 years ago

pandas v1.5.0 was released 2022-09-19. Among other changes:

Since the only test failures are in caching, ixmp may otherwise work with pandas 1.5.0. Any other symptoms can be collected in this issue.

khaeru commented 2 years ago
  • Type stubs are now supplied, so mypy exclusion can be removed:

It turns out these are not yet mature:

The stubs are likely incomplete in terms of covering the published API of pandas.

…so this can wait until they are.