edf2csv 0.6.45 → 0.6.46
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 +14 -0
- package/package.json +1 -1
package/docs/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
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.46
|
|
7
|
+
|
|
8
|
+
### Fixed: `--info --json` had no field reference, and was described as "the same fields"
|
|
9
|
+
|
|
10
|
+
The conversion summary gets a sample document and a field-by-field table. Its sibling got one
|
|
11
|
+
sentence — "the recording's description as JSON instead of the table — the same fields, shaped
|
|
12
|
+
for surveying" — and the two documents in fact share two field names out of eighteen. Three of
|
|
13
|
+
its fields are mentioned anywhere on the site; the other fifteen, including everything a survey
|
|
14
|
+
script would actually read, appear in no page in any form.
|
|
15
|
+
|
|
16
|
+
Larger than a release in this line usually is, because a missing field reference cannot be
|
|
17
|
+
fixed in two lines. The sentence claiming the documents match is corrected in the same change,
|
|
18
|
+
since it is what made the absence look deliberate.
|
|
19
|
+
|
|
6
20
|
## 0.6.45
|
|
7
21
|
|
|
8
22
|
### Fixed: the warnings page's usage table omitted every `--stdout` refusal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.46",
|
|
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",
|