-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangelog.txt
145 lines (114 loc) · 4.9 KB
/
Changelog.txt
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
McsMatlabDataTools
==================
--------------------------
Version 1.3.1 (2022-08-24)
--------------------------
- Support CMOS-MEA files with version <= 2
--------------------------
Version 1.3.0 (2020-04-08)
--------------------------
- Lazy loading of ChannelDataTimeStamps field of AnalogStreams for lower memory usage, especially for long recordings
--------------------------
Version 1.2.1 (2019-12-10)
--------------------------
- Replaced STA Explorer with Network Explorer for compatibility with newest CMOS-MEA-Tools version
- Added McsHDF5.verbosity function to suppress toolbox outputs
--------------------------
Version 1.2.0 (2018-02-27)
--------------------------
- Added plot functions for STA Explorer and Spike Sorter data
- Added new plot options for SegmentStreams
- Bug Fix: Improved compatibility with Matlab R2011a
- Bug Fix: Fixed orientation of Conversion Factor matrix in new CMOS-MEA format
--------------------------
Version 1.1.0 (2017-12-08)
--------------------------
- Added support for HDF5 files generated by CMOS-MEA-Control and CMOS-MEA-Tools 2.0 and newer
--------------------------
Version 1.0.4 (2017-04-05)
--------------------------
- Bug fix:
* Compensates for the bug in DataManager version 1.9.2 and earlier
that lead to incorrect orientation of the conversion factor matrix for frame data.
--------------------------
Version 1.0.3 (2017-01-27)
--------------------------
- Bug fixes:
* Rows and columns of ConversionFactors in FrameDataEntities were switched
* Handled DataSubType Sweep in SegmentStreams
--------------------------
Version 1.0.2 (2016-06-16)
--------------------------
- Bug fixes:
* Rows and columns of FrameDataEntities were switched
* Compatibility with Matlab 2009: Better handling of 64-Bit numbers
--------------------------
Version 1.0.1 (2016-03-14)
--------------------------
- Bug fix: Ignore empty streams
--------------------------
Version 1.0.0 (2016-01-15)
--------------------------
- New installation package for Matlab 2015b and newer
- Use "surf" instead of "surfl" for McsSegmentStream.plot
- Bug fix:
* Fixed bugs in the readPartial* functions where the conversion factor was not applied properly
--------------------------
Version 0.3.1 (2015-09-21)
--------------------------
- Bug fixes:
* Fixed reading of files with multiple recordings
* Renamed 'FrameDataEntities' to 'FrameDataEntity' in McsFrameStream.plot
--------------------------
Version 0.3.0 (2015-04-23)
--------------------------
- New features:
* Segment stream subtype Average is treated independently from subtype Spike.
Depending on the DataSubType of a McsSegmentStream, averages are handled by
the McsAverageSegment class and (spike) cutouts by the McsCutoutSegment class,
both having their own plot function.
* Added option 'window' to readPartialEventData and readPartialTimeStampData to
read in events and time stamps from a particular time range
* Accept McsHdf5ProtocolVersion 3
- Bug fixes:
* Fixed option 'event' in readPartialEventData to work as a vector of event indices
* Fixed option 'timestamp' in readPartialTimeStampData to work as a vector of time stamp indices
--------------------------
Version 0.2.1 (2015-02-16)
--------------------------
- Bug fix:
* Version check for McsHdf5ProtocolVersion 2
--------------------------
Version 0.2.0 (2014-12-18)
--------------------------
- New features:
* Loading of partial data for all stream types:
readPartialChannelData
readPartialFrameData
readPartialEventData
readPartialSegmentData
readPartialTimeStampData
* Custom 'disp' function for all streams.
With this, just displaying the stream information (e.g. data.Recording{1}.Analogstream{1}) will not trigger reading
the data from the file.
- Bug fixes:
* Corrected the dimensions of the McsSegmentStream SegmentData.
For consistency, this has to be (samples x segments) or
(samples x segments x multisegments).
* Corrected the dimension of the McsSegmentStream SegmentDataTimeStamps.
This is now a (1 x samples) instead of a (samples x 1) vector
* Corrected several errors in the documentation and the comments
- Code refactoring for consistency:
* Renamed field 'FrameDataEntities' to 'FrameDataEntity' in McsFrameStream
* Renamed function 'readPartialFrame' to 'readPartialFrameData' in McsFrameDataEntity
* Renamed parameter 'channels' to 'channel' in McsAnalogStream.plot function
* Renamed parameter 'segments' to 'segment' in McsSegmentStream.plot function
--------------------------
Version 0.1.1 (2014-11-03)
--------------------------
- Bug fix for detecting, whether the hdf5read or the h5read function should be used.
- Updated the documentation
--------------------------
Version 0.1.0 (2014-07-24)
--------------------------
- first release