edf2csv 0.6.14 → 0.6.16
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/docs/CHANGELOG.md +22 -0
- package/package.json +1 -1
package/docs/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.6.16
|
|
7
|
+
|
|
8
|
+
### Fixed: getting-started's exit statuses had the same gap the README did
|
|
9
|
+
|
|
10
|
+
0.6.10 fixed this on the README and this page says it too, in its own words, with the same two
|
|
11
|
+
omissions: a `--strict` run that converts a recording perfectly and warns about it exits 1
|
|
12
|
+
without anything having failed to read or write, and Ctrl-C exits 130. Both pages are read
|
|
13
|
+
before anyone reaches the CLI reference, which has had the full table all along.
|
|
14
|
+
|
|
15
|
+
## 0.6.15
|
|
16
|
+
|
|
17
|
+
### Fixed: two more pages said `--info` reads "the first sixteen records"
|
|
18
|
+
|
|
19
|
+
getting-started and recipes carry the same sentence, word for word, and both stated the bound
|
|
20
|
+
as the amount. The two pages that describe the same read — `cli-reference` and the second
|
|
21
|
+
mention in `recipes` itself — have said "at most" all along, so the site disagreed with itself
|
|
22
|
+
about its own tool while a test checked only that the pages agreed with *each other*, which
|
|
23
|
+
identical copies always do.
|
|
24
|
+
|
|
25
|
+
Now they say what the other two say, and what `scanOrigin` does: at most sixteen, stopping at
|
|
26
|
+
the first record that states a start time.
|
|
27
|
+
|
|
6
28
|
## 0.6.14
|
|
7
29
|
|
|
8
30
|
### Fixed: "`--info` sees an unreadable timekeeping entry in those first sixteen records"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.16",
|
|
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",
|