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.
2 parents 705377a + 0c01ef8 commit 1d45f57Copy full SHA for 1d45f57
release_notes.md
@@ -1,6 +1,11 @@
1
-## Release Notes 2.5
2
-### Release Notes 2.5.2 2021-12-01
+## Release Notes 2.6
+### Release Notes 2.6.0 2021-12-08
3
+- New ReportSnapshot class
4
+- DLC QC plots, as part of EphysPostDLC task
5
+- BadChannelsAP plots for ephys QC
6
- Fix typo in camera extractor
7
+
8
+## Release Notes 2.5
9
### Release Notes 2.5.1 2021-11-25
10
- SpikeSorting task overwrites old tar file on rerun
11
### Release Notes 2.5.0 2021-11-24
setup.py
@@ -24,7 +24,7 @@
24
25
setup(
26
name='ibllib',
27
- version='2.5.1',
+ version='2.6.0',
28
python_requires='>={}.{}'.format(*REQUIRED_PYTHON),
29
description='IBL libraries',
30
license="MIT",
0 commit comments