edf2csv 0.5.137 → 0.5.138
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 +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
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.138
|
|
7
|
+
|
|
8
|
+
### Fixed: a batch arithmetic example that does not divide
|
|
9
|
+
|
|
10
|
+
api.md explains why the last `readRecords` batch is short, with: "a 24 MB recording read in 8 MB
|
|
11
|
+
chunks gives two full batches and a 2.9 MB one". Twenty-four divided by eight is three, and no
|
|
12
|
+
remainder at all — the sentence contradicts itself in its own numbers. Measured on the recording
|
|
13
|
+
the page actually reads, it is 18.7 MB and comes out as two 8 MB batches and a 2.7 MB one, which
|
|
14
|
+
is what it says now.
|
|
15
|
+
|
|
6
16
|
## 0.5.137
|
|
7
17
|
|
|
8
18
|
### Fixed: "Converted 1 of 1 recordings."
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.138",
|
|
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",
|