edf2csv 0.5.95 → 0.5.96
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/CHANGELOG.md +17 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,23 @@
|
|
|
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.96
|
|
7
|
+
|
|
8
|
+
### Fixed: api.md said `readAnnotations` returns three counts, then named four
|
|
9
|
+
|
|
10
|
+
0.5.58 added `negativeDurations` to the list and left the number in front of it. That is the
|
|
11
|
+
mistake 0.5.62 fixed one page over — "This code covers three conditions" against a list of five
|
|
12
|
+
— on a sentence a reader checks against the list in the same breath.
|
|
13
|
+
|
|
14
|
+
The pronoun after it had slipped the same way: "That last one is why `duration` being `null` is
|
|
15
|
+
not by itself the same as the file giving no duration" was written when `unreadableDurations`
|
|
16
|
+
was last in the sentence, and by then it named `negativeDurations`, which is not what the
|
|
17
|
+
paragraph goes on to describe. It names the count now rather than pointing at a position.
|
|
18
|
+
|
|
19
|
+
The number is counted from `readAnnotations`'s own return type, so the page has to agree with
|
|
20
|
+
the function rather than with itself, and every count it returns has to be named — a number is
|
|
21
|
+
only useful with the list.
|
|
22
|
+
|
|
6
23
|
## 0.5.95
|
|
7
24
|
|
|
8
25
|
### Fixed: api.md's cheap timing recipe mistimes every record after a gap, and says the conversion uses it
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.96",
|
|
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",
|