From 6b069e68efbe933c1324a7afbd10276732c3b49e Mon Sep 17 00:00:00 2001 From: JaerongA Date: Wed, 19 Apr 2023 16:50:37 -0500 Subject: [PATCH] update changelog and version --- CHANGELOG.md | 5 +++++ element_array_ephys/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dacac17d..889b21ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention. +## [0.2.7] - 2023-04-19 + ++ 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 + ## [0.2.6] - 2023-04-17 + 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 + Add - Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS, 2.0 - MS +[0.2.7]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.7 [0.2.6]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.6 [0.2.5]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.5 [0.2.4]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.4 diff --git a/element_array_ephys/version.py b/element_array_ephys/version.py index 9834355a..a298d457 100644 --- a/element_array_ephys/version.py +++ b/element_array_ephys/version.py @@ -1,2 +1,2 @@ """Package metadata.""" -__version__ = "0.2.6" +__version__ = "0.2.7"