edf2csv 0.5.149 → 0.5.151
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 +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,26 @@
|
|
|
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.151
|
|
7
|
+
|
|
8
|
+
### Fixed: the landing page pointed at the wrong file for rebuilding its recording
|
|
9
|
+
|
|
10
|
+
The comment above the `--info` block is the instruction for regenerating it, and it named
|
|
11
|
+
`test/fixtures/edf-writer.mjs` — the generic EDF writer, which builds every fixture and this
|
|
12
|
+
recording no more than any other. The recipe lives in `test/fixtures/sleep-study.mjs`, which
|
|
13
|
+
0.4.68 added for exactly this reason: the page had drifted twice while the recipe was prose in
|
|
14
|
+
a comment, so it was moved into code where a test could run it.
|
|
15
|
+
|
|
16
|
+
## 0.5.150
|
|
17
|
+
|
|
18
|
+
### Fixed: the landing page's metadata sample had the wrong byte count
|
|
19
|
+
|
|
20
|
+
`"bytes": 19670016` for a recording that is 19,643,392 bytes — 26 KB out, on the page whose
|
|
21
|
+
opening comment says every block on it is real output captured from that file. The `--info`
|
|
22
|
+
block six lines up gets it right, because a test regenerates it; this sample was never checked,
|
|
23
|
+
since the one that reads the page's samples skips any containing an ellipsis and this one
|
|
24
|
+
elides three fields.
|
|
25
|
+
|
|
6
26
|
## 0.5.149
|
|
7
27
|
|
|
8
28
|
### Fixed: "No dependencies at all, runtime or otherwise"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.151",
|
|
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",
|