edf2csv 0.6.12 → 0.6.14
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 +25 -0
- package/package.json +1 -1
package/docs/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,31 @@
|
|
|
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.14
|
|
7
|
+
|
|
8
|
+
### Fixed: "`--info` sees an unreadable timekeeping entry in those first sixteen records"
|
|
9
|
+
|
|
10
|
+
The same overstatement 0.6.13 fixed, one page over and stated as a capability rather than as a
|
|
11
|
+
bound — and this one is checkable in a sentence. Give record 1 of a three-record continuous
|
|
12
|
+
EDF+ a corrupt TAL: the conversion raises `ANNOTATION_DECODE_FAILED` and `--info` prints
|
|
13
|
+
nothing, because `scanOrigin` stopped at record 0 the moment it had the origin it came for.
|
|
14
|
+
|
|
15
|
+
The sentence beside it, about an unreadable *event* later in the file, was right and is kept.
|
|
16
|
+
|
|
17
|
+
## 0.6.13
|
|
18
|
+
|
|
19
|
+
### Fixed: "which on a continuous file is those first sixteen records"
|
|
20
|
+
|
|
21
|
+
`scanOrigin` reads records until one states a start time and then returns, which on any
|
|
22
|
+
well-formed continuous recording is one record — sixteen is the point it gives up, not the
|
|
23
|
+
amount it reads. The page describing what `--info` can and cannot warn about took the bound for
|
|
24
|
+
the behaviour, and the difference is visible on a three-record file: corrupt the timekeeping
|
|
25
|
+
TAL of record 1 and a conversion raises `ANNOTATION_DECODE_FAILED` while `--info` says nothing,
|
|
26
|
+
though record 1 is well inside the sixteen the sentence promised.
|
|
27
|
+
|
|
28
|
+
The paragraph's other two claims were already right, including the reason the EDF+C
|
|
29
|
+
contradiction is missed. This is the extent of the read, which nothing else states.
|
|
30
|
+
|
|
6
31
|
## 0.6.12
|
|
7
32
|
|
|
8
33
|
### Fixed: an input path running through a file answered in errno text
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.14",
|
|
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",
|