edf2csv 0.6.55 → 0.6.56
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 +13 -0
- package/package.json +1 -1
package/docs/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
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.56
|
|
7
|
+
|
|
8
|
+
### Fixed: the `UNREADABLE` case list, four of the six things it covers
|
|
9
|
+
|
|
10
|
+
The reference gave a missing file, a directory where a file was expected, a permission failure
|
|
11
|
+
and a file that changed size mid-read. Missing: a path running through a regular file, which
|
|
12
|
+
0.6.12 taught the reader to word as "part of the path is a file, not a directory"; anything that
|
|
13
|
+
is not a regular file, such as a socket or a fifo; and calling a method on a closed `EdfFile`,
|
|
14
|
+
which is where a library caller meets this code most often.
|
|
15
|
+
|
|
16
|
+
Third time a message change in this line has left prose behind it, after 0.6.20 and 0.6.42 — and
|
|
17
|
+
the same remedy each time: diff the list against the function, don't read it.
|
|
18
|
+
|
|
6
19
|
## 0.6.55
|
|
7
20
|
|
|
8
21
|
### Fixed: the API reference's first example serialised `startDateTime` the one way it must not
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.56",
|
|
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",
|