Closed jepegit closed 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.
Fixed. But pinning pandas dependency to <= 2.1 anyway.
The new batch plotter does not work properly - it utilises pandas.melt on a multi-index column. Works for "old" pandas. Not for new.