Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NileGraddis committed Nov 13, 2019
1 parent 6b27f8c commit 6f73cc1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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__ = '1.1.0'
__version__ = '1.1.1'

try:
from logging import NullHandler
Expand Down
10 changes: 10 additions & 0 deletions doc_template/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@ The Allen SDK provides Python code for accessing experimental metadata along wit

See the `mouse connectivity section <connectivity.html>`_ for more details.

What's New - 1.1.1 (November 12, 2019)
-----------------------------------------------------------------------

The 1.1.1 release adds
- several new Visual Coding - Neuropixels example notebooks

and fixes
- a bug in which p_value_rf and on_screen_rf were swapped when accessed from an EcephysSession


What's New - 1.1.0 (October 31, 2019)
-----------------------------------------------------------------------

Expand Down

0 comments on commit 6f73cc1

Please sign in to comment.