edf2csv 0.6.21 → 0.6.23

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 +23 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
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.23
7
+
8
+ ### Fixed: "Record `n` starts at `n * record_duration` seconds, and always will"
9
+
10
+ Said of EDF+C, and false since 0.4.9 made the first record's timekeeping TAL the point a
11
+ recording is timed from. `fractional-start.edf` is a continuous fixture in this repository whose
12
+ first row is `0.500`; `output-files.md` states the correct rule two pages over — "a plain EDF+C
13
+ file can begin anywhere" — and `--info` prints a `Timed from` line for exactly this case.
14
+
15
+ "And always will" is the part that makes it worse than a stale sentence: it tells a reader the
16
+ arithmetic is guaranteed, which is what would send them to compute sample times themselves
17
+ rather than read the column.
18
+
19
+ ## 0.6.22
20
+
21
+ ### Fixed: an empty `duration_s` has meant two things since 0.5.x, and this page said one
22
+
23
+ "An empty cell records that the file gave no duration" is the sentence the annotations decoder
24
+ quotes in its own comment as the definition it was breaking: a TAL whose duration reads `abc` is
25
+ exported with an empty cell too, indistinguishable from one that genuinely had none. That is why
26
+ `ANNOTATION_DECODE_FAILED` counts them and says so. `output-files.md` has described both cases
27
+ since the warning was added; the page devoted to annotations never got the second one.
28
+
6
29
  ## 0.6.21
7
30
 
8
31
  ### 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.23",
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",