many changes related to the new version of pyqtgraph pymodaq can now be used with either pyqt5 or pyside2 (even if with pyside2 some issues remains)
What's Changed * daq_logger refactoring using CustomApp base class by seb5g in https://github.com/CEMES-CNRS/PyMoDAQ/pull/65 * Pyqtgraph by seb5g in https://github.com/CEMES-CNRS/PyMoDAQ/pull/66 * Viewers by seb5g in https://github.com/CEMES-CNRS/PyMoDAQ/pull/67 * Testing by seb5g in https://github.com/CEMES-CNRS/PyMoDAQ/pull/68
This version includes the new layout for the PID (proportional–integral–derivative) software loop controller. It also introduce the mechanism to load on the fly installed extension (that are not builtin as Scan, Logger or PID), for instance pymodaq_femto some minor patches