Skip to content

Releases: JuliaGeo/NetCDF.jl

v0.11.0

30 Nov 11:03
b1139d8
Compare
Choose a tag to compare

NetCDF v0.11.0

Diff since v0.10.3

Closed issues:

Merged pull requests:

  • use the new NetCDF_jll; require julia 1.3 (#123) (@visr)

v0.10.3

15 Sep 12:04
b263633
Compare
Choose a tag to compare

NetCDF v0.10.3

Diff since v0.10.2

Closed issues:

  • ncinfo(filename) showing no data (#124)
  • issue with libnetcdf not properly installed (#125)

Merged pull requests:

  • Fix the eachchunk function from DiskArrays (#126) (@meggart)

v0.10.2

15 Apr 17:01
5860017
Compare
Choose a tag to compare

NetCDF v0.10.2

Diff since v0.10.1

Closed issues:

  • Error building NetCDF (#115)

Merged pull requests:

v0.10.1

15 Apr 09:01
c4901d5
Compare
Choose a tag to compare

NetCDF v0.10.1

Diff since v0.10.0

Closed issues:

  • ldconfig not found (#121)

v0.10.0

02 Apr 16:01
0311b52
Compare
Choose a tag to compare

NetCDF v0.10.0

Diff since v0.9.0

Merged pull requests:

v0.9.0

12 Feb 16:02
aa761da
Compare
Choose a tag to compare

NetCDF v0.9.0

Diff since v0.8.2

Closed issues:

  • Wrong getindex behaviour when reading a 3D array (#113)

Merged pull requests:

  • Use DiskArrays to implement AbstractArray interface (#111) (@meggart)
  • CompatHelper: bump compat for "CondaBinDeps" to "0.2" (#112) (@github-actions[bot])
  • Install TagBot as a GitHub Action (#114) (@JuliaTagBot)

v0.8.2

02 Jan 12:09
v0.8.2
af7c325
Compare
Choose a tag to compare

v0.8.2 (2020-01-02)

Diff since v0.8.1

Closed issues:

  • ncinfo used to be a struct, now it is Nothing (#109)
  • NetCDF reads values from file wrongly. (#107)

Merged pull requests:

v0.8.1

09 Nov 23:18
v0.8.1
Compare
Choose a tag to compare

v0.8.1 (2019-11-09)

Diff since v0.8.0

Breaking change: v0.8.1 accidentally includes a breaking change compared to v0.8.0. The ncinfo function previously returned the opened NcFile after displaying it's structure. Now it returns nothing, and the file is closed after showing the structure. Use NetCDF.open instead if you want the NcFile.

Closed issues:

  • Segfault on dummy input (#105)
  • different result between ncread and matlab‘s ncread (#103)
  • build failed in windows (#99)
  • currentNcFiles memory usage (#94)
  • Deal with *groups* in nc data (#93)
  • Illegal Instruction in Julia 1.0.1 (conda forge) (#74)
  • ReadOnlyMemoryError on calling ncclose() (#45)
  • reading char-array using the low-level interface (#42)
  • Support scalar variables (#37)

Merged pull requests:

  • fix #105, segfault on empty filename (#106) (visr)
  • format all code (#104) (visr)
  • Bugfix: nc_get_att! for Int64 now calls nc_get_att_longlong (#102) (jarlela)
  • Remove currentNcFiles and add do-syntax (#95) (meggart)

v0.8.0

27 May 20:59
v0.8.0
0f492e0
Compare
Choose a tag to compare

v0.8.0 (2019-05-27)

Diff since v0.7.3

Closed issues:

  • NcVar MethodError (#92)
  • Compression level functionality in nccreate does not seem to work. (#87)

Merged pull requests:

Fix compression level bug

28 Mar 15:09
6f6c34a
Compare
Choose a tag to compare
Merge pull request #88 from JuliaGeo/fixcomplevel

fix compression level bug