Add OLGA runenv - #98
Merged
Merged
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new Python 3.12.10 run environment (python-3.12.10-pgen) designed for the Generation Probability block, bundling olga, polars-lts-cpu, and numpy. The environment is registered across the workspace configuration files, including catalogue/package.json, pnpm-lock.yaml, and pnpm-workspace.yaml. There are no review comments, and I have no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
kevindetry-milaboratories
force-pushed
the
kevindetry/MILAB-6358
branch
from
July 3, 2026 09:31
a07993f to
072e239
Compare
vadimpiven
approved these changes
Jul 3, 2026
kevindetry-milaboratories
force-pushed
the
kevindetry/MILAB-6358
branch
from
July 3, 2026 10:06
072e239 to
30f4189
Compare
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.
Greptile Summary
This PR adds a new Python 3.12.10 run environment (
python-3.12.10-pgen) targeting the Generation Probability (pgen) block, bundlingolgafor V(D)J CDR3 generation probability,numpy, andpolars-lts-cpu. The package is correctly wired into the monorepo workspace, catalogue, and pnpm lockfile.python-3.12.10-pgen): declaresolga==1.3.0,polars-lts-cpu==1.33.1, andnumpy==2.2.6as pip dependencies; builds forlinux-x64,linux-aarch64,macosx-aarch64, andwindows-x64only —macosx-x64is intentionally omitted from roots because nollvmlitecp312 wheel exists for that platform.3.12.10-pgenentrypoint andworkspace:*dependency are added tocatalogue/package.json, following the same pattern as all existing runenvs.minorbump for both the new package and therunenv-python-3catalogue, consistent with the project's versioning conventions.Confidence Score: 5/5
Safe to merge — this is a purely additive change that introduces a new isolated runenv package without touching any existing build logic.
All registration steps (workspace, catalogue entrypoint, catalogue dependency, lockfile) are correctly wired and follow the same conventions as existing runenvs. The intentional omission of macosx-x64 from roots mirrors the torch-cuda package approach and is clearly documented. Dependencies are pinned to specific versions. No existing packages are modified.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[pnpm-workspace.yaml python-3.12.10-pgen] --> B[python-3.12.10-pgen/package.json v0.1.0] B --> C[python-3.12.10-pgen/config.json dependencies: olga==1.3.0 polars-lts-cpu==1.33.1 numpy==2.2.6] B --> D{Platform roots} D --> E[linux-x64 ./pydist/linux-x64] D --> F[linux-aarch64 ./pydist/linux-aarch64] D --> G[macosx-aarch64 ./pydist/macosx-aarch64] D --> H[windows-x64 ./pydist/windows-x64] D -. intentionally omitted .-> I[macosx-x64 no llvmlite cp312 wheel] B --> J[catalogue/package.json entrypoints: 3.12.10-pgen dependencies: workspace:*] J --> K[block-software artifact dist/tengo/software/main.sw.json] C --> L[transitive deps numba + llvmlite via olga]%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%% flowchart TD A[pnpm-workspace.yaml python-3.12.10-pgen] --> B[python-3.12.10-pgen/package.json v0.1.0] B --> C[python-3.12.10-pgen/config.json dependencies: olga==1.3.0 polars-lts-cpu==1.33.1 numpy==2.2.6] B --> D{Platform roots} D --> E[linux-x64 ./pydist/linux-x64] D --> F[linux-aarch64 ./pydist/linux-aarch64] D --> G[macosx-aarch64 ./pydist/macosx-aarch64] D --> H[windows-x64 ./pydist/windows-x64] D -. intentionally omitted .-> I[macosx-x64 no llvmlite cp312 wheel] B --> J[catalogue/package.json entrypoints: 3.12.10-pgen dependencies: workspace:*] J --> K[block-software artifact dist/tengo/software/main.sw.json] C --> L[transitive deps numba + llvmlite via olga]Reviews (1): Last reviewed commit: "Add OLGA runenv" | Re-trigger Greptile