Skip to content

Commit 9eb34cd

Browse files
committed
Version bump + changelog
1 parent 9989dc7 commit 9eb34cd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
88
+ Update - clustering step, update duration for "median_subtraction" step
99
+ Bugfix - handles single probe recording in "Neuropix-PXI" format
1010
+ Update - safeguard in creating/inserting probe types upon probe activation
11+
+ Add - quality control metric dashboard
1112

1213
## [0.2.0] - 2022-10-28
1314

element_array_ephys/plotting/qc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class init, 1.
150150
fig = go.Figure()
151151
if not scale:
152152
scale = self._scale
153-
width = self._fig_width * scale # ctrl for scale @ init, likel
153+
width = self._fig_width * scale
154154
return fig.update_layout(
155155
template="plotly_dark" if self._dark_mode else "simple_white",
156156
width=width,

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.0"
2+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)