edf2csv 0.5.140 → 0.5.141
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 +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
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.141
|
|
7
|
+
|
|
8
|
+
### Fixed: the usage-error table was missing three of them
|
|
9
|
+
|
|
10
|
+
warnings-and-errors keeps a table of the ways a command exits 2. It listed `--decimals` and not
|
|
11
|
+
`--jobs` or `--layout`, which are refused the same way, and it never gained the `--channels`
|
|
12
|
+
term naming the annotation channel that 0.5.122 added. cli-reference's own exit-2 list picked
|
|
13
|
+
these up in 0.5.130; this is the second place that enumerates them.
|
|
14
|
+
|
|
6
15
|
## 0.5.140
|
|
7
16
|
|
|
8
17
|
### Fixed: two diagnostic codes documented above the wrong one
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.141",
|
|
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",
|