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
Technically, this release should have no breaking changes between v1.x and v2.x.
However, the major change in this release is that udunits is now wrapped via cython, not ctypes. This is in response to costly import times being experienced on distributed filesystems such as Lustre (where gcc was being called to identify the libudunits.so path).
This means that the cf_units/site.cfg is now no longer used to identify the location of libudunits, and standard LD library path definitions may be used instead.
Bug fix: #66
Ensure dates are rounded to nearest second when using netcdf4-python. The netcdf4-python behaviour changed between v1.1.1 and 1.2.2.
This release is insulated from that change.