yeesian / ArchGDAL.jl

A high level API for GDAL - Geospatial Data Abstraction Library
https://yeesian.github.io/ArchGDAL.jl/stable/
Other
137 stars 25 forks source link

Create new minor release #418

Open yeesian opened 3 months ago

felixcremer commented 3 months ago

The failure on 1.6 seem to be coming from a wrong Julia bound in DiskArrays.jl and usage of a not exported Base macro see https://github.com/meggart/DiskArrays.jl/issues/160

rafaqz commented 3 months ago

We need to bump minimum compat here to 1.9. Currently only 1.10 works in DiskArrays but we can make 1.9 work.

But its not worth the effort supporting julia versions from before the effects system was introduced.

See https://github.com/meggart/DiskArrays.jl/issues/159

yeesian commented 3 months ago

Should we make one last minor release for ArchGDAL (i.e. this PR) to v0.10.3 before I make another release of ArchGDAL to v0.11.0 that will only supports 1.9+ (that can benefit from the effects system)?

Update: done in https://github.com/yeesian/ArchGDAL.jl/pull/424

rafaqz commented 3 months ago

Thay makes sense to do. Will need DiskArrays dropped back to 0.3

felixcremer commented 1 month ago

What is the status of this? The compat bounds for DiskArrays are now fixed in the General registry. So it would be good to get an ArchGDAL release with DiskArrays 0.4.