GEOPY-2759: have consistency in output labels: name, vs data name vs data group name#116
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the project’s pinned Python environments and a few UI labels, primarily to pick up newer dependency builds and a newer geoh5py revision (now pulling in psutil).
Changes:
- Regenerated conda lockfiles for Python 3.12 / 3.13 (linux-64 + win-64), updating multiple transitive packages (AWS C libs,
libcurl,libexpat,matplotlib-base, etc.). - Bumped
geoh5pyto a newer git revision and addedpsutil==7.2.2to the pip-installed set in the environment locks. - Updated
export_asUI label text from “Save as” to “Name” in several.ui.jsondefinitions.
Reviewed changes
Copilot reviewed 21 out of 21 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| py-3.12.conda-lock.yml | Updates pinned package URLs/hashes/versions; bumps geoh5py ref and introduces psutil as a pip dependency in the lock. |
| environments/py-3.13-win-64.conda.lock.yml | Refreshes the win-64 py3.13 environment pins and adds psutil==7.2.2 to pip deps. |
| environments/py-3.13-win-64-raw.conda.lock.yml | Same as above for the “raw” win-64 py3.13 lock output. |
| environments/py-3.13-win-64-dev.conda.lock.yml | Refreshes the win-64 py3.13 dev environment pins; adds psutil==7.2.2 to pip deps. |
| environments/py-3.13-win-64-dev-raw.conda.lock.yml | Same as above for the “raw” win-64 py3.13 dev lock output. |
| environments/py-3.13-linux-64.conda.lock.yml | Refreshes the linux-64 py3.13 environment pins and adds psutil==7.2.2 to pip deps. |
| environments/py-3.13-linux-64-raw.conda.lock.yml | Same as above for the “raw” linux-64 py3.13 lock output. |
| environments/py-3.13-linux-64-dev.conda.lock.yml | Refreshes the linux-64 py3.13 dev environment pins; adds psutil==7.2.2 to pip deps. |
| environments/py-3.13-linux-64-dev-raw.conda.lock.yml | Same as above for the “raw” linux-64 py3.13 dev lock output. |
| environments/py-3.12-win-64.conda.lock.yml | Refreshes the win-64 py3.12 environment pins and adds psutil==7.2.2 to pip deps. |
| environments/py-3.12-win-64-raw.conda.lock.yml | Same as above for the “raw” win-64 py3.12 lock output. |
| environments/py-3.12-win-64-dev.conda.lock.yml | Refreshes the win-64 py3.12 dev environment pins; adds psutil==7.2.2 to pip deps. |
| environments/py-3.12-win-64-dev-raw.conda.lock.yml | Same as above for the “raw” win-64 py3.12 dev lock output. |
| environments/py-3.12-linux-64.conda.lock.yml | Refreshes the linux-64 py3.12 environment pins and adds psutil==7.2.2 to pip deps. |
| environments/py-3.12-linux-64-raw.conda.lock.yml | Same as above for the “raw” linux-64 py3.12 lock output. |
| environments/py-3.12-linux-64-dev.conda.lock.yml | Refreshes the linux-64 py3.12 dev environment pins; adds psutil==7.2.2 to pip deps. |
| environments/py-3.12-linux-64-dev-raw.conda.lock.yml | Same as above for the “raw” linux-64 py3.12 dev lock output. |
| curve_apps-assets/uijson/trend_lines.ui.json | Changes export_as label from “Save as” to “Name”. |
| curve_apps-assets/uijson/edge_detection.ui.json | Changes export_as label from “Save as” to “Name”. |
| curve_apps-assets/uijson/contours.ui.json | Changes export_as label from “Save as” to “Name”. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/GA_4.8 #116 +/- ##
==================================================
+ Coverage 67.97% 68.02% +0.04%
==================================================
Files 20 20
Lines 2364 2364
Branches 325 325
==================================================
+ Hits 1607 1608 +1
Misses 654 654
+ Partials 103 102 -1 🚀 New features to boost your workflow:
|
MatthieuCMira
approved these changes
May 7, 2026
Contributor
MatthieuCMira
left a comment
There was a problem hiding this comment.
good for me.
You are pushing objects right?
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.
GEOPY-2759 - have consistency in output labels: name, vs data name vs data group name