Skip to content

Releases: JuliaGeo/NCDatasets.jl

v0.9.3

19 Sep 10:22
v0.9.3

Choose a tag to compare

v0.9.3 (2019-09-19)

Diff since v0.9.2

Closed issues:

  • Abstract date handling to another package? (#34)
  • Attempt to use feature that was not turned on when netCDF was built (#32)
  • Is it possible to get memory mapping in NCDatasets? (#31)
  • NCDatasets should fail when trying to access a nonexisting index. (#30)

v0.9.2

06 May 13:10
5f95f55

Choose a tag to compare

Update Project.toml

v0.9.1

30 Apr 10:09
bb79dd7

Choose a tag to compare

  • Fix issue #28

v0.9.0

04 Apr 20:18

Choose a tag to compare

  • initial implementation of NCDataset with deferred open
  • fix default time unit
  • improve documentations (thanks @Balinus )

v0.8.0

07 Mar 12:57

Choose a tag to compare

  • Restructure time handling code in the submodule CFTime
  • Fix issue #21, #23 and #24

v0.7.0

12 Feb 13:07

Choose a tag to compare

  • load contiguous ragged array
  • fix issue #22 in ncgen with unlimited dimensions

v0.6.0

14 Dec 14:58

Choose a tag to compare

  • More functions for manipulating DateTime variables following the different CF calendars: monthday and date ranges (Thanks @Balinus )

v0.5.1

29 Nov 09:52

Choose a tag to compare

  • 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

16 Nov 19:26

Choose a tag to compare

  • 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

11 Aug 20:08

Choose a tag to compare

Support Julia 1.0