Skip to content

Commit 96c3c60

Browse files
committed
Merge branch 'release/2.1.1' into develop
2 parents b9692de + f877fee commit 96c3c60

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

release_notes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
- destriping as pykilosort internal pre-processing
44
- NP2 probe framework for splitting shanks and LFP band
55
- Extension of task module to rerun from different locations
6+
### Release Notes 2.1.0 2021-10-06
7+
- RawEphysQC tasks computes median RMS from samples for .ap data (stored in _iblqc_ephysChannels.RMS)
8+
- New EphysQC class
69

7-
## Release Notes 2.0.0
10+
## Release Notes 2.0
811
### Release Notes 2.0.1 2021-08-07
912
- pykilosort error handling
1013
### Release Notes 2.0.2 2021-08-31

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='ibllib',
27-
version='2.1.0',
27+
version='2.1.1',
2828
python_requires='>={}.{}'.format(*REQUIRED_PYTHON),
2929
description='IBL libraries',
3030
license="MIT",

0 commit comments

Comments
 (0)