edf2csv 0.5.131 → 0.5.132
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 +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.132
|
|
7
|
+
|
|
8
|
+
### Fixed: "Two exceptions" followed by three of them
|
|
9
|
+
|
|
10
|
+
The column-naming section lists the cases where a column is not the channel's label verbatim.
|
|
11
|
+
0.5.113 added the third — a channel labelled `time_s`, which would otherwise give the file two
|
|
12
|
+
columns of that name — and left the sentence introducing them saying two.
|
|
13
|
+
|
|
6
14
|
## 0.5.131
|
|
7
15
|
|
|
8
16
|
### Fixed: a size of 1024 KB, which is a megabyte
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.132",
|
|
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",
|