Skip to content

Releases: JuliaGeo/NCDatasets.jl

v0.11.6

07 Jun 10:24
Compare
Choose a tag to compare

NCDatasets v0.11.6

Diff since v0.11.5

v0.11.5

15 May 20:17
af5ad9f
Compare
Choose a tag to compare

NCDatasets v0.11.5

Diff since v0.11.4

v0.11.4

28 Apr 20:54
ba84fa6
Compare
Choose a tag to compare

NCDatasets v0.11.4

Diff since v0.11.3

Closed issues:

  • Bound error in multifile load attempt (#108)
  • Bounds variable conversion (#117)
  • NCDatasets fails to load on Julia 1.6-beta1 (#118)
  • Automatically save Dates (#125)
  • Allow * syntax for multi file loading (#127)
  • how to save coordinates (#129)
  • controlling chunk cache (#130)

Merged pull requests:

v0.11.3

27 Jan 10:03
Compare
Choose a tag to compare

NCDatasets v0.11.3

Diff since v0.11.2

Closed issues:

  • Missing method for NCDatasets.load!(ds["var"],buf,:,1) (#120)

Merged pull requests:

  • Adding method to load in-place mixing ranges and ints as indices. (#121) (@aramirezreyes)

v0.11.2

17 Jan 13:13
Compare
Choose a tag to compare

NCDatasets v0.11.2

Diff since v0.11.1

Merged pull requests:

v0.11.1

04 Dec 11:26
7bdb57b
Compare
Choose a tag to compare

NCDatasets v0.11.1

Diff since v0.11.0

v0.11.0

26 Nov 21:22
Compare
Choose a tag to compare

NCDatasets v0.11.0

Diff since v0.10.4

Closed issues:

  • Convenience selection function for sub-parts of NCDataset (#47)
  • NetCDF error: NetCDF: Operation not allowed in define mode (NetCDF error code: -39) (#96)
  • Not possible to use _FillValue for variables of type String (#99)
  • error loading file in edit mode ("a") (#100)
  • ds[var] in multi-file datasets directly returns the data array (#102)
  • attempt to transform dimensional information to Ranges instead of Vectors? (#103)
  • closing an NCDataset based on path (#106)
  • FillValue not working automatically (#107)
  • "add_offset" and "scale_factor" is not applied correctly in multi-file .nc datasets (#109)

Merged pull requests:

v0.10.4

20 Aug 22:55
e1fb36e
Compare
Choose a tag to compare

NCDatasets v0.10.4

Diff since v0.10.3

Closed issues:

  • Problem on opening multiple files (#94)
  • Non-automatic convertion of missing values to missing (#97)

Merged pull requests:

  • CompatHelper: bump compat for "DataStructures" to "0.18" (#98) (@github-actions[bot])

v0.10.3

05 Aug 22:55
c195c75
Compare
Choose a tag to compare

NCDatasets v0.10.3

Diff since v0.10.2

Closed issues:

  • Printing problems in Juno (#65)
  • Using ncgen on a file with white spaces in variable names 💣 (#84)
  • Not loading files when Plots.jl is used (#86)
  • Dimension ordering (#87)
  • how to define the dimension value? (#90)
  • Freeze in _nc_check_size_put_vars (#92)

Merged pull requests:

  • do not throw when closing closed NCDataset (#93) (@visr)

v0.10.2

18 Apr 22:04
57985e9
Compare
Choose a tag to compare

NCDatasets v0.10.2

Diff since v0.10.1

Closed issues:

  • Is there a way to close all Datasets at one go (#82)

Merged pull requests: