File tree Expand file tree Collapse file tree 2 files changed +9
-13
lines changed
Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ All notable changes to this project will be documented in this file.
99### Changed
1010 - Allow users to modify BehaviorDataSession and BehaviorOphysSession data
1111
12+ ### Bug Fixes
13+ - morphology.apply_affine correctly rescales radii
14+ - invalid extracellular electrophysiology spikes no longer show up as spikes at time -1
15+ - (internal) When loading a behavior session, behavior and eye tracking video frame times are assessed from the correct lines
16+
1217## [ 1.3.0] = 2019-12-12
1318
1419
Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ As of the 1.5.0 release:
9797
9898- users have an option to provide credentials for accessing the database either explicitly via public API or by setting up the environment variables
9999- allow users to modify BehaviorDataSession and BehaviorOphysSession data
100+ - invalid extracellular electrophysiology spikes no longer show up as spikes at time -1
101+ - morphology.apply_affine correctly rescales radii
100102
101103
102104What's New - 1.4.0 (January 23, 2020)
@@ -107,22 +109,11 @@ As of the 1.4.0 release:
107109- users of the ephys extractor can supply their own cutoff frequency for low-pass bessel filter.
108110- (internal feature) the ophys time sync module writes an output json describing its results.
109111
110- What's New - 1.3.0 (December 12, 2019)
111- -----------------------------------------------------------------------
112-
113- The 1.3.0 release adds
114-
115- - Improved Neuropixels data download performance by enabling asynchronous transfers. Users can now also specify a timeout and number of retries when downloading data.
116-
117- and fixes
118-
119- - Hanging downloads for Neuropixels NWB files
120- - Updated AllenSDK readme and contributing documentation
121-
122112
123113Previous Release Notes
124114----------------------
125- * `1.1.1 <https://github.com/AllenInstitute/AllenSDK/releases/tag/v1.2.0 >
115+ * `1.3.0 <https://github.com/AllenInstitute/AllenSDK/releases/tag/v1.3.0 >
116+ * `1.2.0 <https://github.com/AllenInstitute/AllenSDK/releases/tag/v1.2.0>
126117 * `1.1.1 <https://github.com/AllenInstitute/AllenSDK/releases/tag/v1.1.1 >
127118 * `1.1.0 <https://github.com/AllenInstitute/AllenSDK/releases/tag/v1.1.0>`_
128119 * `1.0.2 <https://github.com/AllenInstitute/AllenSDK/releases/tag/v1.0.2 >`_
You can’t perform that action at this time.
0 commit comments