edf2csv 0.5.75 → 0.5.76

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 +20 -0
  2. package/package.json +1 -1
package/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.5.76
7
+
8
+ ### Fixed: the reference described a line 0.4.51 had already removed, and said elsewhere that it was wrong
9
+
10
+ In the `--info` section: "With `--annotations-only` the signal channels read `(not selected)`
11
+ and the estimate is 0 rows, because that run would write no signal data."
12
+
13
+ Two hundred lines further down, in the `--annotations-only` section: "Until 0.4.51 this line
14
+ read `Would write 0 rows, roughly 0 B.`, which was true of the signal tables and false of the
15
+ run." One page describing a behaviour and its own fix of that behaviour, disagreeing.
16
+
17
+ What `--info --annotations-only` prints is neither: no row estimate at all, and a sentence
18
+ naming the files instead — "Would write annotations.csv and channels.csv, and no signal data.
19
+ How many events there are cannot be told from the header."
20
+
21
+ The sentence now says that, and says which version it was describing, since a reader who built
22
+ on it should be able to tell when it stopped being true. Pinned by running the command: the
23
+ sample output the page quotes has to be what the tool prints, compared on the words rather than
24
+ the layout, since the page wraps to its own width.
25
+
6
26
  ## 0.5.75
7
27
 
8
28
  ### Fixed: two pages gave different formulas for where an untimed record goes, and one was wrong
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.5.75",
3
+ "version": "0.5.76",
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",