Skip to content

Releases: Alexander-Barth/NCDatasets.jl

v0.12.6

18 Aug 20:19
9cc22f3
Compare
Choose a tag to compare

NCDatasets v0.12.6

Diff since v0.12.5

Support for NetCDF 4.9.0

Closed issues:

  • Time dimension with month units cannot be loaded (#181)
  • Using ncgen when variable names have spaces (#183)

v0.12.5

27 Jun 20:23
Compare
Choose a tag to compare

NCDatasets v0.12.5

Diff since v0.12.4

  • Experimental NCDatasets.@select (subset by e.g. bounding box and date range) and views (of variables and datasets)

Closed issues:

  • getindex(::NCDataset, ::String) scales poorly with # of variables for unlimited data dimension (#135)
  • Default missing values (#163)
  • julia 1.8 beta3, NetCDF_jll v400.802.102+0: Failure to load OPENDAP URL with TLS (#173)
  • Possible bug trying to save 2D variables (#175)
  • How do I add variables that are located only in a subset of the coordinates? (#176)
  • Problem reading time (#177)
  • How to save a string variable as a scalar? (#180)

Merged pull requests:

  • set curl options in libnetcdf via NC_rcfile_insert (#174) (@visr)
  • CompatHelper: add new compat entry for "NetworkOptions" at version "1.2" (#178) (@github-actions[bot])
  • @select macro for loading data via e.g. a bounding box or by nearest match (#179) (@Alexander-Barth)

v0.12.4

27 Apr 15:08
Compare
Choose a tag to compare

NCDatasets v0.12.4

Diff since v0.12.3

Slice of a multifile variable is now a subtype of AbstractArray{Union{Missing,T},N} where {T,N} for compatibility with nomissing.

Closed issues:

  • Call for volunteers to test the updated NetCDF v4.8.1 (in particular for Windows and Apple users) (#165)

v0.12.3

21 Apr 13:14
da29729
Compare
Choose a tag to compare

NCDatasets v0.12.3

Diff since v0.12.2

Closed issues:

  • Memory use loading files (#89)
  • Incorrectly handeling attributes scale_factor and add_offset (#95)
  • NCDatasets fails to install on Mac OS with brew julia install (#153)
  • Open in Python but in Julia cannot (#168)

Merged pull requests:

v0.12.2

20 Mar 21:19
Compare
Choose a tag to compare

NCDatasets v0.12.2

Diff since v0.12.1

Closed issues:

  • Automatic date detection missing in floating numbers as time (#169)

v0.12.1

16 Mar 10:35
fec91e5
Compare
Choose a tag to compare

NCDatasets v0.12.1

Diff since v0.12.0

v0.12.0

06 Mar 20:39
Compare
Choose a tag to compare

NCDatasets v0.12.0

Diff since v0.11.9

Breaking change: when loading a NetCDF variable all values equal to the missing_value attribute are replaced by missing following the CF conventions. Previously, only the values equal to _FillValue were replaced by missing.

Closed issues:

  • Allow symbols in attrib dicts? (#154)
  • windows, ERROR: could not load symbol "nc_open" (#158)
  • Get variable by standard_name (#160)
  • load! CFVariable without allocations (#161)

Merged pull requests:

v0.11.9

24 Jan 12:31
Compare
Choose a tag to compare

NCDatasets v0.11.9

Diff since v0.11.8

v0.11.8

19 Jan 13:03
0fff50f
Compare
Choose a tag to compare

NCDatasets v0.11.8

Diff since v0.11.7

Closed issues:

  • Handle CRS (#85)
  • mbedtls issue in Fedora linux (#126)
  • Warning: Inactive precompile statement (#142)
  • Does NCDatasets.jl work with @threads well? (#144)
  • NetCDF: Not a valid data type or _FillValue type mismatch (NetCDF error code: -45) (#145)
  • can't find the function ncsave (#146)
  • Conflicting with GMT.jl package (#147)
  • fillvalue() is not defined for MFVariable (#148)
  • Loading time from netcdf file as unixtime directly and NaN for fillvalue? (#151)
  • ERROR: LoadError: UndefVarError: libnetcdf not defined (#152)

Merged pull requests:

v0.11.7

20 Aug 21:07
ab926eb
Compare
Choose a tag to compare

NCDatasets v0.11.7

Diff since v0.11.6

Closed issues:

  • Wrong output example for ds.attrib in index.md (#134)
  • cannot open multi file dataset with deferopen = true (#138)
  • Prodlem reading byte variable (#139)
  • Attributes as NC_STRING vs array of NC_CHAR (#140)

Merged pull requests: