v0.12.0
NCDatasets v0.12.0
Breaking change: when loading a NetCDF variable all values equal to the missing_value
attribute are replaced by missing
following the CF conventions. Previously, only the values equal to _FillValue
were replaced by missing
.
Closed issues:
- Allow symbols in attrib dicts? (#154)
- windows, ERROR: could not load symbol "nc_open" (#158)
- Get variable by
standard_name
(#160) - load! CFVariable without allocations (#161)
Merged pull requests:
- feat: allow
Symbol
names for attributes (#156) (@adigitoleo) - Symbol attributes (#157) (@adigitoleo)
- feat: Add show method for dimensions (#159) (@adigitoleo)