Skip to content

Commit e4bc957

Browse files
committed
- Updated changelog and version numbers for version 1.6
1 parent 1be79ec commit e4bc957

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

ChangeLog.txt

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
-------------------------------------------------------------------------------
223
Version 1.5 11/02/2020
324
-------------------------------------------------------------------------------

config/gui_settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Graphical user interface settings.
22

3-
VERSION = '1.5'
3+
VERSION = '1.6'
44

55
update_interval = 20 # Interval between calls to the GUIs update function (ms).
66

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ tasks : Task definition files
1515
tools : Tools for importing and visualising pycontrol data
1616
pyControl_GUI.py : Python script to launch the GUI.
1717

18-
Version: v1.5
18+
Version: v1.6
1919
---------------
2020

0 commit comments

Comments
 (0)