Bump to v0.5.0, update comparison packages, refresh benchmarks - #59
Closed
w-martin wants to merge 1 commit into
Closed
Bump to v0.5.0, update comparison packages, refresh benchmarks#59w-martin wants to merge 1 commit into
w-martin wants to merge 1 commit into
Conversation
Version bump to 0.5.0 (pyproject.toml, __init__.py, Cargo.toml) reflecting the new default-on external package tracing feature landing alongside this. Bumped dev-dependency floors (ruff, ty, mypy, pyarrow) and re-locked every examples/comparisons/* subproject against current PyPI releases: great_expectations 1.19.1 -> 1.20.0, static-frame 5.0.0 -> 5.1.1 (everything else already at latest). strictly_typed_pandas stays pinned to pandas<=2.2.3 per its own upstream constraint. Re-ran benchmarks/benchmark_checkers.py --update-readme against the bumped toolchain, and bumped GE_COMMIT (1.9.3 -> 1.20.0) for the large-corpus timing benchmark per the script's own "bump deliberately on a new release" convention. Updated the README Feature Matrix's "Version tested" row and tool-description version parentheticals to match.
Owner
Author
|
Folding this into #58 instead — should be one PR, and the version bump belongs alongside the change that motivates it. |
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.
Summary
pyproject.toml,src/typedframes/__init__.py,rust/Cargo.toml) — reflects the new default-on external package tracing feature landing in Detect DataFrames inside class methods and control flow; trace external packages by default #58.ruff0.16.2→0.16.3,ty0.0.69→0.0.72,mypy2.3.0→2.3.1,pyarrow25.0.0→25.0.1) and re-lock everyexamples/comparisons/*subproject against current PyPI releases:great-expectations1.19.1→1.20.0,static-frame5.0.0→5.1.1 — everything else in the comparison set was already at latest.strictly_typed_pandasstays pinned topandas<=2.2.3per that package's own upstream constraint.benchmarks/benchmark_checkers.py --update-readmeagainst the bumped toolchain, and bumpedGE_COMMIT(1.9.3→1.20.0) for the large-corpus timing benchmark, per the script's own "bump deliberately on a new release" convention.Test plan
uv run inv test— 299 Python tests, 100% branch coverage; 141 Rust unit + 13 integration testsuv run inv lint— ruff/ty/bandit/complexipy/clippy/fmt all cleanuv lockclean in all 10examples/comparisons/*subprojects, no resolution conflicts