Skip to content

Commit 478126e

Browse files
committed
update changelog and index.rst
1 parent 0fd2426 commit 478126e

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGELOG.md

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

4+
## [2.4.0] = 2020-12-21
5+
- When running raster_plot on a spike_times dataframe, the spike times from each unit are plotted twice. (thank you @dgmurx)
6+
- improvements and fixes to behavior ophys NWB files.
7+
- improvements and fixes to BehaviorProjectCache tables including new column "donor_id"
8+
- implemented a timeout to obtaining an ecephys session. (thank you @wesley-jones)
9+
- big overhaul of how Behavior and BehaviorOphys classes are structured for the visual behavior project. See https://github.com/AllenInstitute/AllenSDK/pull/1789
10+
411
## [2.3.3] = 2020-11-12
512
### Bug Fixes
613
- (Internal) Fixed a bug in mesoscope processing where the ophys acquisition frames were being truncated

doc_template/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,16 @@ 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.2 (December 21, 2020)
95+
-----------------------------------------------------------------------
96+
As of the 2.4.0 release:
97+
- When running raster_plot on a spike_times dataframe, the spike times from each unit are plotted twice. (thank you @dgmurx)
98+
- improvements and fixes to behavior ophys NWB files.
99+
- improvements and fixes to BehaviorProjectCache tables including new column "donor_id"
100+
- implemented a timeout to obtaining an ecephys session. (thank you @wesley-jones)
101+
- big overhaul of how Behavior and BehaviorOphys classes are structured for the visual behavior project. See https://github.com/AllenInstitute/AllenSDK/pull/1789
102+
103+
94104
What's New - 2.3.2 (October 19, 2020)
95105
-----------------------------------------------------------------------
96106
As of the 2.3.2 release:

0 commit comments

Comments
 (0)