- Dropped support for Python 3.8. Added support for Python 3.13 and GDAL 3.9.
#415 - Added validation to
reclassify_raster
to raise aTypeError
with a
descriptive message ifvalue_map
contains non-numeric keys. - In
warp_raster
, if eitherbase_raster_path
ortarget_raster_path
are not strings, aValueError
is now raised with a more helpful error
message. #421