Weave

Latest version: v0.51.22

Safety actively analyzes 682457 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

0.51.16

What's Changed
* chore(weave): Tidy up typing imports by andrewtruong in https://github.com/wandb/weave/pull/2522
* chore(weave): Cleanup mistral integration tests by andrewtruong in https://github.com/wandb/weave/pull/2525
* feat: Minimize blocking calls while Tracing by tssweeney in https://github.com/wandb/weave/pull/2434
* feat: Expose TableQueryStats and Paginated Table Queries by tssweeney in https://github.com/wandb/weave/pull/2534
* chore(weave): Update .git* files by andrewtruong in https://github.com/wandb/weave/pull/2542
* chore(weave): Move pytest.ini into pyproject by andrewtruong in https://github.com/wandb/weave/pull/2543
* chore(app): Silencing browser warnings from props falling through to the DOM by jtulk in https://github.com/wandb/weave/pull/2538
* chore(weave): Move old examples by andrewtruong in https://github.com/wandb/weave/pull/2545
* chore(weave): Remove .vscode by andrewtruong in https://github.com/wandb/weave/pull/2546
* chore(weave): Move trace tests into 1 dir by andrewtruong in https://github.com/wandb/weave/pull/2523
* chore(weave): Move to nox (speed up unit tests by ~17%) by andrewtruong in https://github.com/wandb/weave/pull/2519
* chore(weave): Fix api key check by andrewtruong in https://github.com/wandb/weave/pull/2548
* chore(weave): Remove semver dep by andrewtruong in https://github.com/wandb/weave/pull/2527
* chore(weave): Make lint and formatting checks stricter by andrewtruong in https://github.com/wandb/weave/pull/2549
* chore(weave): Fix cli escape sequence by andrewtruong in https://github.com/wandb/weave/pull/2552
* chore(weave): Fix typos by andrewtruong in https://github.com/wandb/weave/pull/2554
* fix: `include_feedback` breaks when > 10 results AND no expand fields listed by tssweeney in https://github.com/wandb/weave/pull/2541
* chore(weave): Update pyproject by andrewtruong in https://github.com/wandb/weave/pull/2550
* perf: Improve Table Query Performance by tssweeney in https://github.com/wandb/weave/pull/2558
* perf: split metadata/val in objects query by gtarpenning in https://github.com/wandb/weave/pull/2512
* chore: Make update doc runnable by scottire in https://github.com/wandb/weave/pull/2531
* fix(registries): handle loading state for 2 queries separately in PanelHistogramInner by ibindlish in https://github.com/wandb/weave/pull/2540
* feat: Paginated table queries by tssweeney in https://github.com/wandb/weave/pull/2535
* chore: Ensure all failed futures have exceptions logged by tssweeney in https://github.com/wandb/weave/pull/2559
* chore: Fix Langchain flake by tssweeney in https://github.com/wandb/weave/pull/2561
* chore: Reduce Table page size to 100 by tssweeney in https://github.com/wandb/weave/pull/2332
* chore(weave): Move tests to top level by andrewtruong in https://github.com/wandb/weave/pull/2555
* chore(weave): Move old build files by andrewtruong in https://github.com/wandb/weave/pull/2551
* chore(weave): Remove unused utils by andrewtruong in https://github.com/wandb/weave/pull/2556
* chore(weave): Add conditional ci by andrewtruong in https://github.com/wandb/weave/pull/2547
* chore: Fix log flake by tssweeney in https://github.com/wandb/weave/pull/2577
* fix: tool call text overflow by jamie-rasmussen in https://github.com/wandb/weave/pull/2579
* chore(dev): static fingerprint for error with useNodeValue by bcsherma in https://github.com/wandb/weave/pull/2528
* chore(weave): Move weave_query scripts by andrewtruong in https://github.com/wandb/weave/pull/2524
* chore(weave): Add new` CONTRIBUTING.md` by andrewtruong in https://github.com/wandb/weave/pull/2568
* chore(weave): Project sidebar takes in models access param by ethanho154 in https://github.com/wandb/weave/pull/2565
* chore(weave): Make CI detect all file changes since fork point, not just the last commit by andrewtruong in https://github.com/wandb/weave/pull/2584
* fix: Better filtering by ref values by tssweeney in https://github.com/wandb/weave/pull/2563
* docs: update PII cookbook to use the new Weave Ops postprocessing by wylerz in https://github.com/wandb/weave/pull/2562
* docs(integrations): Add cookbook images to intro, summarization, prompt optimization by ash0ts in https://github.com/wandb/weave/pull/2553
* chore(weave): add show more button on arrays longer than 50 items by jwlee64 in https://github.com/wandb/weave/pull/2498
* chore(weave): Trim deps by andrewtruong in https://github.com/wandb/weave/pull/2593
* chore(weave): Cleanup conftest by andrewtruong in https://github.com/wandb/weave/pull/2580
* chore(weave): Update FE build by andrewtruong in https://github.com/wandb/weave/pull/2595
* fix: select columns for child call table preview by jamie-rasmussen in https://github.com/wandb/weave/pull/2507
* chore(weave): add outline button by jwlee64 in https://github.com/wandb/weave/pull/2586
* style(weave): Add pagination component and move calls table pagination controls by jwlee64 in https://github.com/wandb/weave/pull/2589
* fix(weave): align tables column header cell text based on panel type by domphan-wandb in https://github.com/wandb/weave/pull/2486
* chore(weave): Dont use relative imports by andrewtruong in https://github.com/wandb/weave/pull/2598
* chore(weave): Organize rich by andrewtruong in https://github.com/wandb/weave/pull/2601
* fix: Use explicit type for component style by domphan-wandb in https://github.com/wandb/weave/pull/2602
* feat(ui): Create Callout component by connieelee in https://github.com/wandb/weave/pull/2605
* chore(query): Add back ops imports by andrewtruong in https://github.com/wandb/weave/pull/2604
* chore(weave): fix vite warning about ?? operator by wandbjake in https://github.com/wandb/weave/pull/2607
* fix: ref alignment in grid cell by jamie-rasmussen in https://github.com/wandb/weave/pull/2603
* chore(weave): Move to hatch build by andrewtruong in https://github.com/wandb/weave/pull/2610
* chore(query): Update .gitignore by andrewtruong in https://github.com/wandb/weave/pull/2609
* chore(weave): Remove old decorator overloads by andrewtruong in https://github.com/wandb/weave/pull/2599
* chore: make op and obj links teal in grid first col by jamie-rasmussen in https://github.com/wandb/weave/pull/2611
* chore(weave): Fix litellm tests by andrewtruong in https://github.com/wandb/weave/pull/2613
* fix: table read query deduplicates identical rows by gtarpenning in https://github.com/wandb/weave/pull/2608
* chore: Add back image tests to test suite by tssweeney in https://github.com/wandb/weave/pull/2616
* chore(weave): Speed up tests by 14% by andrewtruong in https://github.com/wandb/weave/pull/2618
* fix: broken obj grid links by jamie-rasmussen in https://github.com/wandb/weave/pull/2612
* chore(weave): move refresh button, minor style to op filter, and filter by jwlee64 in https://github.com/wandb/weave/pull/2629
* style(weave): hide delete if no calls are selected by jwlee64 in https://github.com/wandb/weave/pull/2631
* chore: Add basic analytics tracking for panel configuration settings by domphan-wandb in https://github.com/wandb/weave/pull/2626
* chore(weave): Move docker dir to weave_query by andrewtruong in https://github.com/wandb/weave/pull/2621
* feat: add finish handler for ops by jamie-rasmussen in https://github.com/wandb/weave/pull/2633
* chore(dev): add sentry helpers for the core app to common/util by bcsherma in https://github.com/wandb/weave/pull/2630
* chore: update license key for MUI data grid by jamie-rasmussen in https://github.com/wandb/weave/pull/2640
* chore(weave): Update release action by andrewtruong in https://github.com/wandb/weave/pull/2642
* chore: Doc Gen Oct 9 by tssweeney in https://github.com/wandb/weave/pull/2649
* chore(weave): Add note on providing reproducible examples by andrewtruong in https://github.com/wandb/weave/pull/2647
* chore: fix vscode test config by dannygoldstein in https://github.com/wandb/weave/pull/2651
* chore(weave): Seed cost table by jwlee64 in https://github.com/wandb/weave/pull/2625
* chore: Fix flakey image test by tssweeney in https://github.com/wandb/weave/pull/2658
* chore: Cleanup and remove frontend build processes by tssweeney in https://github.com/wandb/weave/pull/2644
* fix: Python-side duplicate dataset rows by tssweeney in https://github.com/wandb/weave/pull/2643
* chore(weave): Add py313 to tests by andrewtruong in https://github.com/wandb/weave/pull/2614
* feat: Add display_name to ops by tssweeney in https://github.com/wandb/weave/pull/2655
* feat(weave): Add NotDiamond integration by andrewtruong in https://github.com/wandb/weave/pull/2606
* fix: don't autoselect markdown renderer by jamie-rasmussen in https://github.com/wandb/weave/pull/2663
* chore: move Usage table in Call summary by jamie-rasmussen in https://github.com/wandb/weave/pull/2641
* chore: eval selection bar UI tweaks by gtarpenning in https://github.com/wandb/weave/pull/2592
* fix: Improve TableQuery performance by adding a streaming interface by tssweeney in https://github.com/wandb/weave/pull/2619
* chore: skip notdiamond in py313 by gtarpenning in https://github.com/wandb/weave/pull/2667
* chore: added/removed evals reflected in URL state by gtarpenning in https://github.com/wandb/weave/pull/2665
* chore(dev): fix sentry dedupe of useNodevalue error by bcsherma in https://github.com/wandb/weave/pull/2645
* chore: add column selection in eval comparison page by gtarpenning in https://github.com/wandb/weave/pull/2632
* chore(weave): update expand to 200 ids by jwlee64 in https://github.com/wandb/weave/pull/2627
* chore(weave): Stop parallelization to reduce flake by andrewtruong in https://github.com/wandb/weave/pull/2668
* chore(weave): Reorganize context by andrewtruong in https://github.com/wandb/weave/pull/2661
* chore: Cleanup some docs by tssweeney in https://github.com/wandb/weave/pull/2674
* chore: add pytest code coverage report by jamie-rasmussen in https://github.com/wandb/weave/pull/2675
* chore: Add analytics to track projection config and expressions by domphan-wandb in https://github.com/wandb/weave/pull/2654
* fix: Evaluations no longer associate incorrect inputs with predictions by tssweeney in https://github.com/wandb/weave/pull/2676
* chore(weave): Fix image docgen by andrewtruong in https://github.com/wandb/weave/pull/2678
* chore(weave): Update NotDiamond docs by andrewtruong in https://github.com/wandb/weave/pull/2679
* chore(weave): Add docs to CI and build process by andrewtruong in https://github.com/wandb/weave/pull/2682
* chore: Test all coroutine patterns and refactor op call by tssweeney in https://github.com/wandb/weave/pull/2684
* chore(weave): Pin notdiamond litellm dep by andrewtruong in https://github.com/wandb/weave/pull/2690
* chore(weave): Pin dspy litellm dep by andrewtruong in https://github.com/wandb/weave/pull/2691
* fix(ui): Add additional numerical types for table formatting by domphan-wandb in https://github.com/wandb/weave/pull/2670
* chore(weave): Cleanup gitignore by andrewtruong in https://github.com/wandb/weave/pull/2687
* chore(weave): Add Object field deprecation decorator by andrewtruong in https://github.com/wandb/weave/pull/2688
* chore(weave): Enforce conventional commits by andrewtruong in https://github.com/wandb/weave/pull/2646
* chore(weave): Pin `weave_query` packages by andrewtruong in https://github.com/wandb/weave/pull/2685
* fix(ui): use correct router context for eval compare URL construction by gtarpenning in https://github.com/wandb/weave/pull/2693
* chore(ui): example section must have all the metrics -- fix by gtarpenning in https://github.com/wandb/weave/pull/2695
* chore: Unskip test that flaked in old ci setup by tssweeney in https://github.com/wandb/weave/pull/2677
* fix(ui): add caption overflow scrollbar in AudioViewer component by thanos-wandb in https://github.com/wandb/weave/pull/2689
* chore(ui): use sentence case by jamie-rasmussen in https://github.com/wandb/weave/pull/2683
* chore(weave): fixed typo in docs by Yashbhatt786 in https://github.com/wandb/weave/pull/2702
* feat(weave): Add integration for Google Genai SDK by soumik12345 in https://github.com/wandb/weave/pull/2399
* chore(weave): fix seed costs by jwlee64 in https://github.com/wandb/weave/pull/2712
* chore(weave): Add evaluation scores as feedback by tssweeney in https://github.com/wandb/weave/pull/2681
* feat(ui): Evaluation-Scoped Leaderboard Tab by tssweeney in https://github.com/wandb/weave/pull/2692
* fix(weave): Typos in Google Gemini docs by soumik12345 in https://github.com/wandb/weave/pull/2717
* feat(weave): dictify unknown class instances by jamie-rasmussen in https://github.com/wandb/weave/pull/2680
* feat(weave): add cost logging to Gemini integration by jamie-rasmussen in https://github.com/wandb/weave/pull/2710
* chore(weave): Skip test_image_as_call_io by tssweeney in https://github.com/wandb/weave/pull/2720
* fix(ui): Fix "Ghost" columns in tables by tssweeney in https://github.com/wandb/weave/pull/2718
* feat(ui): Chat view support for Gemini calls by jamie-rasmussen in https://github.com/wandb/weave/pull/2719
* chore(ui): fix comment typos by jamie-rasmussen in https://github.com/wandb/weave/pull/2721
* chore(ui): Adjust weave0 timestamp resolver and documentation for parity by domphan-wandb in https://github.com/wandb/weave/pull/2628
* chore(weave): disable docs build in release by jamie-rasmussen in https://github.com/wandb/weave/pull/2723

New Contributors
* ethanho154 made their first contribution in https://github.com/wandb/weave/pull/2565
* wylerz made their first contribution in https://github.com/wandb/weave/pull/2562
* domphan-wandb made their first contribution in https://github.com/wandb/weave/pull/2486
* wandbjake made their first contribution in https://github.com/wandb/weave/pull/2607
* thanos-wandb made their first contribution in https://github.com/wandb/weave/pull/2689
* Yashbhatt786 made their first contribution in https://github.com/wandb/weave/pull/2702

**Full Changelog**: https://github.com/wandb/weave/compare/v0.51.12...v0.51.16

0.51.14

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

New Contributors
* ethanho154 made their first contribution in https://github.com/wandb/weave/pull/2565
* wylerz made their first contribution in https://github.com/wandb/weave/pull/2562
* domphan-wandb made their first contribution in https://github.com/wandb/weave/pull/2486
* wandbjake made their first contribution in https://github.com/wandb/weave/pull/2607

**Full Changelog**: https://github.com/wandb/weave/compare/v0.51.12...v0.51.14

0.51.12

What's Changed
* chore: add icon to object header instead of chip by jamie-rasmussen in https://github.com/wandb/weave/pull/2494
* perf: use lite objects query for object and op version loading by gtarpenning in https://github.com/wandb/weave/pull/2424
* chore: add two icons from design team by jamie-rasmussen in https://github.com/wandb/weave/pull/2499
* chore: Improve test coverage - specifically asserting no error logs by tssweeney in https://github.com/wandb/weave/pull/2495
* chore: objects query conditionally use metadataOnly by gtarpenning in https://github.com/wandb/weave/pull/2501
* chore(weave): Minimize dependencies between Trace and Query code bases by andrewtruong in https://github.com/wandb/weave/pull/2433
* chore: trace tree styling by jamie-rasmussen in https://github.com/wandb/weave/pull/2502
* docs: add rag course link and details to tutorial by parambharat in https://github.com/wandb/weave/pull/2456
* chore: add support for version number obj query in sqlite by gtarpenning in https://github.com/wandb/weave/pull/2484
* chore(weave): add width to autocomplete by mbarrramsey in https://github.com/wandb/weave/pull/2500
* chore: update call details header styling by jamie-rasmussen in https://github.com/wandb/weave/pull/2509
* fix: some unfilterable cols showing up in filters by jamie-rasmussen in https://github.com/wandb/weave/pull/2510
* feat: optionally include feedback in calls export by gtarpenning in https://github.com/wandb/weave/pull/2511
* chore: revert change id display from four digits to three by jamie-rasmussen in https://github.com/wandb/weave/pull/2515
* chore: update Use tab styling by jamie-rasmussen in https://github.com/wandb/weave/pull/2514
* chore: Fix python build by tssweeney in https://github.com/wandb/weave/pull/2516
* chore(weave): Bulk move files to weave_query package by andrewtruong in https://github.com/wandb/weave/pull/2506
* chore: Trivial change for CI retrigger by tssweeney in https://github.com/wandb/weave/pull/2529
* chore(weave): Refactor hotfixes by andrewtruong in https://github.com/wandb/weave/pull/2530
* chore: update string popup styling by jamie-rasmussen in https://github.com/wandb/weave/pull/2508
* chore(weave): Refactor hotfixes2 by andrewtruong in https://github.com/wandb/weave/pull/2532
* chore(weave): Refactor hotfixes3 by andrewtruong in https://github.com/wandb/weave/pull/2536
* chore(weave): Refactor hotfixes4 by andrewtruong in https://github.com/wandb/weave/pull/2539
* chore(weave): update cost docs by jwlee64 in https://github.com/wandb/weave/pull/2533


**Full Changelog**: https://github.com/wandb/weave/compare/v0.51.10...v0.51.12

0.51.10

What's Changed
* chore: Attempt to fix Langchain CI by tssweeney in https://github.com/wandb/weave/pull/2477
* fix: version index on obj/read bug by gtarpenning in https://github.com/wandb/weave/pull/2478
* chore: remove horizontal lines from trace tree by jamie-rasmussen in https://github.com/wandb/weave/pull/2472
* chore: remove semibold styling from table headers by jamie-rasmussen in https://github.com/wandb/weave/pull/2468
* fix: object viewer height not updating correctly by jamie-rasmussen in https://github.com/wandb/weave/pull/2480
* chore: use smaller checkbox in call grid by jamie-rasmussen in https://github.com/wandb/weave/pull/2473
* chore: add miller columns icon by jamie-rasmussen in https://github.com/wandb/weave/pull/2481
* chore: make trace links teal colored by jamie-rasmussen in https://github.com/wandb/weave/pull/2474
* test: add test for string version object read by gtarpenning in https://github.com/wandb/weave/pull/2479
* chore: Disable inputs auto expand by tssweeney in https://github.com/wandb/weave/pull/2482
* chore: update empty feedback styling by jamie-rasmussen in https://github.com/wandb/weave/pull/2483
* feat(integration): Add Instructor integration by soumik12345 in https://github.com/wandb/weave/pull/2402
* fix: Stop printing errors with OpenAI Stream + error handling by tssweeney in https://github.com/wandb/weave/pull/2488
* chore: remove unused code by jamie-rasmussen in https://github.com/wandb/weave/pull/2491
* chore: reduce header height and font size by jamie-rasmussen in https://github.com/wandb/weave/pull/2492
* refactor: rename file to match component name by jamie-rasmussen in https://github.com/wandb/weave/pull/2493


**Full Changelog**: https://github.com/wandb/weave/compare/v0.51.9...v0.51.10

0.51.9

What's Changed
* chore: Fix and rebuild docs by tssweeney in https://github.com/wandb/weave/pull/2438
* chore: indicate empty dictionary better by jamie-rasmussen in https://github.com/wandb/weave/pull/2431
* fix: Ref expansion crashing page by tssweeney in https://github.com/wandb/weave/pull/2440
* chore(weave): auto detect right-to-left text in tables by bcsherma in https://github.com/wandb/weave/pull/2429
* fix(weave): Make op methods work in py312 by andrewtruong in https://github.com/wandb/weave/pull/2441
* chore: improve delete performance by gtarpenning in https://github.com/wandb/weave/pull/2439
* chore: update font size/family in evaluation comparison by jamie-rasmussen in https://github.com/wandb/weave/pull/2442
* fix: Fix rendering of singular ref outputs by tssweeney in https://github.com/wandb/weave/pull/2446
* fix: correct openrouter url in example by altryne in https://github.com/wandb/weave/pull/2112
* chore(docs): add feedback cookbook by scottire in https://github.com/wandb/weave/pull/2166
* fix(artifacts): fix date returned by opArtifactCreatedAt in weave-js by ibindlish in https://github.com/wandb/weave/pull/2443
* chore: Add timeout for tox CI tests by tssweeney in https://github.com/wandb/weave/pull/2450
* chore(weave): Re-enable missing Clickhouse tests by andrewtruong in https://github.com/wandb/weave/pull/2449
* fix: chat view not showing when it should by jamie-rasmussen in https://github.com/wandb/weave/pull/2451
* fix: LiteLLM Cost Logging by tssweeney in https://github.com/wandb/weave/pull/2447
* fix: Ensure patching fails gracefully by tssweeney in https://github.com/wandb/weave/pull/2448
* fix: Fix object op retrieval for "dirtied" objects by tssweeney in https://github.com/wandb/weave/pull/2452
* chore: disable Evaluation tab until it is better for single evals by jamie-rasmussen in https://github.com/wandb/weave/pull/2457
* chore(app): Update CODEOWNERS to allow FE infra to approve component changes by jcrawley in https://github.com/wandb/weave/pull/2405
* docs(cookbook): Governance Dashboard by NiWaRe in https://github.com/wandb/weave/pull/2071
* feat: autoscroll chat view to output by jamie-rasmussen in https://github.com/wandb/weave/pull/2453
* chore: remove unused code by jamie-rasmussen in https://github.com/wandb/weave/pull/2458
* chore: add icon from design team by jamie-rasmussen in https://github.com/wandb/weave/pull/2459
* chore(weave): autocomplete followups by mbarrramsey in https://github.com/wandb/weave/pull/2343
* chore: nav bar design tweaks by jamie-rasmussen in https://github.com/wandb/weave/pull/2460
* chore(dev): Update isMediaCardType return type by connieelee in https://github.com/wandb/weave/pull/2463
* chore: remove feedback from pinned cols by jamie-rasmussen in https://github.com/wandb/weave/pull/2462
* chore: change id display from four digits to three by jamie-rasmussen in https://github.com/wandb/weave/pull/2461
* chore: reorder nav bar, traces to top by jamie-rasmussen in https://github.com/wandb/weave/pull/2466
* perf: use objs_query param `metadata_only` to get objects without their values by gtarpenning in https://github.com/wandb/weave/pull/2418
* chore: upgrade Material grid to v7.18.0 by jamie-rasmussen in https://github.com/wandb/weave/pull/2455
* fix: was autoscrolling when content hadn't actually changed by jamie-rasmussen in https://github.com/wandb/weave/pull/2465
* chore: update page header styling by jamie-rasmussen in https://github.com/wandb/weave/pull/2467
* chore: Fix image zoom in docs by tssweeney in https://github.com/wandb/weave/pull/2469

New Contributors
* NiWaRe made their first contribution in https://github.com/wandb/weave/pull/2071

**Full Changelog**: https://github.com/wandb/weave/compare/v0.51.8...v0.51.9

0.51.8

What's Changed
* fix: dont crash the async batch handler when a batch raises by gtarpenning in https://github.com/wandb/weave/pull/2370
* chore(weave): cost docs first pass by jwlee64 in https://github.com/wandb/weave/pull/2372
* chore(weave): Add new `require_current_call` which raises if the current call is `None` by andrewtruong in https://github.com/wandb/weave/pull/2379
* feat: Table Creation and Update endpoints return row digests by tssweeney in https://github.com/wandb/weave/pull/2394
* chore: guess cell format for timestamps by jamie-rasmussen in https://github.com/wandb/weave/pull/2397
* chore: ensure .cache directory exists by jamie-rasmussen in https://github.com/wandb/weave/pull/2401
* chore: overflow trace name gracefully by gtarpenning in https://github.com/wandb/weave/pull/2395
* chore: Fix CI for new wandb package by tssweeney in https://github.com/wandb/weave/pull/2407
* fix: Running evals should use in-memory data instead of re downloading everything by tssweeney in https://github.com/wandb/weave/pull/2393
* chore(docs): Fix PII notebook to prevent broken docs generation by ash0ts in https://github.com/wandb/weave/pull/2404
* docs(cookbook): Code Generation Example by ash0ts in https://github.com/wandb/weave/pull/2101
* chore: Generate Doc Update by tssweeney in https://github.com/wandb/weave/pull/2411
* chore: Add playwright to requirements by jamie-rasmussen in https://github.com/wandb/weave/pull/2400
* chore: remove limit on columns when initting a query panel table with initTableWithPickColumns by gtarpenning in https://github.com/wandb/weave/pull/2392
* fix: dont crash when changing eval peek by gtarpenning in https://github.com/wandb/weave/pull/2417
* perf: push down conditions in objects query by gtarpenning in https://github.com/wandb/weave/pull/2412
* chore: add invalid field 403 error by gtarpenning in https://github.com/wandb/weave/pull/2409
* chore: Refactor & Comment Saving Methods by tssweeney in https://github.com/wandb/weave/pull/2419
* feat: Add pagination and sorting to object APIs by tssweeney in https://github.com/wandb/weave/pull/2420
* fix: code editor in string popup was not scrolling with trackpad by jamie-rasmussen in https://github.com/wandb/weave/pull/2421
* ci: disable wandb sentry reporting during tests by raubitsj in https://github.com/wandb/weave/pull/2422
* fix: strip large fields after failed clickhouse insert (3.5MB row size, 1MB single field size) by gtarpenning in https://github.com/wandb/weave/pull/2353
* chore(ui): Add parallel coordinates icon by connieelee in https://github.com/wandb/weave/pull/2430
* feat(weave): Add setting to control code capture by andrewtruong in https://github.com/wandb/weave/pull/2428
* fix(weave): callsQueryStream properly handles selected columns and include costs by jwlee64 in https://github.com/wandb/weave/pull/2427
* chore(weave): Split out Trace and Query tests; move trace tests into dedicated tox envs across py39-312 by andrewtruong in https://github.com/wandb/weave/pull/2403
* feat: Enable sorting and finish pagination on Table Queries by tssweeney in https://github.com/wandb/weave/pull/2423
* chore: Better matrix test protection by tssweeney in https://github.com/wandb/weave/pull/2436
* feat: Add chat view of calls by jamie-rasmussen in https://github.com/wandb/weave/pull/2414
* chore: Followups for table query by tssweeney in https://github.com/wandb/weave/pull/2435

New Contributors
* raubitsj made their first contribution in https://github.com/wandb/weave/pull/2422

**Full Changelog**: https://github.com/wandb/weave/compare/v0.51.7...v0.51.8

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.