Skip to content

Commit 53aa257

Browse files
committed
v1.1.1
1 parent 716f99a commit 53aa257

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

allensdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#
3636
import logging
3737

38-
__version__ = '1.1.0'
38+
__version__ = '1.1.1'
3939

4040
try:
4141
from logging import NullHandler

doc_template/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,16 @@ The Allen SDK provides Python code for accessing experimental metadata along wit
9090

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

93+
What's New - 1.1.1 (November 12, 2019)
94+
-----------------------------------------------------------------------
95+
96+
The 1.1.1 release adds
97+
- several new Visual Coding - Neuropixels example notebooks
98+
99+
and fixes
100+
- a bug in which p_value_rf and on_screen_rf were swapped when accessed from an EcephysSession
101+
102+
93103
What's New - 1.1.0 (October 31, 2019)
94104
-----------------------------------------------------------------------
95105

0 commit comments

Comments
 (0)