Skip to content

Releases: OE-FET/mercurygui

v3.0.2

07 Apr 23:05
Compare
Choose a tag to compare

Fix delay in reaction time after ticking a checkbox.

v3.0.1

07 Apr 16:46
Compare
Choose a tag to compare

Fixed:

  • Plot canvas background now follows that of its parent widget.

v3.0.0

07 Apr 15:48
Compare
Choose a tag to compare
  • Show all temperature sensors of MercuryiTC in separate tabs.
  • Automatically connect when MercuryiTC is reachable.

v2.1.3

10 Oct 00:16
Compare
Choose a tag to compare

Changed:

  • Replaced deprecated visa import with pyvisa.

v2.1.2

24 Sep 21:50
Compare
Choose a tag to compare

Fixed:

  • Fixes an issue where connecting to MercuryiTC would appear to fail when there is no default temperature module configured.

v2.1.1

22 Aug 17:40
Compare
Choose a tag to compare

Fixed:

  • Fixes missing pyqt_labutils submodule in PyPI release.

v2.1.0

22 Aug 17:10
Compare
Choose a tag to compare

Added:

  • New menu "Assign modules" to assign gasflow and heater modules to a temperature sensor
    from the GUI.
  • New control to set the minimum gas flow for automatic mode.
  • Display any alarms for a temperature sensor and its associated modules in the GUI.

Changed:

  • Select the current temperature sensor from a menu instead of a dialog.
  • Clear the plot when switching sensors.

v2.0.0

27 Jul 19:18
Compare
Choose a tag to compare

Changed:

  • MercuryMonitorApp now takes a MercuryITC instance as a first argument instead of a MercuryFeed instance. The feed will be created internally.
  • If a temperature module does not have an attached heater or gas flow module, the corresponding GUI elements are greyed out.