Skip to content

Commit

Permalink
Merge pull request #2129 from AllenInstitute/rc/2.12.0
Browse files Browse the repository at this point in the history
rc/2.12.0
  • Loading branch information
djkapner authored Aug 11, 2021
2 parents 6cf59d5 + 34bc9d3 commit 878a7db
Show file tree
Hide file tree
Showing 32 changed files with 1,778 additions and 7,202 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## [2.12.0] = 2021-08-11
- Added ability to specify a static cache directory (use_static_cache=True) to instantiate VisualBehaviorOphysProjectCache.from_local_cache()
- Added 'experience_level', 'passive' and 'image_set' columns to ophys_experiments_table
- Added 'ophys_cells_table' metadata table to track the relationship between ophys_experiment_id and cell_specimen_id

## [2.11.3] = 2021-08-04
- Bugfixes related to NWB creation for BehaviorSessions

Expand Down
2 changes: 1 addition & 1 deletion allensdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#
import logging

__version__ = '2.11.3'
__version__ = '2.12.0'


try:
Expand Down
Loading

0 comments on commit 878a7db

Please # to comment.