Skip to content

v2.0.1

Compare
Choose a tag to compare
@samschott samschott released this 17 Jan 17:54

Changed:

  • Moved default driver backends from NI-VISA to pyvisa-py. It is no longer necessary to install NI-VISA from National
    Instruments on your system.
  • Moved drivers to external packages. Install with pip before first use.
  • Improved data plotting in Mercury user interface:
    • heater output and gasflow are plotted alongside the temperature
    • major speedups in plotting framerate by relying on numpy for updating the data and redrawing only changed elements
      of plot widget
    • allow real-time panning and zooming of plots
  • Started working on Python 3 compatability.