You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QMI driver for TeraXion TFN in qmi.instruments.teraxion with CLI client.
QMI driver for Thorlabs MPC320 in qmi.instruments.thorlabs.
Changed
In setup.py limited NumPy and SciPy versions to be <2. Also added missing line for Tenma 72 PSU CLI.
Refactored Newport single_axis_motion_controller.py to use context manager to enter and exit a configuration state.
Fixed
mypy errors not failing pipeline
In instruments.picoquant.support._decoders made the lexical sorting (numpy.lexsort) to temporarily retype the data to signed integer, as from Numpy 2.0 the integers are not allowed anymore to overflow.
The same fix is applied also in unit-tests.
Removed
Radon workflows as radon is no longer actively maintained. Pylint has taken over as the complexity checker.