edf2csv 0.4.71 → 0.4.72

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/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
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.4.72
7
+
8
+ ### Fixed: the correctness page stated a sweep size the sweep had outgrown
9
+
10
+ It said `npm run estimate` runs "192 predictions over 34 recordings". It runs 216 over 39.
11
+ The sweep's size is the fixture count crossed with its option sets, four fixtures had been
12
+ added since the number was written, and nothing connected the two — so the page drifted
13
+ silently, on the one page whose subject is not drifting.
14
+
15
+ The figures are corrected, and a test now recomputes them from the same constants the
16
+ harnesses use: the estimate sweep's recording count against the fixture directory, the
17
+ round-trip sweep's calibrations and cells against the three arrays it crosses. Adding a
18
+ fixture or a sweep dimension now fails a test instead of quietly making the page wrong.
19
+
6
20
  ## 0.4.71
7
21
 
8
22
  ### Added: `--bom`, for the one reader that needs it
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.4.71",
3
+ "version": "0.4.72",
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",