-
Notifications
You must be signed in to change notification settings - Fork 2
/
changelog.txt
81 lines (61 loc) · 2.49 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
User-relevant updates for external releases.
Add unreleased user-relevant updates to Dev section at end.
2021-02-09
- First release.
2021-06-18
- Micros support, with micros frequency for all channels if set.
- Error logging to ElememData/ErrorLogs
- Flush event logs every 5 seconds.
- EEGSTART added to event logs.
2021-07-02
- Improved debug logging.
- Resolved missing data error from slow Blackrock initialization.
2021-07-13
- Remove byte order marks from csv and json files at load.
2021-09-03
- Added Elemem version to event logs.
- Support for theta bursts and stimtag selection of stimulation types.
- Debug log format fixes and better missing data logs.
- Fixes to OPS config output putting duration in the right spot.
- Fix OPS stim approvals to require a selection for every parameter.
2021-12-10
- Fixes amplitude and duration units in output experiment_config.json.
- Version hardcoded to work with 256 channel Neuroport systems.
2022-03-16
- Strictly sequentialized initialization procedure.
- Introduced sys_config.json system for system level settings.
- Added closed-loop functionality.
2022-05-06
- Added bipolar montage and bipolar display support.
- Added network stimulator and StimProc.
2022-05-15
- Resolved issues with high channel count micros plus bipolar referencing.
2022-08-17
- CPS Experiment added.
- Resolved off-by-one issue on bipolar referencing.
- Event logging for artifact channels and normalization.
2022-10-19
- Workaround to resolve startup initialization error of Neuroport.
- Added support for up to 65536 channels to enable analog Neuroport inputs.
2023-01-26
- Improved CereStim initialization failure handling.
- Graceful handling of disk shortage errors on edf saving.
- Warnings on inadequate disk space at experiment start.
- Added extra_channels feature to sys_config for channel gap support.
2023-03-23
- Increased Neuroport initialization wait, and purge before channel sync.
2023-05-19
- Add Signal Quality Check for 60Hz/50Hz linenoise level detection.
2023-07-10
- Adjust signal quality check to 2s check for frequency tolerance.
- Terminate edf saving for all rapid repetitive saving errors.
- Add fixed eeg display scaling option in uV units.
2023-11-22
- Resolve 255 channel limit for closed loop.
2024-02-06
- Add hardware_lnc bool to sys_config.json (defaults to former true value).
- Allow theta burst slow frequencies to be floats.
2024-04-22
- Added configurable Butterworth filter support to the closed-loop pipeline.
Dev
-