edf2csv 0.5.135 → 0.5.136
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.136
|
|
7
|
+
|
|
8
|
+
### Fixed: the far-origin warning was quoted without the half that says what to do
|
|
9
|
+
|
|
10
|
+
The block for an origin too large for the file's own sample interval stopped at "Sample times
|
|
11
|
+
are written from zero instead, so every row is present and the column increases" — and dropped
|
|
12
|
+
the sentence after it, which is the one a reader needs: "Add the onsets in annotations.csv to
|
|
13
|
+
recover absolute times if you need them." Times written from zero are not the times in the
|
|
14
|
+
header, and where to get them back was the part left out.
|
|
15
|
+
|
|
6
16
|
## 0.5.135
|
|
7
17
|
|
|
8
18
|
### Fixed: "1 control character ... exactly as the header has them"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.136",
|
|
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",
|