edf2csv 0.6.22 → 0.6.23
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.23
|
|
7
|
+
|
|
8
|
+
### Fixed: "Record `n` starts at `n * record_duration` seconds, and always will"
|
|
9
|
+
|
|
10
|
+
Said of EDF+C, and false since 0.4.9 made the first record's timekeeping TAL the point a
|
|
11
|
+
recording is timed from. `fractional-start.edf` is a continuous fixture in this repository whose
|
|
12
|
+
first row is `0.500`; `output-files.md` states the correct rule two pages over — "a plain EDF+C
|
|
13
|
+
file can begin anywhere" — and `--info` prints a `Timed from` line for exactly this case.
|
|
14
|
+
|
|
15
|
+
"And always will" is the part that makes it worse than a stale sentence: it tells a reader the
|
|
16
|
+
arithmetic is guaranteed, which is what would send them to compute sample times themselves
|
|
17
|
+
rather than read the column.
|
|
18
|
+
|
|
6
19
|
## 0.6.22
|
|
7
20
|
|
|
8
21
|
### Fixed: an empty `duration_s` has meant two things since 0.5.x, and this page said one
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.23",
|
|
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",
|