Skip to content

Commit 6b069e6

Browse files
committed
update changelog and version
1 parent c97d509 commit 6b069e6

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.7] - 2023-04-19
7+
8+
+ Bugfix - A name remapping dictionary was added to ensure consistency between the column names of the `metrics.csv` file and the attribute names of the `QualityMetrics` table
9+
610
## [0.2.6] - 2023-04-17
711

812
+ Fix - Update Pandas DataFrame column name to insert `pt_ratio` in `QualityMetrics.Waveform` table
@@ -101,6 +105,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
101105
+ Add - Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS,
102106
2.0 - MS
103107

108+
[0.2.7]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.7
104109
[0.2.6]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.6
105110
[0.2.5]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.5
106111
[0.2.4]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.4

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.6"
2+
__version__ = "0.2.7"

0 commit comments

Comments
 (0)