edf2csv 0.6.28 → 0.6.30

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/docs/CHANGELOG.md +32 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
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.30
7
+
8
+ ### Fixed: `DISCONTINUOUS` has six raise sites and the table summarised two
9
+
10
+ "Gaps in time, or its records are out of order" leaves out four, and they are not variations on
11
+ those two. Records that *overlap* are counted and reported separately from records that are out
12
+ of order, because a record starting before the previous one ends is strictly increasing and the
13
+ reversed-order check never fired on it. A file marked EDF+C whose records contradict the marking
14
+ gets its own message. So does an origin too far from zero for a sample interval to survive being
15
+ added to it, and so does an EDF+D file with no annotation channel to record positions in.
16
+
17
+ Each has a section further down the page. Only the summary line was standing in for all six.
18
+
19
+ ## 0.6.29
20
+
21
+ ### Fixed: the warnings table listed two of `DUPLICATE_LABEL`'s three causes
22
+
23
+ The third is the one a reader is least able to work out for themselves: a channel that loses its
24
+ own column name to something else in the header — another channel's `_ch<index>` suffix landing
25
+ on it, or the `time_s` the writer puts in front of every signals.csv. `label-suffix-collision.edf`
26
+ in this repository raises it beside the ordinary shared-label warning, and the two read very
27
+ differently:
28
+
29
+ ```
30
+ warning: 2 signals share the label "T8" (positions 0, 1).
31
+ warning: Signal 2 is labelled "T8_ch0", which is also the column name another channel's "_ch"
32
+ suffix produces, so its column is "T8_ch0_ch2".
33
+ ```
34
+
35
+ The second is the one that renames a channel that did nothing wrong, and the table had no room
36
+ for it.
37
+
6
38
  ## 0.6.28
7
39
 
8
40
  ### Fixed: the warnings table gave `TIME_RESOLUTION` only its duplicate-timestamps half
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.28",
3
+ "version": "0.6.30",
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",