edf2csv 0.6.21 → 0.6.22

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 +10 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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.22
7
+
8
+ ### Fixed: an empty `duration_s` has meant two things since 0.5.x, and this page said one
9
+
10
+ "An empty cell records that the file gave no duration" is the sentence the annotations decoder
11
+ quotes in its own comment as the definition it was breaking: a TAL whose duration reads `abc` is
12
+ exported with an empty cell too, indistinguishable from one that genuinely had none. That is why
13
+ `ANNOTATION_DECODE_FAILED` counts them and says so. `output-files.md` has described both cases
14
+ since the warning was added; the page devoted to annotations never got the second one.
15
+
6
16
  ## 0.6.21
7
17
 
8
18
  ### Fixed: getting-started said the output directory is the filename "with `_csv` appended"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.21",
3
+ "version": "0.6.22",
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",