Skip to content

Commit

Permalink
Bump version for pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Nov 18, 2024
1 parent 6060ddd commit 00f9f4c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 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.40.2'
__version__ = '3.0rc0'
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
14 changes: 11 additions & 3 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Release Note 3.0.0

### features
- Support for py3.8 and 3.9 dropped
- JobCreator Alyx task
- Photometry sync task
- Remove deprecated code, incl. iblatlas and brainbox/quality
- Bugfix: badframes array dtype change int8 -> uint32
- Brain wide map release information
- Limited Numpy 2.0 and ONE 3.0 support

## Release Note 2.40.0

### features
Expand All @@ -7,9 +18,6 @@
#### 2.40.1
- Bugfix: ibllib.io.sess_params.merge_params supports tasks extractors key

#### 2.40.2
- Bugfix: badframes array dtype change int8 -> uint32

## Release Note 2.39.0

### features
Expand Down

0 comments on commit 00f9f4c

Please sign in to comment.