Skip to content

Commit e9b66af

Browse files
committed
Update version and changelog
1 parent 40b5a6d commit e9b66af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

6+
## [0.2.6] - 2023-04-17
7+
8+
+ Fix - Update Pandas DataFrame column name to insert `pt_ratio` in `QualityMetrics.Waveform` table
9+
610
## [0.2.5] - 2023-04-12
711

812
+ Add - docstrings for quality metric tables
@@ -97,6 +101,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
97101
+ Add - Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS,
98102
2.0 - MS
99103

104+
[0.2.6]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.6
100105
[0.2.5]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.5
101106
[0.2.4]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.4
102107
[0.2.3]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.3

element_array_ephys/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package metadata."""
2-
__version__ = "0.2.5"
2+
__version__ = "0.2.6"

0 commit comments

Comments
 (0)