v0.11.0
·
643 commits
to master
since this release
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)