edf2csv 0.6.7 → 0.6.8
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 +11 -0
- package/package.json +1 -1
package/docs/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.8
|
|
7
|
+
|
|
8
|
+
### Fixed: the `--info` table's `OUTPUT` column has three values and the reference listed two
|
|
9
|
+
|
|
10
|
+
`(no samples)` has been printed since 0.4.53, for a channel that declares zero samples per data
|
|
11
|
+
record, and the page enumerating the column said only "the file the channel would land in, or
|
|
12
|
+
`(not selected)` when `--channels` excludes it". A reader meeting the third value had nowhere
|
|
13
|
+
to look it up, and the obvious guess — that it means the same as `(not selected)` — is the one
|
|
14
|
+
0.4.53 exists to contradict: a channel asked for by name and carrying nothing is not a channel
|
|
15
|
+
that went unasked for.
|
|
16
|
+
|
|
6
17
|
## 0.6.7
|
|
7
18
|
|
|
8
19
|
### Fixed: `--info` and `--info --json` listed the same warnings in different orders
|
package/package.json
CHANGED