edf2csv 0.6.25 → 0.6.27
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/docs/CHANGELOG.md +23 -0
- package/package.json +1 -1
package/docs/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.6.27
|
|
7
|
+
|
|
8
|
+
### Fixed: the warnings table gave `UNUSABLE_PHYSICAL_RANGE` only its overflow half
|
|
9
|
+
|
|
10
|
+
The code picks the word from which way the span failed — `too ${underflowed ? 'small' : 'large'}
|
|
11
|
+
to represent` — and the section on the same page explains both at length, including the
|
|
12
|
+
underflow case 0.5.83 was released for. The one-line summary said "too wide to represent",
|
|
13
|
+
which is the half a reader scanning the table would take for the whole rule and the half that
|
|
14
|
+
does *not* apply to a magnetometer, the channel type the section names.
|
|
15
|
+
|
|
16
|
+
## 0.6.26
|
|
17
|
+
|
|
18
|
+
### Fixed: the warnings table still said a mixed-rate file means "several output files"
|
|
19
|
+
|
|
20
|
+
`--layout long` writes one, and the warning's own hint says so — it has two forms, and the one
|
|
21
|
+
it prints under `long` reads "They share one table, each row carrying its own time". The summary
|
|
22
|
+
line at the top of the page kept the pre-0.5.0 answer.
|
|
23
|
+
|
|
24
|
+
There is a test for exactly this class, added when 0.5.0 landed the flag: it requires every page
|
|
25
|
+
claiming a mixed-rate recording becomes several files to mention the layout that does not. It
|
|
26
|
+
missed this row because its phrase list looks for "several signals files" and the row says
|
|
27
|
+
"several output files" — one word apart from the thing it was written to catch.
|
|
28
|
+
|
|
6
29
|
## 0.6.25
|
|
7
30
|
|
|
8
31
|
### Fixed: `INPUT_CHANGED` was one row of a summary table and nothing else
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.27",
|
|
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",
|