Releases: JuliaGeo/NetCDF.jl
Releases · JuliaGeo/NetCDF.jl
v0.11.0
v0.10.3
v0.10.2
v0.10.1
v0.10.0
v0.9.0
NetCDF v0.9.0
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
v0.8.2 (2020-01-02)
Closed issues:
Merged pull requests:
- fix: ulimited dimension (#110) (shenrq)
- CompatHelper: bump compat for "BinDeps" to "1.0" (#108) (github-actions[bot])
v0.8.1
v0.8.1 (2019-11-09)
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:
v0.8.0
Fix compression level bug
Merge pull request #88 from JuliaGeo/fixcomplevel fix compression level bug