update CI, read specific vars in npzread - #39
Conversation
|
The readme badge needs to be updated, perhaps this can be done after merging. |
|
yes I realize now that separate PRs would have been a better idea. The documentation workflow pushes commits to the |
Codecov Report
@@ Coverage Diff @@
## master #39 +/- ##
=========================================
Coverage ? 85.27%
=========================================
Files ? 1
Lines ? 163
Branches ? 0
=========================================
Hits ? 139
Misses ? 24
Partials ? 0 Continue to review full report at Codecov.
|
Firstly this PR adds the option to read specific variables in
npzreadinstead of all the variables.Secondly it adds docstrings to
npzreadandnpzwrite. It also adds a documentation generation workflow.Thirdly it updates the CI to github actions from travis, and updates Tagbot as suggested here. Tbh I'm not totally sure if this is done correctly.