edf2csv 0.5.47 → 0.5.48
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 +18 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,24 @@
|
|
|
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.48
|
|
7
|
+
|
|
8
|
+
### Fixed: cli-reference said `--info` reads only the header, on the page describing `--info`
|
|
9
|
+
|
|
10
|
+
"`--info` reads only the header for plain EDF and continuous EDF+, so it returns in
|
|
11
|
+
milliseconds whatever the file's size. A discontinuous (EDF+D) recording is the exception."
|
|
12
|
+
|
|
13
|
+
Two of the three are wrong. A continuous EDF+ has its annotation slot read for up to sixteen
|
|
14
|
+
records, which is what finds the offset the recording starts at — the offset 0.4.9 made the
|
|
15
|
+
point samples are timed from, and the very read that 0.5.46 made report its failures. The
|
|
16
|
+
claim was false in the way that matters: it made a warning `--info` genuinely raises look
|
|
17
|
+
impossible.
|
|
18
|
+
|
|
19
|
+
The page now says what each of the three kinds costs, and what follows from it — `--info`
|
|
20
|
+
sees an unreadable timekeeping entry in those first records and reports it, and does not see
|
|
21
|
+
an unreadable *event* later in a continuous file, because it never looks there. warnings-and-
|
|
22
|
+
errors.md has said this correctly since 0.5.37; the two pages now agree, and link.
|
|
23
|
+
|
|
6
24
|
## 0.5.47
|
|
7
25
|
|
|
8
26
|
### Fixed: `--info` never said a window selects nothing, and told you to run `--info`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.48",
|
|
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",
|