PFrames bump#1707
Conversation
🦋 Changeset detectedLatest commit: 61c2713 The changes in this PR will be included in the next version bump. This PR includes changesets to release 11 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Code Review
This pull request updates the polars-pf dependency to version 1.1.49 in requirements.txt and bumps the @platforma-open/milaboratories.runenv-python-3 package version to 1.10.4 in the pnpm workspace and lockfile. It also adds a changeset for the PFrames bump and applies minor formatting to a test file. There are no review comments, so I have no 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.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1707 +/- ##
===========================================
+ Coverage 44.56% 55.25% +10.68%
===========================================
Files 43 313 +270
Lines 2540 17561 +15021
Branches 663 3833 +3170
===========================================
+ Hits 1132 9703 +8571
- Misses 1225 6624 +5399
- Partials 183 1234 +1051 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Greptile Summary
This PR bumps the PFrames Python library (
polars-pf) from1.1.43to1.1.49within the ptabler software package, and upgrades the associated Python 3 runtime environment (runenv-python-3) from1.10.3to1.10.4along with several of its sub-environment packages.polars-pf(PFrames): The core change — bumped1.1.43 → 1.1.49inlib/ptabler/software/src/requirements.txt. This is the Polars-based PFrames data-frame integration used by ptabler.@platforma-open/milaboratories.runenv-python-3: Bumped1.10.3 → 1.10.4inpnpm-workspace.yamland the lockfile, pulling in updated sub-environments (runenv-python-3.12.101.3.17 → 1.3.18,h5ad1.1.4 → 1.1.5,rapids1.6.0 → 1.7.0,sccoda1.3.5 → 1.3.6).tests/workflow-tengo/src/exec/workdir/mkdir.test.ts: Cosmetic reformatting only — a multi-linerenderTemplatecall was collapsed to a single line with no functional change.Confidence Score: 5/5
Routine dependency bump with no logic changes; safe to merge.
All changes are version bumps to pinned Python dependencies (polars-pf 1.1.43→1.1.49) and the Python 3 runtime environment bundle, plus a cosmetic test-file reformat. The changeset correctly marks the ptabler package as a patch release. No application logic, API contracts, or data-flow paths are modified.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["@platforma-open/milaboratories.software-ptabler\n(patch release)"] --> B["lib/ptabler/software/src/requirements.txt\npolars-pf 1.1.43 → 1.1.49"] A --> C["@platforma-open/milaboratories.runenv-python-3\n1.10.3 → 1.10.4"] C --> D["runenv-python-3.12.10\n1.3.17 → 1.3.18"] C --> E["runenv-python-3.12.10-h5ad\n1.1.4 → 1.1.5"] C --> F["runenv-python-3.12.10-rapids\n1.6.0 → 1.7.0"] C --> G["runenv-python-3.12.10-sccoda\n1.3.5 → 1.3.6"]%%{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["@platforma-open/milaboratories.software-ptabler\n(patch release)"] --> B["lib/ptabler/software/src/requirements.txt\npolars-pf 1.1.43 → 1.1.49"] A --> C["@platforma-open/milaboratories.runenv-python-3\n1.10.3 → 1.10.4"] C --> D["runenv-python-3.12.10\n1.3.17 → 1.3.18"] C --> E["runenv-python-3.12.10-h5ad\n1.1.4 → 1.1.5"] C --> F["runenv-python-3.12.10-rapids\n1.6.0 → 1.7.0"] C --> G["runenv-python-3.12.10-sccoda\n1.3.5 → 1.3.6"]Reviews (1): Last reviewed commit: "PFrames bump" | Re-trigger Greptile