edf2csv 0.6.13 → 0.6.15
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 +24 -0
- package/package.json +1 -1
package/docs/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
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.15
|
|
7
|
+
|
|
8
|
+
### Fixed: two more pages said `--info` reads "the first sixteen records"
|
|
9
|
+
|
|
10
|
+
getting-started and recipes carry the same sentence, word for word, and both stated the bound
|
|
11
|
+
as the amount. The two pages that describe the same read — `cli-reference` and the second
|
|
12
|
+
mention in `recipes` itself — have said "at most" all along, so the site disagreed with itself
|
|
13
|
+
about its own tool while a test checked only that the pages agreed with *each other*, which
|
|
14
|
+
identical copies always do.
|
|
15
|
+
|
|
16
|
+
Now they say what the other two say, and what `scanOrigin` does: at most sixteen, stopping at
|
|
17
|
+
the first record that states a start time.
|
|
18
|
+
|
|
19
|
+
## 0.6.14
|
|
20
|
+
|
|
21
|
+
### Fixed: "`--info` sees an unreadable timekeeping entry in those first sixteen records"
|
|
22
|
+
|
|
23
|
+
The same overstatement 0.6.13 fixed, one page over and stated as a capability rather than as a
|
|
24
|
+
bound — and this one is checkable in a sentence. Give record 1 of a three-record continuous
|
|
25
|
+
EDF+ a corrupt TAL: the conversion raises `ANNOTATION_DECODE_FAILED` and `--info` prints
|
|
26
|
+
nothing, because `scanOrigin` stopped at record 0 the moment it had the origin it came for.
|
|
27
|
+
|
|
28
|
+
The sentence beside it, about an unreadable *event* later in the file, was right and is kept.
|
|
29
|
+
|
|
6
30
|
## 0.6.13
|
|
7
31
|
|
|
8
32
|
### Fixed: "which on a continuous file is 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.15",
|
|
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",
|