All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added CHANGELOG.md
- breaking: Updated compat for GDAL.jl 1.5 and fixed tests for GDAL 3.6. These include changes to
gdalnearblack
,fillunsetwithdefault!
andgdalgetgeotransform
. - breaking: Use
GeoInterface.convert
instead ofconvert
to convert geometries from other packages to ArchGDAL via the GeoInterface. Example:GeoInterface.convert(AG.IGeometry, geom)
- Fix macro callback. #352
- Let's handle pointers in ccall using unsafe_convert #349