Skip to content

Commit b3a86bf

Browse files
committed
Merge branch 'hotfix/2.0.6' into develop
2 parents cfcb258 + e9ad079 commit b3a86bf

File tree

3 files changed

+5
-57
lines changed

3 files changed

+5
-57
lines changed

examples/one/tutorial_script.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

release_notes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
- pykilosort bugfix after low yield results
88
### Release Notes 2.0.4 2021-09-10
99
- ephys trials extraction when audio FPGA starts on up state
10-
### Release Notes 2.0.5 2021-03-13
10+
### Release Notes 2.0.5 2021-09-13
1111
- pykilosort pipeline: output correct version number / fix log file name
12+
### Release Notes 2.0.6 2021-09-14
13+
- extraction fixes: passive extraction spacers and camera times format
14+
- small bugfix for the sequential selection
1215

1316
### Release Notes 2.0.0 2021-08-04
1417
- ONE2 released on the master branch

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='ibllib',
27-
version='2.0.5',
27+
version='2.0.6',
2828
python_requires='>={}.{}'.format(*REQUIRED_PYTHON),
2929
description='IBL libraries',
3030
license="MIT",

0 commit comments

Comments
 (0)