v0.37.1
opengeos/geoaiv0.37.1Apr 7, 2026by giswqs
AI Summary
This release introduces support for multi-class labels in the ObjectDetectionDataset and resolves a logger shadowing issue in the image classifier training script.
Key Highlights
- Support for multi-class labels in ObjectDetectionDataset
- Fix for module logger shadowing in train_image_classifier
New Features
- Support for multi-class labels in ObjectDetectionDataset
Full Release Notes
## What's Changed - fix: avoid shadowing module logger in train_image_classifier by @giswqs in https://github.com/opengeos/geoai/pull/685 - feat: support multi-class labels in ObjectDetectionDataset by @giswqs in https://github.com/opengeos/geoai/pull/686 **Full Changelog**: https://github.com/opengeos/geoai/compare/v0.37.0...v0.37.1