jepegit / cellpy

extract and tweak data from electrochemical tests of cells
MIT License
88 stars 30 forks source link

Update collecting summaries for batch plotting to work with new pandas #292

Closed jepegit closed 8 months ago

jepegit commented 8 months ago

The new batch plotter does not work properly - it utilises pandas.melt on a multi-index column. Works for "old" pandas. Not for new.

jepegit commented 8 months ago

Fixed. But pinning pandas dependency to <= 2.1 anyway.