v0.41.1

opengeos/geoaiv0.41.1Jul 7, 2026by giswqs

AI Summary

Updates dependencies (leafmap) and replaces MkDocs with Zensical for the documentation site. Fixes logic for change_confidence and print output functions.

Key Highlights

  • Replace MkDocs with Zensical for documentation site
  • Fix change_confidence normalization logic
  • Fix hyperparameter updating behavior

Full Release Notes

## What's Changed
* chore(deps): update leafmap requirement from >=0.61.1 to >=0.63.0 by @dependabot[bot] in https://github.com/opengeos/geoai/pull/837
* fix: normalize change_confidence as cosine in [-1, 1], not a 0-145 angle by @giswqs in https://github.com/opengeos/geoai/pull/841
* Replace MkDocs with Zensical for the documentation site by @giswqs in https://github.com/opengeos/geoai/pull/842
* fix: make set_hyperparameters only update explicitly passed params by @giswqs in https://github.com/opengeos/geoai/pull/845
* fix: restore print output in print_vector_info and print_raster_info by @giswqs in https://github.com/opengeos/geoai/pull/846
* chore: bump version to 0.41.1 by @giswqs in https://github.com/opengeos/geoai/pull/847
* chore: bump qgis plugin to 1.6.1 and skip existing files on PyPI upload by @giswqs in https://github.com/opengeos/geoai/pull/848


**Full Changelog**: https://github.com/opengeos/geoai/compare/v0.41.0...v0.41.1