Blockmodel support additional units - #341
Merged
rohancrookbain-seequent merged 22 commits intoSep 3, 2026
Merged
Conversation
jamie-spyker-sqnt
marked this pull request as ready for review
August 27, 2026 00:36
<!-- Thank you for taking the time to make a pull request. Please review our [contribution guide](https://github.com/SeequentEvo/evo-python-sdk/blob/main/CONTRIBUTING.md) and our [code of conduct](https://github.com/SeequentEvo/evo-python-sdk/blob/main/CONTRIBUTING.md) before opening your first pull request. --> ## Description <!-- Describe your proposed changes in detail --> Very minor change to a comment which does not match what the code is doing ## Checklist - [x] I have read the contributing guide and the code of conduct
<!-- Thank you for taking the time to make a pull request. Please review our [contribution guide](https://github.com/SeequentEvo/evo-python-sdk/blob/main/CONTRIBUTING.md) and our [code of conduct](https://github.com/SeequentEvo/evo-python-sdk/blob/main/CONTRIBUTING.md) before opening your first pull request. --> ## Description Return the group information from the version and version listing responses ## Checklist - [x] I have read the contributing guide and the code of conduct --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
## Description - Reorganize block model samples into a guided SDK tutorial path, with direct API workflows separated as advanced reference material. - Add an SDK tutorial for transforming existing block model attributes, shared notebook selector helpers, and scoped sample data. - Refresh notebook compatibility/linting updates and expand the supported uv version range. ## Checklist - [x] I have read the contributing guide and the code of conduct
Fix blockmodel html repr/widget via alias ## Description Small fix to ensure typed blockmodels and their widgets work properly with updated geometry fields. ## Checklist - [ x ] I have read the contributing guide and the code of conduct
<!-- Thank you for taking the time to make a pull request. Please review our [contribution guide](https://github.com/SeequentEvo/evo-python-sdk/blob/main/CONTRIBUTING.md) and our [code of conduct](https://github.com/SeequentEvo/evo-python-sdk/blob/main/CONTRIBUTING.md) before opening your first pull request. --> ## Description This PR aims to address the slow download issue raised [here](SeequentEvo#218). For a Geoscience Object that contains many tables(i.e 100 tables) fetching that data using `download_table` is very slow as it will make a metadata request and fetch the object definition each time for every table to prepare the context for downloading. To address this, I've introduced a new method `download_tables` this will make a single metadata request to prepare the context for downloading, and the specified tables will be downloaded concurrently. <!-- Describe your proposed changes in detail --> ## Checklist - [x ] I have read the contributing guide and the code of conduct --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
…fore the sdk & apps dependant on this are updated.
jamie-spyker-sqnt
force-pushed
the
blockmodel-support-additional-units
branch
from
September 3, 2026 21:07
03211f0 to
f83f171
Compare
…ditional-units # Conflicts: # packages/evo-blockmodels/tests/test_list_block_models.py
rohancrookbain-seequent
approved these changes
Sep 3, 2026
AndreLobatoSeequent
approved these changes
Sep 3, 2026
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.
Description
str enumto maintain compatibility with existing SDK logicVOLUME_BY_VOLUMEunit type, no known reference to this outside the SDK__init__file, resolves: Bug: Cannot Import Block Model Units #320Checklist