Skip to content

Commit 1a916cd

Browse files
committed
Update CHANGELOG
1 parent 7ff0e31 commit 1a916cd

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
This file contains a curated, chronologically ordered list of notable changes made to the master branch since the release of Rigbox 2.2.0. Each bullet point in the list is followed by the accompanying commit hash, and the date of the commit. The versioning numbering used is [SemVer](http://semver.org/). This changelog is based on [keep a changelog](https://keepachangelog.com).
44

5-
## [Most Recent Commits](https://github.com/cortex-lab/Rigbox/commits/master) [2.6.0]
5+
## [Most Recent Commits](https://github.com/cortex-lab/Rigbox/commits/master) [2.6.1]
66

7-
- exp.Parameters class has been fully documented and some code refactored `4d3f3f2` 2020-02-03
8-
- there is now more informative error message in the hw.ptb.Window contructor, reminding users to install PTB `a251845` 2020-02-03
9-
- a test was added for the 'distribute' function `92e5a40` 2020-02-03
10-
- hw.findDevice was renamed to hw.testAudioOutputDevices and documentation regarding this function was added to hardware_config `244e93c` 2020-02-03
11-
- refactoring of hw.devices, including documentation, use of 'useDaq' flag and choosing lowest latancy audio device by default `477b4e8` 2020-02-03
12-
- fixed typo in calibration_test that meant parameter default was used `d58408e` 2020-02-03
13-
- removed redundant cellfun call in dat.listSubjects and brought dat.newExp back in line with Alyx.newExp `ee35ed3` 2020-02-14
14-
- zeroing of devices in exp.SignalsExp now occurs within init, in line with exp.Experiment `3ba222f` 2020-03-13
7+
- PATCH: Scrubbed repository of old files. Slimmed down from >>100MB to < 5MB
8+
9+
## [2.6.0]
10+
11+
- A huge amount of refactoring, especially of the expServer; new tests and documentation
1512
- Experiments can now be started by calling expServer with an expRef.
1613
- Command output type now matches input type in git.runCmd
1714
- Fixed value unassigned error when no lag in `asyncFlipEnd`
@@ -29,7 +26,14 @@ This file contains a curated, chronologically ordered list of notable changes ma
2926
- Stimulus window background colour can now be set with a 'bgColor' field in the parameter struct
3027
- New +git functions display Rigbox versions and allow you to switch between them
3128
- Warning instead of error when no stereo output device found in eui.SignalsTest
32-
- A huge amount of refactoring, especially of the expServer; new tests and documentation
29+
- exp.Parameters class has been fully documented and some code refactored `4d3f3f2` 2020-02-03
30+
- there is now more informative error message in the hw.ptb.Window contructor, reminding users to install PTB `a251845` 2020-02-03
31+
- a test was added for the 'distribute' function `92e5a40` 2020-02-03
32+
- hw.findDevice was renamed to hw.testAudioOutputDevices and documentation regarding this function was added to hardware_config `244e93c` 2020-02-03
33+
- refactoring of hw.devices, including documentation, use of 'useDaq' flag and choosing lowest latancy audio device by default `477b4e8` 2020-02-03
34+
- fixed typo in calibration_test that meant parameter default was used `d58408e` 2020-02-03
35+
- removed redundant cellfun call in dat.listSubjects and brought dat.newExp back in line with Alyx.newExp `ee35ed3` 2020-02-14
36+
- zeroing of devices in exp.SignalsExp now occurs within init, in line with exp.Experiment `3ba222f` 2020-03-13
3337

3438
## [2.5.0]
3539

0 commit comments

Comments
 (0)