Releases: Alexander-Barth/NCDatasets.jl
Releases · Alexander-Barth/NCDatasets.jl
v0.6.0
v0.5.1
- Experimental multi-file support allowing to aggregate files over a specified dimension
- Detect ancillary data (like status flags) based on the NetCDF CF Convention
v0.4.0
- One can now directly specify in defVar, defGroup and Dataset a list of attributes
- In defVar, one can directly specify to data to be saved
- Implementation of daysinmonth, daysinyear, yearmonthday and yearmonth for special DateTimes from the CF standard
v0.3.2
Support Julia 1.0
v0.3.1
- Fix additional warning of Julia 0.7 rc3
- Support element-wise assignment
v .= 123
wherev
is a NetCDF variable.
v0.3.0
- switch to CondaBinDeps
v0.2.0
- Drop DataArrays as dependency and use Missings instead
- Initial support for Julia 0.7
v0.1.0
Support for calendars NetCDF CF Calendars: http://cfconventions.org/cf-conventions/cf-conventions.html#calendar
v0.0.12
v0.0.11
- New function
nomissing
to replace missing values - Improvement of documentation
- Support of list of string attributes
- Improvement of variable-lengt arrays