v0.12.13
github-actions
released this
21 Feb 08:01
·
319 commits
to master
since this release
NCDatasets v0.12.13
Closed issues:
- Windows: Can't load files with unicode characters (#162)
- libcurl.so precompile error. (#191)
- Reading
time
from multi-file dataset very slow (#194) @select(ds, Dates.month(time) [...])
fails whends
opened byNCDataset(pth) do ds
(#196)- Error when writing
Array{Float64, 0}
(#197) - Values aren't correctly written to disk (#199)
- Add support for
@select(ds, lat ∈ min..max)
(#200) NCDatasets.@select
withMFVariable
over date operations (#201)- Problems installing on Julia 1.8.5 (#202)
@select
with arbitrary (or a few specific) functions (#203)
Merged pull requests:
- Update tutorials.md (#198) (@gaelforget)