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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
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
+
4
11
## [2.3.3] = 2020-11-12
5
12
### Bug Fixes
6
13
- (Internal) Fixed a bug in mesoscope processing where the ophys acquisition frames were being truncated
- 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
0 commit comments