-
Notifications
You must be signed in to change notification settings - Fork 0
Release to develop #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
GEOPY-2607: Fix deprecation warning on grid-apps
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR merges release changes to the develop branch, updating dependencies and removing deprecated UI configuration fields. The key changes include upgrading internal packages (geoh5py, geoapps-utils), updating pydantic to version 2.12.0, and refreshing conda lock files with updated package versions.
- Dependency version updates for geoh5py (0.12.x → 0.13.0a), geoapps-utils (0.6.x → 0.7.0a), and pydantic (2.5.2 → 2.12.0)
- Removal of deprecated UI fields (
workspace_geoh5,conda_environment_boolean) - Addition of
iconfield to block_model_to_octree UI configuration - Comprehensive conda lock file updates with newer package versions
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| recipe.yaml | Updates version constraints for geoh5py, geoapps-utils, and pydantic dependencies |
| pyproject.toml | Updates pydantic minimum version and commented version references |
| py-3.12.conda-lock.yml | Lock file update with new package versions and dependency tree changes |
| py-3.11.conda-lock.yml | Lock file update with new package versions and dependency tree changes |
| block_models.ui.json | Removes deprecated workspace_geoh5 and conda_environment_boolean fields |
| block_model_to_octree.ui.json | Removes deprecated fields and adds icon field |
| environments/*.conda.lock.yml | Platform-specific lock file updates for py-3.11 and py-3.12 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.