Skip to content

Commit 7306c20

Browse files
committed
1.5.0 update changelog, what's new
1 parent 83570ae commit 7306c20

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

doc_template/index.rst

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff 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

102104
What'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

123113
Previous 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>`_

0 commit comments

Comments
 (0)