edf2csv 0.6.13 → 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 +11 -0
- package/package.json +1 -1
package/docs/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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
|
+
|
|
6
17
|
## 0.6.13
|
|
7
18
|
|
|
8
19
|
### 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.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",
|