edf2csv 0.5.120 → 0.5.121
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
3
3
|
Notable changes to edf2csv. Versions follow [semantic versioning](https://semver.org); while the
|
|
4
4
|
major version is 0, a minor bump may contain breaking changes.
|
|
5
5
|
|
|
6
|
+
## 0.5.121
|
|
7
|
+
|
|
8
|
+
### Fixed: the first conversion on the page printed a line the tool does not print
|
|
9
|
+
|
|
10
|
+
getting-started's first conversion — the first output anyone reading the documentation sees:
|
|
11
|
+
|
|
12
|
+
```text
|
|
13
|
+
Wrote recording_csv
|
|
14
|
+
signals.csv 300 rows
|
|
15
|
+
annotations.csv 3 rows
|
|
16
|
+
channels.csv 1 rows
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
The last line is `1 row`. The summary has agreed its count with its noun since 0.5.98, and one
|
|
20
|
+
channel is the ordinary case for the small EDF+ file that block describes — so the page showed
|
|
21
|
+
the one run where the rule applies and printed it as though it did not. The seizure-window
|
|
22
|
+
recipe did it twice more, for its `annotations.csv` and its `channels.csv`.
|
|
23
|
+
|
|
24
|
+
Held now by a test that reads every quoted summary line on every page and checks the noun
|
|
25
|
+
against the number, since the recordings these blocks describe are examples rather than
|
|
26
|
+
fixtures: they need not match a run, but they cannot disagree with the rule the writer applies.
|
|
27
|
+
|
|
6
28
|
## 0.5.120
|
|
7
29
|
|
|
8
30
|
### Fixed: a recording timed from before zero had no window you were allowed to ask for
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.121",
|
|
4
4
|
"description": "Convert EDF, EDF+ and BDF biosignal recordings (European Data Format) to CSV from the command line. Local, streaming, and never resamples or alters units.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"edf",
|