Skip to content

Commit f8c1b43

Browse files
committed
updates docs for release changes
1 parent e991b72 commit f8c1b43

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

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.
14+
15+
### Bug Fixes
16+
- Fixed an eye-tracking sync problem.
17+
418
## [2.2.0] = 2020-09-03
519

620
### Added

doc_template/index.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,18 @@ The Allen SDK provides Python code for accessing experimental metadata along wit
9191
See the `mouse connectivity section <connectivity.html>`_ for more details.
9292

9393

94+
What's New - 2.3.0 (October 9, 2020)
95+
-----------------------------------------------------------------------
96+
As of the 2.3.0 release:
97+
98+
- 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.
104+
105+
94106
What's New - 2.2.0 (September 3, 2020)
95107
-----------------------------------------------------------------------
96108
As of the 2.2.0 release:

0 commit comments

Comments
 (0)