JuliaGeo / NetCDF.jl

NetCDF support for the julia programming language
http://juliageo.org/NetCDF.jl/
MIT License
116 stars 28 forks source link

Adjust to new estimate_chunksize #156

Closed meggart closed 2 years ago

meggart commented 2 years ago

Fixes a compatibility error with DiskArrays 0.3 and sets the Compat entry accordingly.

visr commented 2 years ago

Looks good. Looking at the CI perhaps this is also a good moment to require at least julia 1.6? DiskArrays needs it as well, perhaps the pinnen netcdf JLL also actually.