File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------------------
2+ Version 1.6.1 22/11/2021
3+ -------------------------------------------------------------------------------
4+
5+ GUI:
6+
7+ - Run task tab now displays current state, most recent event and print line.
8+
9+ - GUI style unified across platforms.
10+
11+ - GUI font sizes now configurable in gui_settings.py.
12+
13+ - Fixed bug which prevented events from plotting in Pyqtgraph version > 0.11.0.
14+
15+ - Made communication from pyboard to computer during framework run more robust
16+ to unexpected output from pyboard.
17+
18+ - Various minor bug fixes.
19+
120-------------------------------------------------------------------------------
221Version 1.6 25/11/2020
322-------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 11# Graphical user interface settings.
22
3- VERSION = '1.6'
3+ VERSION = '1.6.1 '
44
55update_interval = 10 # Interval between calls to the GUIs update function (ms).
66
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ tasks : Task definition files
1515tools : Tools for importing and visualising pycontrol data
1616pyControl_GUI.py : Python script to launch the GUI.
1717
18- Version: v1.6
18+ Version: v1.6.1
1919---------------
2020
You can’t perform that action at this time.
0 commit comments