Skip to content

Commit 4a780e0

Browse files
committed
Version and release notes
1 parent ec77d7e commit 4a780e0

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

ibllib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.10.0"
1+
__version__ = "2.10.1"
22
import warnings
33

44
from ibllib.misc import logger_config

release_notes.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
## Release Note 2.10
22

3-
## Release Note 2.10.0 2022-02-11
4-
- Fix in EphysDLC task to not return multiple copies of outputs
5-
- Loading examples for different IBL data types
6-
- Fix for probe syncing when Nidq and probe pulses don't match
7-
- Account for new ONE tables in ond datahandler
8-
- Add bad channels plots into RawEphysQc task
3+
## Release Note 2.10.1 2022-02-22
4+
- Authenticate alyx user in Task class
5+
- Some fixes to make dlc_qc_plot in EphysPostDLC more reliable
96
- SpikeGlx:
107
- supports reading of flat binary files without meta data
118
- atlas.Regions:
@@ -14,6 +11,13 @@
1411
- voltage: decompress cbin
1512
- add support for custom spikeglx.Reader
1613

14+
## Release Note 2.10.0 2022-02-11
15+
- Fix in EphysDLC task to not return multiple copies of outputs
16+
- Loading examples for different IBL data types
17+
- Fix for probe syncing when Nidq and probe pulses don't match
18+
- Account for new ONE tables in ond datahandler
19+
- Add bad channels plots into RawEphysQc task
20+
1721
## Release Note 2.9
1822

1923
### Release Notes 2.9.1 2022-01-24
@@ -26,7 +30,6 @@
2630
- Fixes to EphysPostDLC dlc_qc_plot
2731

2832
## Release Note 2.8
29-
3033

3134
### Release Notes 2.8.0 2022-01-19
3235
- Add lfp, aprms, spike raster and behaviour report plots to task infastructure

0 commit comments

Comments
 (0)