edf2csv 0.4.67 → 0.4.68

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 +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.4.68
7
+
8
+ ### Fixed: the landing page showed a timezone the format does not have
9
+
10
+ Its `--info` block read `Recorded 2002-03-02 23:10:00 UTC`. The tool prints no timezone,
11
+ deliberately — EDF stores local wall-clock digits and no zone at all, which is why the
12
+ metadata key is `start_datetime_local` and why the reader keeps `startDateRaw` beside the
13
+ parsed instant. A UTC suffix on the page arguing the tool is careful about exactly that was
14
+ the worst place to put one.
15
+
16
+ The comment above the block says every terminal and CSV sample on the page is real output
17
+ and nothing is a mock-up. Two of the three CSV samples had drifted from any recording that
18
+ exists, so the claim was half true. The recording is now described in that comment — five
19
+ signals plus annotations, 28800 records, the rates and ranges — and every block on the page
20
+ is the output of running the tool against it, regenerable by anyone who reads the recipe.
21
+
6
22
  ## 0.4.67
7
23
 
8
24
  ### Fixed: a documentation link pointed at a page the site does not serve
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.4.67",
3
+ "version": "0.4.68",
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",