This took me a while to figure out: the parsefile function mentioned in the README only exists on the master branch, but hasn't made it into any release.
With the README being the only documentation of the package, that seems less-than-ideal. It might be good to set up a properly versioned Documenter-based documentation, so that the (unversioned) README doesn't have to go into too many details.
It would also have been good if the CHANGELOG had an "Unreleased" section that mentions the change, as recommended by Keep a Changelog 😉
It might also be good to just make a release (seems like this has been hanging around for a while).
This took me a while to figure out: the
parsefilefunction mentioned in the README only exists on themasterbranch, but hasn't made it into any release.With the README being the only documentation of the package, that seems less-than-ideal. It might be good to set up a properly versioned Documenter-based documentation, so that the (unversioned) README doesn't have to go into too many details.
It would also have been good if the CHANGELOG had an "Unreleased" section that mentions the change, as recommended by Keep a Changelog 😉
It might also be good to just make a release (seems like this has been hanging around for a while).