Skip to content

v0.12.5

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jun 20:23
· 381 commits to master since this release

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)