You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,35 @@
3
3
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
4
4
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
5
5
6
+
## [0.2.10] - 2023-05-26
7
+
8
+
+ Add - Kilosort, NWB, and DANDI citations
9
+
+ Fix - CSS to improve readability of tables in dark mode
10
+
+ Update - mkdocs.yaml
11
+
12
+
## [0.2.9] - 2023-05-11
13
+
14
+
+ Fix - `.ipynb` dark mode output for all notebooks.
15
+
16
+
## [0.2.8] - 2023-04-28
17
+
18
+
+ Fix - `.ipynb` output in tutorials is not visible in dark mode.
19
+
20
+
## [0.2.7] - 2023-04-19
21
+
22
+
+ 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
23
+
24
+
## [0.2.6] - 2023-04-17
25
+
26
+
+ Fix - Update Pandas DataFrame column name to insert `pt_ratio` in `QualityMetrics.Waveform` table
27
+
28
+
## [0.2.5] - 2023-04-12
29
+
30
+
+ Add - docstrings for quality metric tables
31
+
+ Fix - docstring errors
32
+
+ Update - `concepts.md`
33
+
+ Update - schema diagrams with quality metrics tables
34
+
6
35
## [0.2.4] - 2023-03-10
7
36
8
37
+ Update - Requirements with `ipywidgets` and `scikit-image` for plotting widget
@@ -90,6 +119,12 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
0 commit comments