File tree 3 files changed +23
-2
lines changed
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
1
+ -------------------------------------------------------------------------------
2
+ Version 1.6 25/11/2020
3
+ -------------------------------------------------------------------------------
4
+
5
+ GUI:
6
+
7
+ - Experiments that uses multiple setups now load the task in parallel on all the
8
+ setups at once, rather than serially on one setup after annother, giving a
9
+ large speedup when many setups are used.
10
+
11
+ - The experiments tab now allows a subset of the subjects in an experiment
12
+ to be selected to run, and allows different subjects to be started and
13
+ stopped at different times.
14
+
15
+ - Task files can now be organised into subfolders within the tasks folder, to
16
+ create a nested task select menu in the GUI.
17
+
18
+ - Buttons now have icons indicating their functionallity.
19
+
20
+ - Various minor bug fixes.
21
+
1
22
-------------------------------------------------------------------------------
2
23
Version 1.5 11/02/2020
3
24
-------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1
1
# Graphical user interface settings.
2
2
3
- VERSION = '1.5 '
3
+ VERSION = '1.6 '
4
4
5
5
update_interval = 20 # 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.5
18
+ Version: v1.6
19
19
---------------
20
20
You can’t perform that action at this time.
0 commit comments