Skip to content

Commit

Permalink
gitflow-release-stash: 2.7.0
Browse files Browse the repository at this point in the history
release notes and version number
  • Loading branch information
mayofaulkner committed Dec 20, 2021
1 parent 5efc723 commit f7804ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ibllib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.6.0"
__version__ = "2.7.0"
import warnings

from ibllib.misc import logger_config
Expand Down
9 changes: 9 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Release Note 2.7
### Release Notes 2.7.0 2021-12-20

- Remove atlas instantiation from import of histology module
- Write electodeSites dataset at end of histology and spikesorting pipelines if insertion resolved
- Removal of native test train support and improved documentation / tests for GLMs
- LFP destriping functions
- Version number is now obtained from ibllib/__init__.py

## Release Notes 2.6

### Release Notes 2.6.0 2021-12-08
Expand Down

0 comments on commit f7804ae

Please sign in to comment.