Skip to content

Releases: Alexander-Barth/NCDatasets.jl

v0.6.0

14 Dec 14:58
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Support Julia 1.0

v0.3.1

08 Aug 07:46
Compare
Choose a tag to compare
  • Fix additional warning of Julia 0.7 rc3
  • Support element-wise assignment v .= 123 where v is a NetCDF variable.

v0.3.0

29 Jul 07:08
226fb6f
Compare
Choose a tag to compare
  • switch to CondaBinDeps

v0.2.0

05 Jul 10:53
Compare
Choose a tag to compare
  • Drop DataArrays as dependency and use Missings instead
  • Initial support for Julia 0.7

v0.1.0

22 Jun 12:53
Compare
Choose a tag to compare

v0.0.12

26 May 21:31
Compare
Choose a tag to compare

Fix issue #13

v0.0.11

24 May 18:22
Compare
Choose a tag to compare
  • New function nomissing to replace missing values
  • Improvement of documentation
  • Support of list of string attributes
  • Improvement of variable-lengt arrays