We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efc723 commit f7804aeCopy full SHA for f7804ae
ibllib/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "2.6.0"
+__version__ = "2.7.0"
2
import warnings
3
4
from ibllib.misc import logger_config
release_notes.md
@@ -1,3 +1,12 @@
+## Release Note 2.7
+### Release Notes 2.7.0 2021-12-20
+
+- Remove atlas instantiation from import of histology module
5
+- Write electodeSites dataset at end of histology and spikesorting pipelines if insertion resolved
6
+- Removal of native test train support and improved documentation / tests for GLMs
7
+- LFP destriping functions
8
+- Version number is now obtained from ibllib/__init__.py
9
10
## Release Notes 2.6
11
12
### Release Notes 2.6.0 2021-12-08
0 commit comments