Skip to content

v0.7.1

Compare
Choose a tag to compare
@robertjwilson robertjwilson released this 10 Sep 10:37
· 682 commits to master since this release

This is a major release with some breaking changes.

The deprecated select method has now been removed. Users should now use the subset method.

A progress bar will now display when processing large datasets. This will only show when nctoolkit thinks something will take a while. If you want to always show a progress bar for multi-file datasets, you can do this: nc.options(progress = 'on').