Skip to content

Commit 8cbd7cd

Browse files
committed
Bump version
1 parent d892fa5 commit 8cbd7cd

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,9 +3,12 @@
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
6+
### Release Notes 2.1.1 2021-10-06
77
- RawEphysQC tasks computes median RMS from samples for .ap data (stored in _iblqc_ephysChannels.RMS)
88
- New EphysQC class
9+
### Release Notes 2.1.2 2021-10-14
10+
- Fix issue with RawEphysQC that was not looking in local Subjects folder for data
11+
- Fix ensure_required_data in DlcQc
912

1013
## Release Notes 2.0
1114
### Release Notes 2.0.1 2021-08-07

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.1',
27+
version='2.1.2',
2828
python_requires='>={}.{}'.format(*REQUIRED_PYTHON),
2929
description='IBL libraries',
3030
license="MIT",

0 commit comments

Comments
 (0)