You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,20 @@
1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+
## [2.3.0] = 2020-10-09
5
+
6
+
### Added
7
+
- Adds load sync data for individual plane sets to relate accurate event timings to mesoscope data.
8
+
- Adds public API method to access the behavior\_session\_id from an instance of BehaviorOphysSession.
9
+
10
+
### Changes
11
+
- Visual behavior running speed is now low-pass filtered at 10Hz. The raw running speed data is still available. The running speed is corrected for encoder threshold croissing artifacts.
12
+
- Support for stimulus gratings for visual behavior.
13
+
- Updates to some visual behavior pynwb implementations.
- Visual behavior running speed is now low-pass filtered at 10Hz. The raw running speed data is still available. The running speed is corrected for encoder threshold croissing artifacts.
99
+
- Support for stimulus gratings for visual behavior.
100
+
- Fixed an eye-tracking sync problem.
101
+
- Updates to some visual behavior pynwb implementations.
102
+
- Adds load sync data for individual plane sets to relate accurate event timings to mesoscope data.
103
+
- Adds public API method to access the behavior_session_id from an instance of BehaviorOphysSession.
0 commit comments