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.
Files changed (2) hide show
  1. package/docs/CHANGELOG.md +11 -0
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.7",
3
+ "version": "0.6.8",
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",