Skip to content

Releases: Alexander-Barth/NCDatasets.jl

0.0.10

30 Mar 13:29
Compare
Choose a tag to compare

Improve string attributes

v0.0.9

03 Mar 20:59
Compare
Choose a tag to compare

Initial support for non-gregorian calendars

v0.0.8

11 Feb 16:24
Compare
Choose a tag to compare
  • accept SubString as file name argument
  • allow negative years
  • represent time in 64-bit in 32-bit systems

v0.0.7

09 Jan 15:01
Compare
Choose a tag to compare
  • Fix depreciation for the new version of DataArrays (version 0.7) by the use of ismissing instead of isna.
  • 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

01 Dec 15:33
Compare
Choose a tag to compare

Fix bug in chunking.

v0.0.5

16 Nov 22:00
Compare
Choose a tag to compare

Implementation of ncgen to generate Julia code from a template netCDF file.

v0.0.4

19 Oct 14:27
Compare
Choose a tag to compare

Fix bugs related to NetCDF Strings and IJulia integration.

v0.0.3

01 Oct 20:51
Compare
Choose a tag to compare

Support for appending data to an existing NetCDF file

v0.0.2

27 Sep 14:54
Compare
Choose a tag to compare

Improve handling of string and NetCDF groups