Skip to content

Commit

Permalink
- Updated changelog and version numbers for version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAkam committed Nov 25, 2020
1 parent 1be79ec commit e4bc957
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
-------------------------------------------------------------------------------
Version 1.6 25/11/2020
-------------------------------------------------------------------------------

GUI:

- Experiments that uses multiple setups now load the task in parallel on all the
setups at once, rather than serially on one setup after annother, giving a
large speedup when many setups are used.

- The experiments tab now allows a subset of the subjects in an experiment
to be selected to run, and allows different subjects to be started and
stopped at different times.

- Task files can now be organised into subfolders within the tasks folder, to
create a nested task select menu in the GUI.

- Buttons now have icons indicating their functionallity.

- Various minor bug fixes.

-------------------------------------------------------------------------------
Version 1.5 11/02/2020
-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion config/gui_settings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Graphical user interface settings.

VERSION = '1.5'
VERSION = '1.6'

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

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ tasks : Task definition files
tools : Tools for importing and visualising pycontrol data
pyControl_GUI.py : Python script to launch the GUI.

Version: v1.5
Version: v1.6
---------------

0 comments on commit e4bc957

Please sign in to comment.