docs(plans): consolidated scoped-summary-stats V1 plan + V2 async outline#779
Open
paddymul wants to merge 1 commit into
Open
docs(plans): consolidated scoped-summary-stats V1 plan + V2 async outline#779paddymul wants to merge 1 commit into
paddymul wants to merge 1 commit into
Conversation
Rewrites docs/plans/async-stats.md to cover the now-in-flight scoped summary stats work (#777 frontend, #778 backend) and preserves the original async-stats motivation as V2. V1 (this PR's scope): - raw / cleaned / filtered scopes coexisting in merged_sd - `?key` optional-pinned-row config syntax for declarative render-if-present behavior - prefixed row indices in a single all_stats DF - deliberate breaking change to bare-name semantics - sync compute, no WS protocol changes - PR sequencing: this doc → #777 (JS) → #778 (backend) V2 (separate issue): - two-message WS protocol per state change - `asyncio.to_thread` for filtered scope compute - state-change keys + stale-response handling Also updates docs/plans/773-load-expr-handler.md to link to this file from its "Stats latency" follow-up note. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
📦 TestPyPI package publishedpip install --index-strategy unsafe-best-match --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ buckaroo==0.14.3.dev26184149169or with uv: uv pip install --index-strategy unsafe-best-match --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ buckaroo==0.14.3.dev26184149169MCP server for Claude Codeclaude mcp add buckaroo-table -- uvx --from "buckaroo[mcp]==0.14.3.dev26184149169" --index-strategy unsafe-best-match --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ buckaroo-table📖 Docs preview🎨 Storybook preview |
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
Consolidates the planning doc for the scoped-summary-stats work that #777 (JS) and #778 (backend) implement.
plans/(stray local copy) todocs/plans/(the convention already used bylisp-sd-channel-plan.mdetc.).async-stats.mdto cover V1 (raw / cleaned / filtered scopes,?optional pinned rows, sync compute, no WS protocol changes) and preserves the original async-stats motivation as V2 (two-message WS protocol,asyncio.to_thread).773-load-expr-handler.mdso its "Stats latency" note points to the consolidated doc.Out-of-scope follow-ups documented in the plan
cleaned_*scope (third scope; only meaningful whencleaning_method != "")depends_on_order: boolonColAnalysisso sort can skip stat recomputeTest plan
🤖 Generated with Claude Code