v0.51.14 (yanked)
What's Changed
- chore(weave): Tidy up typing imports by @andrewtruong in #2522
- chore(weave): Cleanup mistral integration tests by @andrewtruong in #2525
- feat: Minimize blocking calls while Tracing by @tssweeney in #2434
- feat: Expose TableQueryStats and Paginated Table Queries by @tssweeney in #2534
- chore(weave): Update .git* files by @andrewtruong in #2542
- chore(weave): Move pytest.ini into pyproject by @andrewtruong in #2543
- chore(app): Silencing browser warnings from props falling through to the DOM by @jtulk in #2538
- chore(weave): Move old examples by @andrewtruong in #2545
- chore(weave): Remove .vscode by @andrewtruong in #2546
- chore(weave): Move trace tests into 1 dir by @andrewtruong in #2523
- chore(weave): Move to nox (speed up unit tests by ~17%) by @andrewtruong in #2519
- chore(weave): Fix api key check by @andrewtruong in #2548
- chore(weave): Remove semver dep by @andrewtruong in #2527
- chore(weave): Make lint and formatting checks stricter by @andrewtruong in #2549
- chore(weave): Fix cli escape sequence by @andrewtruong in #2552
- chore(weave): Fix typos by @andrewtruong in #2554
- fix:
include_feedback
breaks when > 10 results AND no expand fields listed by @tssweeney in #2541 - chore(weave): Update pyproject by @andrewtruong in #2550
- perf: Improve Table Query Performance by @tssweeney in #2558
- perf: split metadata/val in objects query by @gtarpenning in #2512
- chore: Make update doc runnable by @scottire in #2531
- fix(registries): handle loading state for 2 queries separately in PanelHistogramInner by @ibindlish in #2540
- feat: Paginated table queries by @tssweeney in #2535
- chore: Ensure all failed futures have exceptions logged by @tssweeney in #2559
- chore: Fix Langchain flake by @tssweeney in #2561
- chore: Reduce Table page size to 100 by @tssweeney in #2332
- chore(weave): Move tests to top level by @andrewtruong in #2555
- chore(weave): Move old build files by @andrewtruong in #2551
- chore(weave): Remove unused utils by @andrewtruong in #2556
- chore(weave): Add conditional ci by @andrewtruong in #2547
- chore: Fix log flake by @tssweeney in #2577
- fix: tool call text overflow by @jamie-rasmussen in #2579
- chore(dev): static fingerprint for error with useNodeValue by @bcsherma in #2528
- chore(weave): Move weave_query scripts by @andrewtruong in #2524
- chore(weave): Add new
CONTRIBUTING.md
by @andrewtruong in #2568 - chore(weave): Project sidebar takes in models access param by @ethanho154 in #2565
- chore(weave): Make CI detect all file changes since fork point, not just the last commit by @andrewtruong in #2584
- fix: Better filtering by ref values by @tssweeney in #2563
- docs: update PII cookbook to use the new Weave Ops postprocessing by @wylerz in #2562
- docs(integrations): Add cookbook images to intro, summarization, prompt optimization by @ash0ts in #2553
- chore(weave): add show more button on arrays longer than 50 items by @jwlee64 in #2498
- chore(weave): Trim deps by @andrewtruong in #2593
- chore(weave): Cleanup conftest by @andrewtruong in #2580
- chore(weave): Update FE build by @andrewtruong in #2595
- fix: select columns for child call table preview by @jamie-rasmussen in #2507
- chore(weave): add outline button by @jwlee64 in #2586
- style(weave): Add pagination component and move calls table pagination controls by @jwlee64 in #2589
- fix(weave): align tables column header cell text based on panel type by @domphan-wandb in #2486
- chore(weave): Dont use relative imports by @andrewtruong in #2598
- chore(weave): Organize rich by @andrewtruong in #2601
- fix: Use explicit type for component style by @domphan-wandb in #2602
- feat(ui): Create Callout component by @connieelee in #2605
- chore(query): Add back ops imports by @andrewtruong in #2604
- chore(weave): fix vite warning about ?? operator by @wandbjake in #2607
- fix: ref alignment in grid cell by @jamie-rasmussen in #2603
- chore(weave): Move to hatch build by @andrewtruong in #2610
- chore(query): Update .gitignore by @andrewtruong in #2609
- chore(weave): Remove old decorator overloads by @andrewtruong in #2599
- chore: make op and obj links teal in grid first col by @jamie-rasmussen in #2611
- chore(weave): Fix litellm tests by @andrewtruong in #2613
- fix: table read query deduplicates identical rows by @gtarpenning in #2608
- chore: Add back image tests to test suite by @tssweeney in #2616
- chore(weave): Speed up tests by 14% by @andrewtruong in #2618
- fix: broken obj grid links by @jamie-rasmussen in #2612
- chore(weave): move refresh button, minor style to op filter, and filter by @jwlee64 in #2629
- style(weave): hide delete if no calls are selected by @jwlee64 in #2631
- chore: Add basic analytics tracking for panel configuration settings by @domphan-wandb in #2626
- chore(weave): Move docker dir to weave_query by @andrewtruong in #2621
- feat: add finish handler for ops by @jamie-rasmussen in #2633
- chore(dev): add sentry helpers for the core app to common/util by @bcsherma in #2630
- chore: update license key for MUI data grid by @jamie-rasmussen in #2640
- chore(weave): Update release action by @andrewtruong in #2642
New Contributors
- @ethanho154 made their first contribution in #2565
- @wylerz made their first contribution in #2562
- @domphan-wandb made their first contribution in #2486
- @wandbjake made their first contribution in #2607
Full Changelog: v0.51.12...v0.51.14