v0.13.0
What's Changed
- adapt try build expected error to new output by @jdroenner in #237
- Prebuilt 34 by @geohardtke in #231
- upgrade ci by @geohardtke in #234
- update deps by @jdroenner in #244
- Bump edition to 2021 & update changelog to release 0.12 by @jdroenner in #245
- Add wrappers for GDALBuildVRT, GDALApplyGeoTransform, GDALInvGeoTransform by @amartin96 in #239
- Add geometry_type_to_name function by @ttencate in #250
- Derive Clone for FieldValue by @ttencate in #254
- Owned layers from a dataset that are
Send
by @ChristianBeilschmidt in #238 - Fix clippy and fmt errors by @geohardtke in #263
- Mark
SpatialRef::from_c_obj
as unsafe by @lnicola in #267 - Add wrapper for
GDALGetRasterUnitType
by @ChristianBeilschmidt in #271 - Implement read_dir function and test by @Barugon in #257
- Implement ColorTable struct by @Barugon in #246
- MDArray by @ChristianBeilschmidt in #273
- Add functions to enumerate Drivers by @ttencate in #251
- ENH: Add CoordTransform::transform_bounds() by @brendan-ward in #272
- Ability to get owned reference to inner geometry. by @metasim in #274
- Prebuilt bindings for GDAL 3.5 by @MrMuetze in #277
- Added wrapper for OGR_L_SetFeature by @geohardtke in #264
- Implement missing Feature::set_field_*_list funcs by @ttencate in #278
- Deprecate Transaction::dataset{,_mut} in favour of Deref{,Mut} by @ttencate in #265
- remove
PartialEq
fromGdalError
by @ChristianBeilschmidt in #286 - Update bindgen requirement from 0.59 to 0.60 by @dependabot in #279
- Fix crate build on docs.rs by @rmanoka in #281
- Add gdal::vector::field_type_to_name by @ttencate in #258
- prevent SIGSEGV for non-strings on read string method by @ChristianBeilschmidt in #284
- add raster mask methods by @jdroenner in #285
- Add
set_scale
andset_offset
toRasterband
by @msalib in #294 - enforce that
GdalError
isSend
by @ChristianBeilschmidt in #293 - wrapper for gdalmdimtranslate by @ChristianBeilschmidt in #289
- allow reading dimensions from md groups by @ChristianBeilschmidt in #291
- get_statistics for rasterbands and md rasters by @ChristianBeilschmidt in #292
- Move error handling test to an integration test by @lnicola in #297
- Require matching data types in MDArray::read_into_slice by @lnicola in #300
- use tempfiles to not access file multiple times by @ChristianBeilschmidt in #302
New Contributors
- @amartin96 made their first contribution in #239
- @Barugon made their first contribution in #257
- @brendan-ward made their first contribution in #272
- @metasim made their first contribution in #274
- @MrMuetze made their first contribution in #277
Full Changelog: v0.12.0...v0.13.0