v0.4.2
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.