NCDatasets.jl Versions Save

Load and create NetCDF files in Julia

v0.12.15

1 year ago

NCDatasets v0.12.15

Diff since v0.12.14

v0.12.14

1 year ago

NCDatasets v0.12.14

Diff since v0.12.13

Closed issues:

  • Reading In "Scalar" String (#204)

v0.12.13

1 year ago

NCDatasets v0.12.13

Diff since v0.12.11

Closed issues:

  • Windows: Can't load files with unicode characters (#162)
  • libcurl.so precompile error. (#191)
  • Reading time from multi-file dataset very slow (#194)
  • @select(ds, Dates.month(time) [...]) fails when ds opened by NCDataset(pth) do ds (#196)
  • Error when writing Array{Float64, 0} (#197)
  • Values aren't correctly written to disk (#199)
  • Add support for @select(ds, lat ∈ min..max) (#200)
  • NCDatasets.@select with MFVariable over date operations (#201)
  • Problems installing on Julia 1.8.5 (#202)
  • @select with arbitrary (or a few specific) functions (#203)

Merged pull requests:

  • Update tutorials.md (#198) (@gaelforget)

v0.12.11

1 year ago

NCDatasets v0.12.11

Diff since v0.12.10

v0.12.10

1 year ago

NCDatasets v0.12.10

Diff since v0.12.9

Closed issues:

  • time variables with "nanoseconds" units fail to load (#192)

Merged pull requests:

  • Check if NetCDF_jll is_available before loading code (#193) (@glwagner)
  • Add support for _normalizeindex with Base.OneTo (#195) (@charleskawczynski)

v0.12.9

1 year ago

NCDatasets v0.12.9

Diff since v0.12.8

v0.12.8

1 year ago

NCDatasets v0.12.8

Diff since v0.12.7

Closed issues:

  • Bug? for function defVar (#186)
  • Segmentation fault reading file with NCDatasets v0.12.6 (#187)

v0.12.7

1 year ago

NCDatasets v0.12.7

Diff since v0.12.6

v0.12.6

1 year ago

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

1 year ago

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)