edf2csv 0.6.50 → 0.6.51

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 +13 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
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.51
7
+
8
+ ### Fixed: the `--stdout` recipe offered one of the three fixes the refusal names
9
+
10
+ "`--channels` narrowed to channels that share a rate is the usual fix" — and `--layout long`
11
+ is the one that needs no narrowing at all, since it streams every rate in a single table. The
12
+ tool's own error message has listed all three since 0.5.0.
13
+
14
+ Third finding caught by the same guard gap. The test that requires every mixed-rate passage to
15
+ mention the long layout matches on four fixed phrases, and this passage says "needs the
16
+ recording to produce exactly one" — none of them. 0.6.26 was the second. The guard is checking
17
+ wording rather than meaning, which is why widening it is worth doing before the next sweep.
18
+
6
19
  ## 0.6.50
7
20
 
8
21
  ### Fixed: the third page defining an empty `duration_s` as "no duration"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.50",
3
+ "version": "0.6.51",
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",