Skip to content

v0.2.0

Choose a tag to compare

@robertjwilson robertjwilson released this 26 Feb 09:14
· 35 commits to main since this release

This is a minor release primarily to get a Zenodo DOI. Internally, the main change is that point data used can be compressed csv files. Previously, pandas read.csv was used with defaults, which throws an error with compressed files. Now, oceanVal will try all possible forms of compression until it finds one that works.