Skip to content

v0.8.1

Latest
Compare
Choose a tag to compare
@EwoutH EwoutH released this 03 Sep 20:20
· 22 commits to main since this release
af7f82d

Highlights

Mesa-Geo 0.8.1 is a small patch release containing a single feature, a documentation update and a bug fixed.

The real novelty is that from now on, all GIS examples on Mesa-examples are tested in CI against Mesa-Geo. We fixed 16 bugs in the 7 GIS example models (mesa-examples#172), which are now available on two branches:

  • On the main branch GIS examples can be found will keep being updated for the latest Mesa and Mesa-Geo versions.
  • On the mesa-2.x branch GIS examples examples can be found that keep working with Mesa 2.x and Mesa-Geo 0.8.x.

The Mesa-Geo 0.8.x. series is compatible with Mesa 2.3.x. The next Mesa-Geo release series, 0.9.x, will be compatible with with Mesa 3.0.

What's Changed

🎉 New features added

  • Expose rasterio's opener argument in Rasterlayer.from_file by @EwoutH in #237

🐛 Bugs fixed

  • add model parameter in RasterLayer class method by @wang-boyu in #240

📜 Documentation improvements

🔧 Maintenance

  • Add test script for GIS examples and run that in CI by @EwoutH in #241

Full Changelog: v0.8.0...v0.8.1