Skip to content

Commit

Permalink
release 2.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Jun 12, 2024
1 parent e67fe35 commit ced2259
Show file tree
Hide file tree
Showing 3 changed files with 10 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.35.3'
__version__ = '2.36.0'
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
6 changes: 6 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Release Note 2.36.0

### features
- Adding spike sorting iblsort task


## Release Note 2.35.0

### features
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ sparse
seaborn>=0.9.0
tqdm>=4.32.1
# ibl libraries
iblatlas>=0.4.0
iblatlas>=0.5.3
ibl-neuropixel>=1.0.1
iblutil>=1.7.0
iblutil>=1.9.0
mtscomp>=1.0.1
ONE-api~=2.7rc1
phylib>=2.4
phylib>=2.6.0
psychofit
slidingRP>=1.1.1 # steinmetz lab refractory period metrics
pyqt5

0 comments on commit ced2259

Please sign in to comment.