edf2csv 0.5.149 → 0.5.150

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 +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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.5.150
7
+
8
+ ### Fixed: the landing page's metadata sample had the wrong byte count
9
+
10
+ `"bytes": 19670016` for a recording that is 19,643,392 bytes — 26 KB out, on the page whose
11
+ opening comment says every block on it is real output captured from that file. The `--info`
12
+ block six lines up gets it right, because a test regenerates it; this sample was never checked,
13
+ since the one that reads the page's samples skips any containing an ellipsis and this one
14
+ elides three fields.
15
+
6
16
  ## 0.5.149
7
17
 
8
18
  ### Fixed: "No dependencies at all, runtime or otherwise"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.5.149",
3
+ "version": "0.5.150",
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",