v0.35.0

opengeos/geoaiv0.35.0Mar 17, 2026by giswqs

AI Summary

This release focuses on bug fixes for plotting and data handling, introduces a new dataset for instance segmentation, and improves module performance and notebook examples.

Key Highlights

  • Added support for FTW dataset in field boundary instance segmentation
  • Improved super-resolution module and added corresponding notebook
  • Fixed validation loss plotting and instance mask cleaning logic

New Features

  • FTW dataset support
  • Improved cloud detection export functions
  • Preservation of class labels in instance segmentation inference

Full Release Notes

## What's Changed
* Fix val loss plot when validation loss contains non-finite values by @giswqs in https://github.com/opengeos/geoai/pull/633
* Add error handling to push_detector_to_hub and predict_detector_from_hub by @giswqs in https://github.com/opengeos/geoai/pull/634
* Add semantic segmentation workshop and fix DataParallel state_dict loading by @giswqs in https://github.com/opengeos/geoai/pull/635
* Add legend_args parameter to view_raster and remove redundant print by @giswqs in https://github.com/opengeos/geoai/pull/636
* Add field boundary instance segmentation with FTW dataset support by @giswqs in https://github.com/opengeos/geoai/pull/637
* Fix clean_instance_mask to remove disconnected fragments by @giswqs in https://github.com/opengeos/geoai/pull/638
* Improve cloud detection notebook and export cloudmask functions by @giswqs in https://github.com/opengeos/geoai/pull/639
* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/opengeos/geoai/pull/640
* Add super-resolution notebook and improve SR module by @giswqs in https://github.com/opengeos/geoai/pull/641
* Cache OpenSR checkpoint in torch hub directory instead of cwd by @giswqs in https://github.com/opengeos/geoai/pull/642
* Preserve class labels and instance attributes in instance segmentation inference by @giswqs in https://github.com/opengeos/geoai/pull/644


**Full Changelog**: https://github.com/opengeos/geoai/compare/v0.34.0...v0.35.0