edf2csv 0.6.30 → 0.6.32

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 +25 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,31 @@
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.32
7
+
8
+ ### Fixed: the canonical exit-code table had the gap the other three pages had
9
+
10
+ 0.6.10, 0.6.16 and 0.6.18 fixed this on the README, getting-started and the FAQ. This is the
11
+ table those pages defer to, and it had the same two omissions: `--strict` returns 1 over a
12
+ conversion that wrote every file it meant to, and Ctrl-C returns 130.
13
+
14
+ 130 is the sharper miss, because the prose directly under the table already discusses it — "a
15
+ signalled child exits 130 or 143" — while explaining how a batch combines codes. The number was
16
+ on the page, in a paragraph about workers, and absent from the list of what the tool returns.
17
+
18
+ ## 0.6.31
19
+
20
+ ### Fixed: `ANNOTATION_DECODE_FAILED` also covers a duration that decoded fine
21
+
22
+ A duration of `-3` parses without trouble; what is wrong with it is arithmetic, not decoding. It
23
+ is kept and written to `annotations.csv` exactly as the file gave it — inventing a zero would put
24
+ a number there no writer wrote — and it is warned about, because the recipe this documentation
25
+ gives for the samples an event covers is `onset_s + duration_s`, which for a negative duration
26
+ ends the window before the event starts and selects nothing at all.
27
+
28
+ The summary line said "couldn't be read", which is true of the other four causes and not of this
29
+ one. Fifth raise site, and the only one where the value survives.
30
+
6
31
  ## 0.6.30
7
32
 
8
33
  ### Fixed: `DISCONTINUOUS` has six raise sites and the table summarised two
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.30",
3
+ "version": "0.6.32",
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",