Skip to content

Releases: OE-FET/keithleygui

v1.2.1

02 Aug 22:26
Compare
Choose a tag to compare

Fixes an error when creating Qt signals with PyQt5.

v1.2.0

04 Nov 18:59
Compare
Choose a tag to compare

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

10 Oct 00:12
Compare
Choose a tag to compare

Changed:

  • Replaced deprecated visa import with pyvisa.

v1.1.5

13 Dec 18:15
Compare
Choose a tag to compare

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.

v1.1.4

09 Oct 14:12
Compare
Choose a tag to compare

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

19 Jul 15:48
Compare
Choose a tag to compare

Changed:

  • Moved utils to submodule pyqt_labutils.
  • Updated requirements.

v1.1.2

20 May 13:11
Compare
Choose a tag to compare

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

20 May 13:10
Compare
Choose a tag to compare

Changed:

  • Adaptations to driver changes.
  • KeithleyGuiApp must now be explicitly imported from main.

v1.1.0

02 May 09:59
0ad5ad0
Compare
Choose a tag to compare

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

12 Mar 19:04
4d28a04
Compare
Choose a tag to compare

Changes:

  • Switched from matplotlib to pyqtgraph for plotting.