Releases: OE-FET/keithleygui
Releases · OE-FET/keithleygui
v1.2.1
Fixes an error when creating Qt signals with PyQt5.
v1.2.0
v1.2.0
Changed:
- 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.
v1.1.8
Changed:
- Replaced deprecated
visa
import with pyvisa
.
v1.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:
v1.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.
v1.1.3
Changed:
- Moved utils to submodule
pyqt_labutils
.
- Updated requirements.
v1.1.2
Changed:
- Fixed a critical error which would prevent IV sweeps from returning a dataset.
- Fixed a bug which caused
from keithleygui.config import CONF
to fail in Python 2.7.
v1.1.1
Changed:
- Adaptations to driver changes.
KeithleyGuiApp
must now be explicitly imported from main.
v1.1.0
Changed:
- Unified and simplified code accross all settings panels. This results in some GUI changes as well: All settings panels now have a two-column layout.
v1.0.2
Changes:
- Switched from
matplotlib
to pyqtgraph
for plotting.