Skip to content

v0.4.0 - Cumulonimbus

Compare
Choose a tag to compare
@eliocamp eliocamp released this 11 Jul 15:08
· 491 commits to master since this release

New features

  • New GlanceNetCDF() function that is an alias for ReadNetCDF(out = "vars") but now prints a human readable summary of the contents of the NetCDF file.

  • ReadNetCDF() is slightly faster and should use less memory.

  • ReadNetCDF() supports more complex subsetting operations now.

  • geom_streamline() now uses 4th order Runge-Kutta insteaf of plain old Euler. It also draws arrows in the middle of the streamline.

  • The df element returned by FitLm() now has the same length as the rest.

Bugfixes

  • ReadNetCDF() result will print correctly.