Releases: Alexander-Barth/NCDatasets.jl
Releases · Alexander-Barth/NCDatasets.jl
v0.12.6
NCDatasets v0.12.6
Support for NetCDF 4.9.0
Closed issues:
v0.12.5
NCDatasets v0.12.5
- Experimental NCDatasets.@select (subset by e.g. bounding box and date range) and
view
s (of variables and datasets)
Closed issues:
getindex(::NCDataset, ::String)
scales poorly with # of variables for unlimited data dimension (#135)- Default missing values (#163)
- julia 1.8 beta3, NetCDF_jll v400.802.102+0: Failure to load OPENDAP URL with TLS (#173)
- Possible bug trying to save 2D variables (#175)
- How do I add variables that are located only in a subset of the coordinates? (#176)
- Problem reading time (#177)
- How to save a string variable as a scalar? (#180)
Merged pull requests:
v0.12.4
NCDatasets v0.12.4
Slice of a multifile variable is now a subtype of AbstractArray{Union{Missing,T},N} where {T,N}
for compatibility with nomissing
.
Closed issues:
- Call for volunteers to test the updated NetCDF v4.8.1 (in particular for Windows and Apple users) (#165)
v0.12.3
NCDatasets v0.12.3
Closed issues:
- Memory use loading files (#89)
- Incorrectly handeling attributes scale_factor and add_offset (#95)
- NCDatasets fails to install on Mac OS with brew julia install (#153)
- Open in Python but in Julia cannot (#168)
Merged pull requests:
- Minor corrections to README.md (#171) (@petershintech)
- add capability to read only part of continuous ragged array (#172) (@gaelforget)
v0.12.2
NCDatasets v0.12.2
Closed issues:
- Automatic date detection missing in floating numbers as time (#169)
v0.12.1
NCDatasets v0.12.1
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)
v0.11.9
NCDatasets v0.11.9
v0.11.8
NCDatasets v0.11.8
Closed issues:
- Handle CRS (#85)
- mbedtls issue in Fedora linux (#126)
- Warning: Inactive precompile statement (#142)
- Does NCDatasets.jl work with @threads well? (#144)
- NetCDF: Not a valid data type or _FillValue type mismatch (NetCDF error code: -45) (#145)
- can't find the function ncsave (#146)
- Conflicting with GMT.jl package (#147)
- fillvalue() is not defined for MFVariable (#148)
- Loading time from netcdf file as unixtime directly and NaN for fillvalue? (#151)
- ERROR: LoadError: UndefVarError: libnetcdf not defined (#152)
Merged pull requests:
- Fix broken cross reference links in documentation (#149) (@adigitoleo)