File tree 3 files changed +21
-2
lines changed
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
+
1
20
-------------------------------------------------------------------------------
2
21
Version 1.6 25/11/2020
3
22
-------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1
1
# Graphical user interface settings.
2
2
3
- VERSION = '1.6'
3
+ VERSION = '1.6.1 '
4
4
5
5
update_interval = 10 # Interval between calls to the GUIs update function (ms).
6
6
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ tasks : Task definition files
15
15
tools : Tools for importing and visualising pycontrol data
16
16
pyControl_GUI.py : Python script to launch the GUI.
17
17
18
- Version: v1.6
18
+ Version: v1.6.1
19
19
---------------
20
20
You can’t perform that action at this time.
0 commit comments