chore: bump GeoAgent to 1.4.1#65
Merged
Merged
Conversation
Patch release that raises plugin dependency guidance to GeoAgent 1.4.1 and documents the Source Coop sample data download for the QGIS plugin.
|
🚀 Deployed on https://69f4a52f9c86e50090dae1cd--opengeos.netlify.app |
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps GeoAgent/OpenGeoAgent to version 1.4.1 across the core package, QGIS plugin dependency guidance, and related documentation so the QGIS plugin’s install instructions and dependency gate align with the new release.
Changes:
- Updated version strings to 1.4.1 in
pyproject.tomlandgeoagent/__init__.py. - Raised QGIS plugin dependency guidance to
GeoAgent[providers]>=1.4.1across the plugin UI, dependency manager, README, and tests. - Added a Sample Data section to the QGIS plugin docs with a Source Coop download link.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| qgis_geoagent/tests/test_startup_performance.py | Updates test expectations for the new GeoAgent minimum version requirement. |
| qgis_geoagent/open_geoagent/metadata.txt | Bumps plugin version to 1.4.1 and adds a 1.4.1 changelog entry. |
| qgis_geoagent/open_geoagent/dialogs/settings_dock.py | Updates the manual fallback install string shown on dependency install failure. |
| qgis_geoagent/open_geoagent/deps_manager.py | Raises the core runtime dependency spec for GeoAgent to >=1.4.1 and updates related error/help text. |
| qgis_geoagent/README.md | Updates manual fallback install commands to reference >=1.4.1. |
| pyproject.toml | Bumps project version and bumpversion current_version to 1.4.1. |
| geoagent/init.py | Bumps runtime __version__ to 1.4.1. |
| docs/qgis-plugin.md | Adds a Sample Data section linking to a downloadable ZIP. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+50
to
+52
| 1.4.1 - Patch update for GEE Data Catalogs styling | ||
| - Raised the plugin dependency guidance to GeoAgent 1.4.1 | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
geoagent,pyproject.toml, the QGIS plugin metadata/README, and dependency specs.Test plan
pre-commit run --all-filespytest tests/ -qGeoAgent[providers]>=1.4.1.