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
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
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change 11"""Package metadata."""
2- __version__ = "0.2.0 "
2+ __version__ = "0.2.1 "
You can’t perform that action at this time.
0 commit comments