Code quality improvements:
- Using
qtpy
library instead of my own Qt5/6 mechanism - Using f-strings
- Extended API and docstrings, like on
PlotManager
. - Arguments
linked_curves
andlinked_plots
are hinted asSequence
instead
of asList
Added support:
- Support for Numpy 2.0