Skip to content

Commit ced2259

Browse files
committed
release 2.36.0
1 parent e67fe35 commit ced2259

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

ibllib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33
import warnings
44

5-
__version__ = '2.35.3'
5+
__version__ = '2.36.0'
66
warnings.filterwarnings('always', category=DeprecationWarning, module='ibllib')
77

88
# if this becomes a full-blown library we should let the logging configuration to the discretion of the dev

release_notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Release Note 2.36.0
2+
3+
### features
4+
- Adding spike sorting iblsort task
5+
6+
17
## Release Note 2.35.0
28

39
### features

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ sparse
2121
seaborn>=0.9.0
2222
tqdm>=4.32.1
2323
# ibl libraries
24-
iblatlas>=0.4.0
24+
iblatlas>=0.5.3
2525
ibl-neuropixel>=1.0.1
26-
iblutil>=1.7.0
26+
iblutil>=1.9.0
2727
mtscomp>=1.0.1
2828
ONE-api~=2.7rc1
29-
phylib>=2.4
29+
phylib>=2.6.0
3030
psychofit
3131
slidingRP>=1.1.1 # steinmetz lab refractory period metrics
3232
pyqt5

0 commit comments

Comments
 (0)