Releases: Alexander-Barth/NCDatasets.jl
Releases · Alexander-Barth/NCDatasets.jl
0.0.10
Improve string attributes
v0.0.9
Initial support for non-gregorian calendars
v0.0.8
- accept SubString as file name argument
- allow negative years
- represent time in 64-bit in 32-bit systems
v0.0.7
- Fix depreciation for the new version of DataArrays (version 0.7) by the use of
ismissing
instead ofisna
. - Allow 'Z' and 'T' in the time units, e.g. 1900-01-01T00:00:00Z
- If
nc_open
attempts to open a non-existing file, the file name is returned in the error message.
v0.0.6
Fix bug in chunking.
v0.0.5
Implementation of ncgen
to generate Julia code from a template netCDF file.
v0.0.4
Fix bugs related to NetCDF Strings and IJulia integration.
v0.0.3
Support for appending data to an existing NetCDF file
v0.0.2
Improve handling of string and NetCDF groups