Skip to content

v0.4.2

Choose a tag to compare

@robertjwilson robertjwilson released this 17 Mar 10:24
· 1100 commits to master since this release

This is a minor release that includes a couple of method enhancements.

You can now save plots as html file using the out argument. An example of how to do this is as follows:

ds.plot(out = "foo.nc")

The nc_command method now automatically uses multiple cores when these are set by nc.options. Previously it could not run in parallel on multi-file datasets.