edf2csv 0.6.36 → 0.6.37
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 +10 -0
- package/package.json +1 -1
package/docs/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.6.37
|
|
7
|
+
|
|
8
|
+
### Fixed: `INPUT_OUTPUT_COLLISION` had no section on the errors page
|
|
9
|
+
|
|
10
|
+
All twenty-seven diagnostic codes and all seven fatal reader errors have a section explaining
|
|
11
|
+
cause, behaviour and remedy. Four of the seven `ConversionErrorCode` values do not, and this is
|
|
12
|
+
the first of them — the one that stops a conversion writing a CSV over the recording it is
|
|
13
|
+
reading, which is the least recoverable thing this tool could do and the one place `--force` is
|
|
14
|
+
deliberately powerless.
|
|
15
|
+
|
|
6
16
|
## 0.6.36
|
|
7
17
|
|
|
8
18
|
### Fixed: `EdfFile.modifiedAtOpenMs` was the last unmentioned member of the class
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.37",
|
|
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",
|