edf2csv 0.5.147 → 0.5.148

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.148
7
+
8
+ ### Fixed: records_converted described as the records that were read
9
+
10
+ output-files defines it as "the half-open range of data record indexes that were read". Under
11
+ `--annotations-only` that is wrong twice over: no signal records are read, and the annotation
12
+ channel is read from end to end regardless of the window — so a run reporting
13
+ `records_converted: [1, 2]` read every record's annotation slot and none of its samples. What
14
+ the field actually describes, in every mode, is the window.
15
+
6
16
  ## 0.5.147
7
17
 
8
18
  ### Fixed: --force does not overwrite the output directory
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.5.147",
3
+ "version": "0.5.148",
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",