edf2csv 0.6.29 → 0.6.30
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.
- package/docs/CHANGELOG.md +13 -0
- package/package.json +1 -1
package/docs/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
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.30
|
|
7
|
+
|
|
8
|
+
### Fixed: `DISCONTINUOUS` has six raise sites and the table summarised two
|
|
9
|
+
|
|
10
|
+
"Gaps in time, or its records are out of order" leaves out four, and they are not variations on
|
|
11
|
+
those two. Records that *overlap* are counted and reported separately from records that are out
|
|
12
|
+
of order, because a record starting before the previous one ends is strictly increasing and the
|
|
13
|
+
reversed-order check never fired on it. A file marked EDF+C whose records contradict the marking
|
|
14
|
+
gets its own message. So does an origin too far from zero for a sample interval to survive being
|
|
15
|
+
added to it, and so does an EDF+D file with no annotation channel to record positions in.
|
|
16
|
+
|
|
17
|
+
Each has a section further down the page. Only the summary line was standing in for all six.
|
|
18
|
+
|
|
6
19
|
## 0.6.29
|
|
7
20
|
|
|
8
21
|
### Fixed: the warnings table listed two of `DUPLICATE_LABEL`'s three causes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.30",
|
|
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",
|