Skip to content

Commit 3f1c10d

Browse files
committed
Merge branch 'release/2.7.0' into develop
2 parents 5efc723 + f7804ae commit 3f1c10d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ibllib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.6.0"
1+
__version__ = "2.7.0"
22
import warnings
33

44
from ibllib.misc import logger_config

release_notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Release Note 2.7
2+
### Release Notes 2.7.0 2021-12-20
3+
4+
- 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+
110
## Release Notes 2.6
211

312
### Release Notes 2.6.0 2021-12-08

0 commit comments

Comments
 (0)