edf2csv 0.6.57 → 0.6.58

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 +20 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,26 @@
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.58
7
+
8
+ ### Added: CI runs the six sweeps it has always claimed as its evidence
9
+
10
+ The correctness page names seven checks as how this project knows what it claims — the estimate
11
+ sweep, the layout sweep, the round trip, the corruption fuzzer, the batch trees, the narrowing
12
+ sweep, and the pyEDFlib cross-check. CI ran none of them. `npm test` covers the suite; the
13
+ harnesses are separate scripts, and nothing invoked them on a push, so a regression in an
14
+ invariant that only a sweep can see would have shipped in silence.
15
+
16
+ Six of the seven now run as their own job, each as a named step so a failure says which invariant
17
+ broke rather than "sweeps". A separate job because they take minutes where the suite takes one,
18
+ and GitHub runs jobs concurrently — a pull request waits for the slowest, not the sum. One Node
19
+ version, since these assert what the tool computes and `core` is what covers computing it on
20
+ both.
21
+
22
+ The seventh, `crossvalidate`, stays manual: it needs pyEDFlib installed, and a check whose value
23
+ is that it compares against an independent implementation should not be silently skipped when
24
+ that implementation fails to install.
25
+
6
26
  ## 0.6.57
7
27
 
8
28
  ### Added: a sweep checking that narrowing a conversion returns the part it names
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.57",
3
+ "version": "0.6.58",
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",