Skip to content

Commit

Permalink
1.5.0 update changelog, what's new
Browse files Browse the repository at this point in the history
  • Loading branch information
NileGraddis committed Feb 21, 2020
1 parent 83570ae commit 7306c20
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ All notable changes to this project will be documented in this file.
### Changed
- Allow users to modify BehaviorDataSession and BehaviorOphysSession data

### Bug Fixes
- morphology.apply_affine correctly rescales radii
- invalid extracellular electrophysiology spikes no longer show up as spikes at time -1
- (internal) When loading a behavior session, behavior and eye tracking video frame times are assessed from the correct lines

## [1.3.0] = 2019-12-12


Expand Down
17 changes: 4 additions & 13 deletions doc_template/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ As of the 1.5.0 release:

- users have an option to provide credentials for accessing the database either explicitly via public API or by setting up the environment variables
- allow users to modify BehaviorDataSession and BehaviorOphysSession data
- invalid extracellular electrophysiology spikes no longer show up as spikes at time -1
- morphology.apply_affine correctly rescales radii


What's New - 1.4.0 (January 23, 2020)
Expand All @@ -107,22 +109,11 @@ As of the 1.4.0 release:
- users of the ephys extractor can supply their own cutoff frequency for low-pass bessel filter.
- (internal feature) the ophys time sync module writes an output json describing its results.

What's New - 1.3.0 (December 12, 2019)
-----------------------------------------------------------------------

The 1.3.0 release adds

- Improved Neuropixels data download performance by enabling asynchronous transfers. Users can now also specify a timeout and number of retries when downloading data.

and fixes

- Hanging downloads for Neuropixels NWB files
- Updated AllenSDK readme and contributing documentation


Previous Release Notes
----------------------
* `1.1.1 <https://github.com/AllenInstitute/AllenSDK/releases/tag/v1.2.0>
* `1.3.0 <https://github.com/AllenInstitute/AllenSDK/releases/tag/v1.3.0>
* `1.2.0 <https://github.com/AllenInstitute/AllenSDK/releases/tag/v1.2.0>
* `1.1.1 <https://github.com/AllenInstitute/AllenSDK/releases/tag/v1.1.1>
* `1.1.0 <https://github.com/AllenInstitute/AllenSDK/releases/tag/v1.1.0>`_
* `1.0.2 <https://github.com/AllenInstitute/AllenSDK/releases/tag/v1.0.2>`_
Expand Down

0 comments on commit 7306c20

Please sign in to comment.