edf2csv 0.4.77 → 0.4.78
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 +23 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,29 @@
|
|
|
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.4.78
|
|
7
|
+
|
|
8
|
+
### Fixed: `sleep-study.edf` was four different recordings across the site
|
|
9
|
+
|
|
10
|
+
The same filename appears on the landing page, in getting-started, in cli-reference and in
|
|
11
|
+
edf-format, and each showed `--info` output for a different file: 28800 records of EDF+ at
|
|
12
|
+
100/10/1 Hz, three records of plain EDF at 256/128/1 Hz, 29550 records at 25.1 MB, and three
|
|
13
|
+
records carrying a real patient identifier. A reader working through the pages in order was
|
|
14
|
+
told the name meant something different each time.
|
|
15
|
+
|
|
16
|
+
Worse than untidy in one place: getting-started showed a three-second recording, then said
|
|
17
|
+
"on a long recording, `--info` tells you four things before you spend any disk", then told
|
|
18
|
+
the reader to run `--start 30m --duration 5m` on it — a window that file does not have.
|
|
19
|
+
|
|
20
|
+
The two channel-table blocks are regenerated from the recording 0.4.77 made reproducible, so
|
|
21
|
+
they are that file's real output. The identification-fields example in edf-format is a
|
|
22
|
+
different recording and now has a different name, `telemetry-psg.edf`, with a line saying
|
|
23
|
+
why: it carries the EDF+ specification's own example patient header, and `sleep-study.edf`
|
|
24
|
+
is anonymised, so it cannot demonstrate what that section is about.
|
|
25
|
+
|
|
26
|
+
The test from 0.4.77 now checks every page: any block that opens with `File sleep-study.edf`
|
|
27
|
+
must match what the tool prints for that recording.
|
|
28
|
+
|
|
6
29
|
## 0.4.77
|
|
7
30
|
|
|
8
31
|
### Fixed: the landing page showed an annotations.csv the recording could not produce
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.78",
|
|
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",
|