edf2csv 0.5.40 → 0.5.41
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 +17 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,23 @@
|
|
|
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.41
|
|
7
|
+
|
|
8
|
+
### Fixed: three documents describing output the tool no longer produces, or never did
|
|
9
|
+
|
|
10
|
+
- **edf-plus-annotations.md said "`--info` reports the amount of data, not the span."** It
|
|
11
|
+
prints `Duration 3s (3 records of 1s)` and, on the line directly under it, `Time span 11s
|
|
12
|
+
(includes discontinuities)` — for exactly the kind of file that section is about. The claim
|
|
13
|
+
was true before that line existed and outlived it. A test reads both lines out of a real
|
|
14
|
+
`--info` run and fails if the sentence comes back.
|
|
15
|
+
- **cli-reference.md showed the pre-0.5.22 `--stdout` hang-up message**, without the "of
|
|
16
|
+
102,400" that 0.5.22 added so the number means something.
|
|
17
|
+
- **recipes.md's survey block showed a row no recording can produce.** `night-02.edf EDF 3 2
|
|
18
|
+
10 20`: two channels at 10 Hz over three seconds is thirty rows, not twenty. The recording
|
|
19
|
+
it was captured from is two seconds long. The first row was missing `LARGE_OUTPUT`, which a
|
|
20
|
+
3,196,800-row estimate always raises. Both rows are now real output from the recipe above
|
|
21
|
+
them.
|
|
22
|
+
|
|
6
23
|
## 0.5.40
|
|
7
24
|
|
|
8
25
|
### Fixed: two names for one recording made the run stop being a batch
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.41",
|
|
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",
|