edf2csv 0.6.57 → 0.6.59

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.
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # edf2csv
2
2
 
3
+ [![downloads](https://img.shields.io/npm/dt/edf2csv?label=downloads)](https://www.npmjs.com/package/edf2csv)
4
+
3
5
  Convert an EDF, EDF+ or BDF recording to CSV with one command.
4
6
 
5
7
  ```bash
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,34 @@
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.59
7
+
8
+ ### Added: an npm downloads badge on the README
9
+
10
+ `img.shields.io/npm/dt/edf2csv`, linked to the package page. It reads the registry's own download
11
+ total rather than a number written into the file, so it cannot drift the way the figures this
12
+ project keeps correcting have.
13
+
14
+ ## 0.6.58
15
+
16
+ ### Added: CI runs the six sweeps it has always claimed as its evidence
17
+
18
+ The correctness page names seven checks as how this project knows what it claims — the estimate
19
+ sweep, the layout sweep, the round trip, the corruption fuzzer, the batch trees, the narrowing
20
+ sweep, and the pyEDFlib cross-check. CI ran none of them. `npm test` covers the suite; the
21
+ harnesses are separate scripts, and nothing invoked them on a push, so a regression in an
22
+ invariant that only a sweep can see would have shipped in silence.
23
+
24
+ Six of the seven now run as their own job, each as a named step so a failure says which invariant
25
+ broke rather than "sweeps". A separate job because they take minutes where the suite takes one,
26
+ and GitHub runs jobs concurrently — a pull request waits for the slowest, not the sum. One Node
27
+ version, since these assert what the tool computes and `core` is what covers computing it on
28
+ both.
29
+
30
+ The seventh, `crossvalidate`, stays manual: it needs pyEDFlib installed, and a check whose value
31
+ is that it compares against an independent implementation should not be silently skipped when
32
+ that implementation fails to install.
33
+
6
34
  ## 0.6.57
7
35
 
8
36
  ### 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.59",
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",