-
Notifications
You must be signed in to change notification settings - Fork 11
/
CHANGELOG
61 lines (46 loc) · 1.9 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Legend:
+ added element
- removed element
* changed element
===========================================================================
Release 1.0
===========================================================================
---------------------
Build 1.0.1
---------------------
2017-11-28 Michael Beyeler <[email protected]>
- Removed outdated VisualStimulus.m
2016-06-22 Michael Beyeler <[email protected]>
* Improved CARLsim integration.
- Removed outdated RELEASE_NOTES.
---------------------
Build 1.0.0
---------------------
2016-06-22 Michael Beyeler <[email protected]>
* Extend PictureStim and MovieStim to being able to combine multiple
elements.
2016-06-21 Michael Beyeler <[email protected]>
+ Add color option to all stimulus types.
* Extend source code documentation.
2016-06-16 Michael Beyeler <[email protected]>
+ Add recording function for storing stimuli as AVI files.
+ Add save-to-file function for storing stimuli as raw binary data.
+ Add PictureStim for creating a stimulus from a picture.
+ Add MovieStim for creating a stimulus from a movie.
+ Add noise option for adding noise to specified frames.
+ Add resize function for resizing stimuli dimensions.
2016-06-08 Michael Beyeler <[email protected]>
+ Add interactive plot mode for stepping forward/backward through frames.
2016-06-07 Michael Beyeler <[email protected]>
+ Add DotStim for creating random dot clouds.
2016-06-04 Michael Beyeler <[email protected]>
+ Add GratingStim for creating sinusoidal gratings.
2016-05-20 Michael Beyeler <[email protected]>
+ Add barebone structure for base/derived classes
+ Add BarStim for creating a drifting bar stimulus.
+ Add Toolbox project
===========================================================================
Release 0.1
===========================================================================
2014-10-14 Michael Beyeler <[email protected]>
+ Add code base from CARLsim repo.