v0.36.0
opengeos/geoaiv0.36.0Mar 23, 2026by giswqs
AI Summary
This release introduces new AI capabilities including an image captioning module and GeoDeep integration, while updating default endpoints and improving overall code quality.
Key Highlights
- Added image captioning module using BLIP and spaCy
- Integrated GeoDeep for object detection and segmentation
- Added MiniMax as a new LLM provider for agents
- Improved code quality with better logging, error handling, types, and tests
- Fixed ChangeStar visualization layout and import_config path
New Features
- Image captioning module (BLIP, spaCy)
- GeoDeep integration
- MiniMax LLM provider
- Enhanced logging and error handling
- Type hints and documentation improvements
Full Release Notes
## What's Changed * Bump version: 0.34.0 → 0.35.0 by @giswqs in https://github.com/opengeos/geoai/pull/645 * Fix ChangeStar visualization layout and import_config path bug by @giswqs in https://github.com/opengeos/geoai/pull/646 * Update default TiTiler endpoint by @giswqs in https://github.com/opengeos/geoai/pull/648 * Add image captioning module with BLIP and spaCy by @giswqs in https://github.com/opengeos/geoai/pull/649 * Add GeoDeep integration for object detection and segmentation by @danghoangnhan in https://github.com/opengeos/geoai/pull/647 * Fix GeoDeep notebook and remove onnxruntime version caps by @giswqs in https://github.com/opengeos/geoai/pull/650 * Improve code quality: logging, error handling, types, tests, and docs by @giswqs in https://github.com/opengeos/geoai/pull/651 * Add MiniMax as LLM provider for GeoAI agents by @octo-patch in https://github.com/opengeos/geoai/pull/653 * Bump version: 0.35.0 → 0.36.0 by @giswqs in https://github.com/opengeos/geoai/pull/655 ## New Contributors * @danghoangnhan made their first contribution in https://github.com/opengeos/geoai/pull/647 * @octo-patch made their first contribution in https://github.com/opengeos/geoai/pull/653 **Full Changelog**: https://github.com/opengeos/geoai/compare/v0.35.0...v0.36.0