Skip to content

Commit

Permalink
Update release notes and version
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Jan 4, 2024
1 parent ed9bdea commit bf1c4cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ibllib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logging
import warnings

__version__ = '2.27'
__version__ = '2.28'
warnings.filterwarnings('always', category=DeprecationWarning, module='ibllib')

# if this becomes a full-blown library we should let the logging configuration to the discretion of the dev
Expand Down
3 changes: 1 addition & 2 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
## Release Notes 2.28

### features

### bugfixes
- Fix ibllib.io.extractors.ephys_fpga.extract_all for python 3.8

### other
- Change behavior qc to pass if number of trials > 400 (from start) can be found for which easy trial performance > 0.9
Expand Down

0 comments on commit bf1c4cb

Please sign in to comment.