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 435f933 commit dc6a9c4Copy full SHA for dc6a9c4
release_notes.md
@@ -5,6 +5,8 @@
5
- passive extraction robust to frame2ttl flickers
6
### Release Notes 2.0.3 2021-09-03
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
11
### Release Notes 2.0.0 2021-08-04
12
- ONE2 released on the master branch
setup.py
@@ -24,7 +24,7 @@
24
25
setup(
26
name='ibllib',
27
- version='2.0.3',
+ version='2.0.4',
28
python_requires='>={}.{}'.format(*REQUIRED_PYTHON),
29
description='IBL libraries',
30
license="MIT",
0 commit comments