edf2csv 0.6.12 → 0.6.13

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 +14 -0
  2. package/package.json +1 -1
package/docs/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.6.13
7
+
8
+ ### Fixed: "which on a continuous file is those first sixteen records"
9
+
10
+ `scanOrigin` reads records until one states a start time and then returns, which on any
11
+ well-formed continuous recording is one record — sixteen is the point it gives up, not the
12
+ amount it reads. The page describing what `--info` can and cannot warn about took the bound for
13
+ the behaviour, and the difference is visible on a three-record file: corrupt the timekeeping
14
+ TAL of record 1 and a conversion raises `ANNOTATION_DECODE_FAILED` while `--info` says nothing,
15
+ though record 1 is well inside the sixteen the sentence promised.
16
+
17
+ The paragraph's other two claims were already right, including the reason the EDF+C
18
+ contradiction is missed. This is the extent of the read, which nothing else states.
19
+
6
20
  ## 0.6.12
7
21
 
8
22
  ### Fixed: an input path running through a file answered in errno text
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.12",
3
+ "version": "0.6.13",
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",