edf2csv 0.5.150 → 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 +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
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
|
+
|
|
6
16
|
## 0.5.150
|
|
7
17
|
|
|
8
18
|
### Fixed: the landing page's metadata sample had the wrong byte count
|
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",
|