build(polars): migrate to crates.io 0.54.4, drop git rev pin#378
Merged
Conversation
Replace the pinned pola-rs/polars git rev (0.53.0) with a plain crates.io SemVer dependency on polars 0.54.4. Polars 0.54.x ships the nightly std::simd / core::unicode patches the git rev carried and accepts modern chrono (workspace resolves 0.4.45), so the git source is no longer needed. Renames the 0.54 streaming feature (was new_streaming). Regenerates the lockfile to a registry source (zero git sources remain). Unblocks crates.io publishability (release-automation-plan deviation row 5).
Two breaking changes in polars 0.54: - LazyFrame::with_new_streaming was renamed to with_streaming. - &ChunkedArray no longer implements IntoIterator; replace .into_iter() with .iter() (same Option<T> item type) across uffs-core and uffs-diag iteration sites. No behavioural change; verified by cargo nextest (1998 passed).
Polars is now a crates.io SemVer dependency, so there is no main HEAD to chase. Remove update_polars_git() + the STEP_UPDATE_POLARS ship step (scripts/ci-pipeline) and replace the 'just polars' git-HEAD bump recipe with a crates.io SemVer bump. Ship-pipeline step numbering is preserved, matching the existing 08/09 retirement convention.
Polars no longer comes from git (crates.io now), so the allow-git allowlist is empty. The file is also reflowed to taplo's 2-space style (it predated taplo enforcement, which is staged-scoped and so never caught it until this edit re-touched the file).
Add an §8.1 deviations-log row documenting that crates.io polars 0.54.4 removes the git-rev / chrono blocker, unblocking R5/R6/R8 publishability. Mark the stale 'keep update_polars_git()' R5 note as removed and update the dependency-policy rationale to reference the crates.io dependency.
…ration Vet-Reviewed-Diff: polars@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-arrow@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-async@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-buffer@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-compute@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-config@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-core@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-dtype@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-error@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-expr@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-io@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-json@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-lazy@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-mem-engine@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-ooc@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-ops@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-parquet@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-plan@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-row@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-schema@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-sql@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-stream@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-time@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4 Vet-Reviewed-Diff: polars-utils@0.53.0@git:1e9a63b95923291cd8849d70d96b8cec4e96da6a->0.54.4
34deaab to
206c134
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.
build(polars): migrate to crates.io 0.54.4, drop git rev pin
Replaces the pinned pola-rs/polars git rev with a plain crates.io SemVer dependency on polars 0.54.4.
Changes
Verification
Impact
Unblocks R5/R6/R8 release automation.