Skip to content

v0.14.0

Compare
Choose a tag to compare
@metasim metasim released this 11 Nov 16:59
· 347 commits to master since this release

What's Changed

  • Increased documentation content of README and root rustdoc page. by @metasim in #296
  • Fix dimensions getter when no dimensions are available by @lnicola in #303
  • Enabled non-consuming fallible conversion from GDAL to geo-types Geometry by @metasim in #295
  • Enabled docs.rs feature gate flag rendering. by @metasim in #304
  • Miscellaneous documentation refinements and additions. by @metasim in #307
  • Added Rasterband::set_no_data accepting Option<f64>. by @metasim in #308
  • Made mapping between ResampleAlg and GDALRIOResampleAlg more direct. by @metasim in #309
  • Expanded documentation for GeoTransform by @metasim in #310
  • Added a more ergonomic means of accessing GDAL version properties. by @metasim in #305
  • Quality-of-life additions to CplStringList. by @metasim in #311
  • Added ability to create and edit color tables. by @metasim in #314
  • Rasterband documentation refinements. by @metasim in #319
  • Convert byte_no_cf and cf_nasa_4326 to Zarr by @lnicola in #321
  • Bump actions/checkout by @lnicola in #322
  • Update bindgen requirement from 0.60 to 0.61 by @dependabot in #317
  • Fix some clippy warnings by @lnicola in #326
  • Call cargo directly instead of using actions-rs/cargo by @lnicola in #325
  • Use rustup instead of actions-rs/toolchain by @lnicola in #327
  • add a driver manager wrapper by @ChristianBeilschmidt in #324
  • Wait for osgeo/gdal tests to complete by @lnicola in #328
  • Drop trybuild test by @lnicola in #329
  • Disallow warnings in doctests by @metasim in #330
  • Filling out GDALDataType metadata and utility support. by @metasim in #318

Full Changelog: v0.13.0...v0.14.0