edf2csv 0.6.58 → 0.6.59
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/README.md +2 -0
- package/docs/CHANGELOG.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
package/docs/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.6.59
|
|
7
|
+
|
|
8
|
+
### Added: an npm downloads badge on the README
|
|
9
|
+
|
|
10
|
+
`img.shields.io/npm/dt/edf2csv`, linked to the package page. It reads the registry's own download
|
|
11
|
+
total rather than a number written into the file, so it cannot drift the way the figures this
|
|
12
|
+
project keeps correcting have.
|
|
13
|
+
|
|
6
14
|
## 0.6.58
|
|
7
15
|
|
|
8
16
|
### Added: CI runs the six sweeps it has always claimed as its evidence
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.59",
|
|
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",
|