v0.37.2
opengeos/geoaiv0.37.2Apr 15, 2026by giswqs
AI Summary
This release updates GeoAI to version 0.37.2, introducing fine-tuning support for segmentation models and a CLI agent harness, while resolving bugs related to vector exports and sliding-window inference.
Key Highlights
- Added fine-tuning support for pretrained segmentation models
- Added CLI-anything agent harness for GeoAI
- Fixed SamGeo vector export execution in venv subprocess
- Fixed padding issues for undersized edge tiles in sliding-window inference
New Features
- Fine-tuning support for pretrained segmentation models
- CLI-anything agent harness for GeoAI
Full Release Notes
## What's Changed * fix: run SamGeo vector export in venv subprocess (#688) by @giswqs in https://github.com/opengeos/geoai/pull/690 * feat: add fine-tuning support for pretrained segmentation models by @giswqs in https://github.com/opengeos/geoai/pull/693 * feat: add cli-anything agent harness for GeoAI by @giswqs in https://github.com/opengeos/geoai/pull/694 * fix: pad undersized edge tiles in sliding-window inference by @giswqs in https://github.com/opengeos/geoai/pull/697 * Bump version: 0.37.1 → 0.37.2 by @giswqs in https://github.com/opengeos/geoai/pull/698 **Full Changelog**: https://github.com/opengeos/geoai/compare/v0.37.1...v0.37.2