edf2csv 0.6.23 → 0.6.24

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.24
7
+
8
+ ### Fixed: the timekeeping TAL described as one "which carries an onset and no text"
9
+
10
+ It is allowed to carry text, writers use that, and edf2csv exports those events like any other —
11
+ which is the whole reason `malformedTimekeepingWithText` is counted apart from
12
+ `malformedTimekeeping`. A 0.5 release exists because the warning beside them said "No event was
13
+ lost" over a conversion whose annotations.csv had gone from six rows to two, and the code comment
14
+ recording that says in as many words that the specification allows both in one entry.
15
+
16
+ The page describing annotations was the one still asserting they cannot coexist.
17
+
6
18
  ## 0.6.23
7
19
 
8
20
  ### Fixed: "Record `n` starts at `n * record_duration` seconds, and always will"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.23",
3
+ "version": "0.6.24",
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",