Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Jan 4, 2021
1 parent 7ff0e31 commit 1a916cd
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@

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).

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

- exp.Parameters class has been fully documented and some code refactored `4d3f3f2` 2020-02-03
- there is now more informative error message in the hw.ptb.Window contructor, reminding users to install PTB `a251845` 2020-02-03
- a test was added for the 'distribute' function `92e5a40` 2020-02-03
- hw.findDevice was renamed to hw.testAudioOutputDevices and documentation regarding this function was added to hardware_config `244e93c` 2020-02-03
- refactoring of hw.devices, including documentation, use of 'useDaq' flag and choosing lowest latancy audio device by default `477b4e8` 2020-02-03
- fixed typo in calibration_test that meant parameter default was used `d58408e` 2020-02-03
- removed redundant cellfun call in dat.listSubjects and brought dat.newExp back in line with Alyx.newExp `ee35ed3` 2020-02-14
- zeroing of devices in exp.SignalsExp now occurs within init, in line with exp.Experiment `3ba222f` 2020-03-13
- PATCH: Scrubbed repository of old files. Slimmed down from >>100MB to < 5MB

## [2.6.0]

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

## [2.5.0]

Expand Down

0 comments on commit 1a916cd

Please sign in to comment.