edf2csv 0.6.44 → 0.6.46

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 +26 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,32 @@
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.46
7
+
8
+ ### Fixed: `--info --json` had no field reference, and was described as "the same fields"
9
+
10
+ The conversion summary gets a sample document and a field-by-field table. Its sibling got one
11
+ sentence — "the recording's description as JSON instead of the table — the same fields, shaped
12
+ for surveying" — and the two documents in fact share two field names out of eighteen. Three of
13
+ its fields are mentioned anywhere on the site; the other fifteen, including everything a survey
14
+ script would actually read, appear in no page in any form.
15
+
16
+ Larger than a release in this line usually is, because a missing field reference cannot be
17
+ fixed in two lines. The sentence claiming the documents match is corrected in the same change,
18
+ since it is what made the absence look deliberate.
19
+
20
+ ## 0.6.45
21
+
22
+ ### Fixed: the warnings page's usage table omitted every `--stdout` refusal
23
+
24
+ Fourteen rows, and the whole `--stdout` family was one of them — "Several recordings with
25
+ `--stdout`" — while the CLI reference lists five distinct ways that flag is refused: a folder,
26
+ `--annotations-only`, a mixed-rate recording in the wide layout, and the four flags it
27
+ contradicts. The empty-folder case and the nested-destination case were missing too.
28
+
29
+ The two pages enumerate the same set and each was missing what the other had, which is the
30
+ failure mode of keeping one list in two places. Both now carry all of it.
31
+
6
32
  ## 0.6.44
7
33
 
8
34
  ### Fixed: the CLI reference's exit-2 list omitted the destination collisions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.44",
3
+ "version": "0.6.46",
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",