- Don't make any assumptions about the number of available SMUs but adapt GUI after a Keithley has been connected. - Adapted to work with v2.0.0 of the keithley2600 driver. - Improved error messages.
1.1.8
Changed:
- Replaced deprecated `visa` import with `pyvisa`.
1.1.7
Added:
- Provide option for high capacitance mode.
Changed:
- Create our own keithley instance if none is provided. - Depend on the newly released pyqtgraph 0.11.
Fixed:
- Fixed an issue where the color of legend labels would not update when switching to a dark UI.
1.1.6
Changed:
- Depend on pyqtgraph 0.11.0rc0 instead of cx_pyqtgraph. All of our pull requests have been merged to upstream. - Use Matlab palette for line colors. This provides 7 different colors which will be reused once exhausted.
1.1.5
This version drops support for Python 2.7. Only Python 3.6 and higher are supported.
Changed:
- Depend on PyQt5 instead of qtpy. - Resize connection dialog when hiding PyVisa backend textbox. - Move connection dialog to submodule 'pyqt_labutils'. - Update submodule 'pyqt_labutils'.
Removed:
- Support for Python 2.7.
1.1.4
This release focuses on cosmetic improvements.
Changed:
- Depend on our own fork of PyQtGraph `cx_pyqtgraph`.
Added:
- Support for dark interface themes, such as the dark mode in macOS Mojave. This will require a version of PyQt / Qt which supports system themes, such as v5.12 for macOS.