We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304f06b commit d95958bCopy full SHA for d95958b
release_notes.md
@@ -7,6 +7,8 @@
7
- pykilosort bugfix after low yield results
8
### Release Notes 2.0.4 2021-09-10
9
- ephys trials extraction when audio FPGA starts on up state
10
+### Release Notes 2.0.5 2021-03-13
11
+- pykilosort pipeline: output correct version number / fix log file name
12
13
### Release Notes 2.0.0 2021-08-04
14
- ONE2 released on the master branch
setup.py
@@ -24,7 +24,7 @@
24
25
setup(
26
name='ibllib',
27
- version='2.0.4',
+ version='2.0.5',
28
python_requires='>={}.{}'.format(*REQUIRED_PYTHON),
29
description='IBL libraries',
30
license="MIT",
0 commit comments