Skip to content

Commit cb000b2

Browse files
committed
Version and release notes
1 parent bb9b232 commit cb000b2

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
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.6"
1+
__version__ = "2.11.0"
22
import warnings
33

44
from ibllib.misc import logger_config

release_notes.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
1-
## Release Note 2.10
2-
## unreleased
1+
## Release Notes 2.11
2+
3+
### Release Notes 2.11.0 2022-03-08
34
- brainbox.io.one.SpikeSortingLoader: option to load using `collection` argument
5+
- Restructuring of how jobs are run on local servers, run large jobs as service
6+
7+
## Release Notes 2.10
48

5-
## Release Note 2.10.6 2022-03-15
9+
### Release Notes 2.10.6 2022-03-15
610
- Allow parent tasks to be 'Incomplete' to run task on local server
711
- Change one base_rul for dlc_qc_plot on cortexlab
812

9-
## Release Note 2.10.5 2022-03-11
13+
### Release Notes 2.10.5 2022-03-11
1014
- Fix moot release accident
1115

12-
## Release Note 2.10.4 2022-03-11
16+
### Release Notes 2.10.4 2022-03-11
1317
- Data handler connects to correct alyx database on cortexlab
1418

15-
## Release Note 2.10.3 2022-03-09
19+
### Release Note 2.10.3 2022-03-09
1620
- Fixes to EphysPostDLC
1721
- Small change to storing in dsp.voltage.decompress_destripe_cbin function
1822

19-
## Release Note 2.10.2 2022-02-28
23+
### Release Notes 2.10.2 2022-02-28
2024
- Small fixes to local server task queues
2125

22-
## Release Note 2.10.1 2022-02-22
26+
### Release Notes 2.10.1 2022-02-22
2327
- Authenticate alyx user in Task class
2428
- Some fixes to make dlc_qc_plot in EphysPostDLC more reliable
2529
- SpikeGlx:
@@ -30,32 +34,32 @@
3034
- voltage: decompress cbin
3135
- add support for custom spikeglx.Reader
3236

33-
## Release Note 2.10.0 2022-02-11
37+
### Release Notes 2.10.0 2022-02-11
3438
- Fix in EphysDLC task to not return multiple copies of outputs
3539
- Loading examples for different IBL data types
3640
- Fix for probe syncing when Nidq and probe pulses don't match
3741
- Account for new ONE tables in ond datahandler
3842
- Add bad channels plots into RawEphysQc task
3943

40-
## Release Note 2.9
44+
## Release Notes 2.9
4145

4246
### Release Notes 2.9.1 2022-01-24
4347
- deprecation warnings and documentation for spike sorting loading method
4448
- bugfix: remove lru_cache on AllenAtlas class for iblviewer
4549

46-
### Release Note 2.9.0 2022-01-24
50+
### Release Notes 2.9.0 2022-01-24
4751
- Adding EphysDLC task in ephys_preprocessing pipeline
4852
- NOTE: requires DLC environment to be set up on local servers!
4953
- Fixes to EphysPostDLC dlc_qc_plot
5054

51-
## Release Note 2.8
55+
## Release Notes 2.8
5256

5357
### Release Notes 2.8.0 2022-01-19
5458
- Add lfp, aprms, spike raster and behaviour report plots to task infastructure
5559
- Computation of apRMS in decompress_destripe_cbin before conversion to normalised units
5660
- Add SpikeSortingLoader class in brainbox.io.one
5761

58-
## Release Note 2.7
62+
## Release Notes 2.7
5963

6064
### Release Notes 2.7.1 2022-01-05
6165

0 commit comments

Comments
 (0)