File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
8
8
+ Update - clustering step, update duration for "median_subtraction" step
9
9
+ Bugfix - handles single probe recording in "Neuropix-PXI" format
10
10
+ Update - safeguard in creating/inserting probe types upon probe activation
11
+ + Add - quality control metric dashboard
11
12
12
13
## [ 0.2.0] - 2022-10-28
13
14
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ class init, 1.
150
150
fig = go .Figure ()
151
151
if not scale :
152
152
scale = self ._scale
153
- width = self ._fig_width * scale # ctrl for scale @ init, likel
153
+ width = self ._fig_width * scale
154
154
return fig .update_layout (
155
155
template = "plotly_dark" if self ._dark_mode else "simple_white" ,
156
156
width = width ,
Original file line number Diff line number Diff line change 1
1
"""Package metadata."""
2
- __version__ = "0.2.0 "
2
+ __version__ = "0.2.1 "
You can’t perform that action at this time.
0 commit comments