From 6f73cc1407c062d4c4306c7ec3e7490994115424 Mon Sep 17 00:00:00 2001 From: nile graddis Date: Tue, 12 Nov 2019 18:09:09 -0800 Subject: [PATCH] v1.1.1 --- allensdk/__init__.py | 2 +- doc_template/index.rst | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/allensdk/__init__.py b/allensdk/__init__.py index 059f8d046..fd71c64b9 100644 --- a/allensdk/__init__.py +++ b/allensdk/__init__.py @@ -35,7 +35,7 @@ # import logging -__version__ = '1.1.0' +__version__ = '1.1.1' try: from logging import NullHandler diff --git a/doc_template/index.rst b/doc_template/index.rst index 031ee9186..ac360a8be 100644 --- a/doc_template/index.rst +++ b/doc_template/index.rst @@ -90,6 +90,16 @@ The Allen SDK provides Python code for accessing experimental metadata along wit See the `mouse connectivity section `_ 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) -----------------------------------------------------------------------