fhs / NPZ.jl

A Julia package that provides support for reading and writing Numpy .npy and .npz files
Other
117 stars 16 forks source link

update CI, read specific vars in npzread #39

Closed jishnub closed 3 years ago

jishnub commented 3 years ago

Firstly this PR adds the option to read specific variables in npzread instead of all the variables.

Secondly it adds docstrings to npzread and npzwrite. 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.

jishnub commented 3 years ago

The readme badge needs to be updated, perhaps this can be done after merging.

jishnub commented 3 years ago

yes I realize now that separate PRs would have been a better idea.

The documentation workflow pushes commits to the gh-pages branch. It might be necessary to select this branch as the source of github pages from settings. Previously I've only used travis for this, and there might be issues with using github actions for this. Reading through the issue it seems that using an SSH deploy key should get around this, so I'm adding this for the time being.

codecov-io commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@f4272a5). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            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.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f4272a5...9fc88a2. Read the comment docs.