Skip to content

PFrames bump#95

Merged
vadimpiven merged 1 commit into
mainfrom
fix/bump_pframes
Jun 18, 2026
Merged

PFrames bump#95
vadimpiven merged 1 commit into
mainfrom
fix/bump_pframes

Conversation

@vadimpiven

@vadimpiven vadimpiven commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR bumps the polars-pf Python package from 1.1.49 to 1.1.51 in the Python 3.12.10 environment configuration and adds the corresponding changeset entry for a patch release.

  • polars-pf (python-3.12.10/config.json): Version incremented from 1.1.491.1.51 (skips 1.1.50), picking up two patch releases of the PFrames Polars integration.
  • fast-candies-do.md (.changeset/): New changeset file declaring this as a patch-level release for @platforma-open/milaboratories.runenv-python-3.12.10.

Touched Terms:

Term Definition Change
polars-pf Python package providing PFrames (Platforma Frames) integration with the Polars dataframe library, enabling columnar data exchange between Platforma workflows and Python analysis code. Bumped from 1.1.49 to 1.1.51, incorporating two patch releases upstream.
PFrames The Platforma Frames data format/abstraction — a typed, columnar data container used to pass structured table data between workflow steps (blocks) in the Platforma platform. Indirectly updated via the polars-pf package upgrade.
patch (changeset type) Semantic versioning category for backward-compatible bug fixes or minor dependency bumps, as defined by the Changesets versioning workflow. Correctly categorised as patch since only an internal dependency version is bumped with no API surface change.

Confidence Score: 5/5

A single-line dependency pin update with a correctly typed changeset — safe to merge.

Only one dependency (polars-pf) changes, moving from 1.1.49 to 1.1.51. The changeset correctly marks this as a patch release. No configuration structure, build logic, or other packages are touched.

No files require special attention.

Important Files Changed

Filename Overview
.changeset/fast-candies-do.md New changeset file declaring a patch release for the @platforma-open/milaboratories.runenv-python-3.12.10 package with a "PFrames bump" message.
python-3.12.10/config.json Bumps polars-pf dependency from 1.1.49 to 1.1.51; all other dependencies remain unchanged.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[python-3.12.10/config.json] -->|declares dependency| B["polars-pf==1.1.51\n(was 1.1.49)"]
    B -->|provides| C[PFrames ↔ Polars integration]
    C -->|used by| D[Python workflow blocks]
    E[.changeset/fast-candies-do.md] -->|triggers patch release for| F["@platforma-open/milaboratories\n.runenv-python-3.12.10"]
    A -.->|versioned by| E
Loading
%%{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[python-3.12.10/config.json] -->|declares dependency| B["polars-pf==1.1.51\n(was 1.1.49)"]
    B -->|provides| C[PFrames ↔ Polars integration]
    C -->|used by| D[Python workflow blocks]
    E[.changeset/fast-candies-do.md] -->|triggers patch release for| F["@platforma-open/milaboratories\n.runenv-python-3.12.10"]
    A -.->|versioned by| E
Loading

Reviews (1): Last reviewed commit: "PFrames bump" | Re-trigger Greptile

Context used:

  • Context used - Terms is a types in codebase. Provide the list of ... (source)

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the polars-pf dependency version from 1.1.49 to 1.1.51 in python-3.12.10/config.json and adds a corresponding changeset file to document the patch bump. There are no review comments, and 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.

@vadimpiven vadimpiven merged commit 33c28b6 into main Jun 18, 2026
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants