v0.7.1
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')
.