edf2csv 0.5.98 → 0.5.99
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 +16 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.99
|
|
7
|
+
|
|
8
|
+
### Fixed: "Anything the tool noticed is printed after the table" — followed by one of the two
|
|
9
|
+
|
|
10
|
+
`edf2csv sleep-study.edf --info` prints two warnings: the mixed sampling rates, and that at
|
|
11
|
+
least one output file will exceed what Excel and Numbers can open. getting-started introduced
|
|
12
|
+
the block with that sentence and showed the first.
|
|
13
|
+
|
|
14
|
+
The omission is an odd one to leave: the row limit is a section of this project's own FAQ, and
|
|
15
|
+
a reader is sent there later having been shown a run of the same recording that apparently did
|
|
16
|
+
not raise it.
|
|
17
|
+
|
|
18
|
+
Both are there now, with a link to the answer. The test runs the command the page is describing
|
|
19
|
+
and requires every `warning:` line it prints to appear on the page — which is the only way a
|
|
20
|
+
block quoting output stays honest as the tool gains things to say.
|
|
21
|
+
|
|
6
22
|
## 0.5.98
|
|
7
23
|
|
|
8
24
|
### Fixed: "what --info can and can't tell you" was wrong in both directions
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.99",
|
|
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",
|