Releases: JuliaGeo/NCDatasets.jl
Releases · JuliaGeo/NCDatasets.jl
v0.11.6
NCDatasets v0.11.6
v0.11.5
NCDatasets v0.11.5
v0.11.4
NCDatasets v0.11.4
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
NCDatasets v0.11.3
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
NCDatasets v0.11.2
Merged pull requests:
- Change attribute color from blue to cyan (#119) (@briochemc)
v0.11.1
NCDatasets v0.11.1
v0.11.0
NCDatasets v0.11.0
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:
- use the new NetCDF_jll; require julia 1.3 (#88) (@visr)
- Update performance.md (#111) (@aramirezreyes)
- Update performance.md (#112) (@aramirezreyes)
- use Ref instead of size 1 Vector (#113) (@visr)
v0.10.4
NCDatasets v0.10.4
Closed issues:
Merged pull requests:
- CompatHelper: bump compat for "DataStructures" to "0.18" (#98) (@github-actions[bot])
v0.10.3
NCDatasets v0.10.3
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: