You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue with UGrid datasets when some of the mesh topology variables are not present in Dataset.data_vars as they are detected as coordinate variables (issue #159, pull request #188).
Load data frame by frame when plotting a transect animation. This has a backwards incompatible effect of not examining the whole data array to generate a reasonable clim. Only the first frame is used to generate the clim to avoid loading more data than required. The new clim parameter allows users to specify the data limits explicitly if this is insufficient (pull request #191).
Detect time coordinates with correct dtype and some standard attributes even without a units attribute. Variables with units are preferred (issue #190, pull request #193).