edf2csv 0.6.24 → 0.6.25

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 +12 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.25
7
+
8
+ ### Fixed: `INPUT_CHANGED` was one row of a summary table and nothing else
9
+
10
+ Every other diagnostic on the warnings page gets a section: what causes it, what edf2csv does,
11
+ what to do. `INPUT_CHANGED` had a single line in the table at the top and no section anywhere —
12
+ the only code of the thirty-three in that table without one. The docs test that keeps codes and
13
+ pages in step asks whether a code is *named* on the page, which one table row satisfies.
14
+
15
+ It is not a minor one to leave unexplained: it is the warning that says the output describes the
16
+ file as it was rather than as it is, and the one that turns `--checksum` into a `null`.
17
+
6
18
  ## 0.6.24
7
19
 
8
20
  ### Fixed: the timekeeping TAL described as one "which carries an onset and no text"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.24",
3
+ "version": "0.6.25",
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",