edf2csv 0.5.22 → 0.5.23

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 +21 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,27 @@
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.23
7
+
8
+ ### Fixed: the `time_s` precision rule was documented as it worked before 0.4.55
9
+
10
+ Two pages still described the old bound.
11
+
12
+ output-files.md said the search for a terminating expansion stops at nine places, and its
13
+ table listed 1024 Hz as getting seven decimals and being rounded. The bound has been fifteen
14
+ since 0.4.55; 1024 Hz gets ten and is exact, since 1/1024 terminates at ten. Two of the three
15
+ columns wrong on one row, in a table whose whole subject is that these numbers are derived
16
+ rather than chosen. The closing paragraph then explained a cap that no longer exists.
17
+
18
+ warnings-and-errors.md said times are "written to at most nine decimal places, which
19
+ separates everything up to a gigahertz", and illustrated `TIME_RESOLUTION` with a warning at
20
+ 10 GHz — a rate that terminates at ten places and is written exactly, and does not warn. The
21
+ replacement shows the rate that does: 3e15 Hz, whose reciprocal never terminates.
22
+
23
+ A test now recomputes every row of that table from `timeDecimals`, including the exact-or-
24
+ rounded column, which it derives rather than reads. Every power of two through 32768 Hz
25
+ terminates inside fifteen places, so the table gains 4096 Hz as well.
26
+
6
27
  ## 0.5.22
7
28
 
8
29
  ### Fixed: 0.5.12 called a finished conversion unfinished
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.5.22",
3
+ "version": "0.5.23",
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",