Weave

Latest version: v0.51.21

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

Scan your dependencies

Page 1 of 5

0.51.21

What's Changed
* chore(weave): cosmetic tweak to examples obj and test for annotation spec by gtarpenning in https://github.com/wandb/weave/pull/3026
* chore(weave): Fix deps by tssweeney in https://github.com/wandb/weave/pull/3029


**Full Changelog**: https://github.com/wandb/weave/compare/v0.51.20...v0.51.21

0.51.20

What's Changed
* chore(ui): fix react display name by jamie-rasmussen in https://github.com/wandb/weave/pull/2859
* style(weave): update border color by jwlee64 in https://github.com/wandb/weave/pull/2860
* chore(weave): 10GB memory limit for stream query by gtarpenning in https://github.com/wandb/weave/pull/2858
* chore(weave): Fix LiteLLM Tests by tssweeney in https://github.com/wandb/weave/pull/2867
* chore(ui): Upgrade to React18. Does not include typedef changes. by nhusher in https://github.com/wandb/weave/pull/2773
* feat(ui): navigate up/down on the calls page from the peek drawer by gtarpenning in https://github.com/wandb/weave/pull/2798
* chore(ui): add overflow-vertical icon by jamie-rasmussen in https://github.com/wandb/weave/pull/2866
* chore(weave): updating styles for new dropdowns by mbarrramsey in https://github.com/wandb/weave/pull/2861
* fix(weave): Make Weave* objects deepcopy-able by andrewtruong in https://github.com/wandb/weave/pull/2868
* chore(weave): Add delay to Google live test retries by andrewtruong in https://github.com/wandb/weave/pull/2869
* chore(weave): Add pyright to CI by andrewtruong in https://github.com/wandb/weave/pull/2870
* chore(weave_ts): Add explicit timeout to publish test by andrewtruong in https://github.com/wandb/weave/pull/2871
* chore(weave): pyright: enable reportFunctionMemberAccess by andrewtruong in https://github.com/wandb/weave/pull/2872
* chore(weave): pyright: enable reportOptionalSubscript by andrewtruong in https://github.com/wandb/weave/pull/2873
* chore(weave): pyright: enable reportTypedDictNotRequiredAccess, reportIndexIssue, reportOperatorIssue, reportGeneralTypeIssues, reportPrivateImportUsage, (and add missing dep) by andrewtruong in https://github.com/wandb/weave/pull/2874
* chore(weave): pyright: enable reportAssignmentType by andrewtruong in https://github.com/wandb/weave/pull/2875
* chore(weave): pyright: enable reportInconsistentOverload by andrewtruong in https://github.com/wandb/weave/pull/2876
* chore(weave): pyright: enable reportIncompatibleMethodOverride by andrewtruong in https://github.com/wandb/weave/pull/2877
* chore(weave): pyright: enable reportReturnType by andrewtruong in https://github.com/wandb/weave/pull/2878
* chore(weave): pyright: enable reportRedeclaration by andrewtruong in https://github.com/wandb/weave/pull/2879
* chore(weave): Adds weave_call_id, and option to not track to llm completions by jwlee64 in https://github.com/wandb/weave/pull/2829
* chore(ui): fix typo in variable name by jamie-rasmussen in https://github.com/wandb/weave/pull/2885
* chore(weave): ruff: enable UP006 by andrewtruong in https://github.com/wandb/weave/pull/2886
* chore(weave): simplify op decorator usage internally by andrewtruong in https://github.com/wandb/weave/pull/2880
* fix(ui): Sorted aggregated columns no longer crash tables during ungrouping by nicholaspun-wandb in https://github.com/wandb/weave/pull/2802
* chore(weave): ruff: enable UP007 by andrewtruong in https://github.com/wandb/weave/pull/2887
* chore(weave): ruff: enable UP028 by andrewtruong in https://github.com/wandb/weave/pull/2888
* chore(weave): ruff: enable UP031 by andrewtruong in https://github.com/wandb/weave/pull/2889
* chore(weave): ruff: enable UP036 by andrewtruong in https://github.com/wandb/weave/pull/2890
* chore(weave): ruff: enable UP032 by andrewtruong in https://github.com/wandb/weave/pull/2891
* chore(weave): ruff: enable UP034 by andrewtruong in https://github.com/wandb/weave/pull/2892
* chore(weave): ruff: enable UP035 by andrewtruong in https://github.com/wandb/weave/pull/2893
* chore(weave): ruff: enable UP015 by andrewtruong in https://github.com/wandb/weave/pull/2894
* chore(weave): ruff: enable UP037 by andrewtruong in https://github.com/wandb/weave/pull/2895
* chore(weave): ruff: enable UP024 by andrewtruong in https://github.com/wandb/weave/pull/2896
* chore(weave): ruff: enable UP022 and cleanup selected lint checks by andrewtruong in https://github.com/wandb/weave/pull/2897
* chore(weave): Add util to strip EXIF Metadata (and save 30-50% filesize per img) by andrewtruong in https://github.com/wandb/weave/pull/2863
* chore(weave): Implement enhaced feedback structure and mvp filter/query layer by tssweeney in https://github.com/wandb/weave/pull/2865
* chore(weave): ruff: enable C409 by andrewtruong in https://github.com/wandb/weave/pull/2906
* chore(weave): ruff: enable C400 by andrewtruong in https://github.com/wandb/weave/pull/2907
* chore(weave): ruff: enable C419 by andrewtruong in https://github.com/wandb/weave/pull/2908
* chore(weave): ruff: enable C408 by andrewtruong in https://github.com/wandb/weave/pull/2909
* chore(weave): ruff: enable C403 by andrewtruong in https://github.com/wandb/weave/pull/2910
* chore(weave): ruff: enable C416 by andrewtruong in https://github.com/wandb/weave/pull/2911
* chore(weave): ruff: enable C417 by andrewtruong in https://github.com/wandb/weave/pull/2912
* chore(weave): ruff: enable C405 by andrewtruong in https://github.com/wandb/weave/pull/2913
* chore(weave): ruff: enable C except for C901 and cleanup selected lint checks by andrewtruong in https://github.com/wandb/weave/pull/2914
* chore(weave): ruff: enable W293 and cleanup selected lint checks by andrewtruong in https://github.com/wandb/weave/pull/2899
* chore(weave): ruff: enable TRY002 by andrewtruong in https://github.com/wandb/weave/pull/2901
* chore(weave): ruff: enable TRY004 by andrewtruong in https://github.com/wandb/weave/pull/2903
* chore(weave): ruff: enable TRY300 by andrewtruong in https://github.com/wandb/weave/pull/2904
* chore(weave): ruff: enable TRY400 by andrewtruong in https://github.com/wandb/weave/pull/2905
* chore(weave): Add pytest retry by andrewtruong in https://github.com/wandb/weave/pull/2919
* chore(weave): Fixes Leaderboard CTA in app by tssweeney in https://github.com/wandb/weave/pull/2898
* chore(weave): disable markdown in chat view by jwlee64 in https://github.com/wandb/weave/pull/2917
* chore(weave): add optional step to text field input by gtarpenning in https://github.com/wandb/weave/pull/2916
* fix(ui): refetch when changing filter state from frozen -> not frozen by gtarpenning in https://github.com/wandb/weave/pull/2915
* fix(weave): Add deepcopy methods for boxed types by andrewtruong in https://github.com/wandb/weave/pull/2900
* chore(weave): Fix lint by tssweeney in https://github.com/wandb/weave/pull/2923
* chore(weave): Class-based scorer runnable ref fix by tssweeney in https://github.com/wandb/weave/pull/2922
* chore(weave): Add materialized views that will make it easier to do billing calculations by adrnswanberg in https://github.com/wandb/weave/pull/2636
* chore(weave): Online Evals Part 1: Backend support for on-demand LLM Judges by tssweeney in https://github.com/wandb/weave/pull/2882
* chore(ui): check Op code for literal credentials by jamie-rasmussen in https://github.com/wandb/weave/pull/2812
* chore(weave): Move deepcopy methods to Ref by andrewtruong in https://github.com/wandb/weave/pull/2924
* feat(weave): Make Dataset iterable by andrewtruong in https://github.com/wandb/weave/pull/2928
* chore(weave): add buzzbot10 icon by jwlee64 in https://github.com/wandb/weave/pull/2931
* chore(weave): scaffolding for playground page by jwlee64 in https://github.com/wandb/weave/pull/2918
* fix(weave_query): Remove unused import blocking server startup by nicholaspun-wandb in https://github.com/wandb/weave/pull/2933
* chore(weave): add feedback replace endpoint that purges -> creates in one step by gtarpenning in https://github.com/wandb/weave/pull/2799
* chore(weave): add settings drawer with simple toggle by jwlee64 in https://github.com/wandb/weave/pull/2935
* chore(weave): basic sdk for human feedback spec types by gtarpenning in https://github.com/wandb/weave/pull/2801
* chore(weave): Add chat top bar by jwlee64 in https://github.com/wandb/weave/pull/2936
* chore(weave): Rename ActionDefintion to ActionSpec to match naming patterns by tssweeney in https://github.com/wandb/weave/pull/2938
* chore(weave): fix images damaged by exif stripping by andrewtruong in https://github.com/wandb/weave/pull/2930
* fix(weave): Use sdk-local deserializer instead of saved deserializer for known types like Images by andrewtruong in https://github.com/wandb/weave/pull/2696
* chore(weave): Llm dropdown by jwlee64 in https://github.com/wandb/weave/pull/2939
* chore(weave): add slider settings to setttings drawer by jwlee64 in https://github.com/wandb/weave/pull/2940
* feat(weave_query): Add string op to parse number with thousands and decimal separators by nicholaspun-wandb in https://github.com/wandb/weave/pull/2864
* fix(ui): ignore parent when nonexistent in trace tree view by gtarpenning in https://github.com/wandb/weave/pull/2945
* chore(weave): Remove bytes stored info from UI by tssweeney in https://github.com/wandb/weave/pull/2944
* chore(weave): Setup hidden Scorers Page by tssweeney in https://github.com/wandb/weave/pull/2943
* chore(weave): Sort selection columns such that clickhouse analytics group similar queries by tssweeney in https://github.com/wandb/weave/pull/2947
* chore(weave): Increase query mem limit for calls by tssweeney in https://github.com/wandb/weave/pull/2948
* chore(weave): stop sequence editor by jwlee64 in https://github.com/wandb/weave/pull/2951
* chore(weave): function editor by jwlee64 in https://github.com/wandb/weave/pull/2949
* style(weave): move the show more buttons to the left by jwlee64 in https://github.com/wandb/weave/pull/2957
* chore(weave): update tooltip depending on if we can expand all by jwlee64 in https://github.com/wandb/weave/pull/2955
* chore(weave): Response editor by jwlee64 in https://github.com/wandb/weave/pull/2950
* chore(weave): using chevron icon for runSelector dropdowns by mbarrramsey in https://github.com/wandb/weave/pull/2956
* chore(weave): add chat input by jwlee64 in https://github.com/wandb/weave/pull/2960
* chore(ui): re-query on object creation by gtarpenning in https://github.com/wandb/weave/pull/2958
* chore(weave): Add TS interface for Execute Batch Action by tssweeney in https://github.com/wandb/weave/pull/2962
* chore(weave): Add `ActionSpec` to known types by tssweeney in https://github.com/wandb/weave/pull/2963
* chore(ui): objs query handles null case (??) by gtarpenning in https://github.com/wandb/weave/pull/2968
* chore(dev): add new section overflow menu icons by jo-fang in https://github.com/wandb/weave/pull/2971
* fix(weave): add where clause to cost query by jwlee64 in https://github.com/wandb/weave/pull/2969
* fix(weave): Fix skip in query to fix project page by ericakdiaz in https://github.com/wandb/weave/pull/2975
* chore(weave): remove unused canvas dev dependency by wandbjake in https://github.com/wandb/weave/pull/2981
* feat(weave): Add tracking for openai beta parse api by andrewtruong in https://github.com/wandb/weave/pull/2984
* chore(weave): add typing for completion create by jwlee64 in https://github.com/wandb/weave/pull/2985
* chore(weave): add call stats to playground page by jwlee64 in https://github.com/wandb/weave/pull/2986
* docs(weave): Update Quickstart to use gpt-4o-mini by johndmulhausen in https://github.com/wandb/weave/pull/2990
* chore(ui): add basic annotation scaffolding by gtarpenning in https://github.com/wandb/weave/pull/2973
* chore(weave): Update Scorers tab to match design by tssweeney in https://github.com/wandb/weave/pull/2987
* fix(ui): paging works after clicking in trace table by gtarpenning in https://github.com/wandb/weave/pull/2980
* chore(ui): update Color palette by jamie-rasmussen in https://github.com/wandb/weave/pull/2967
* chore(weave): Prep for LLM Judges UI by tssweeney in https://github.com/wandb/weave/pull/2992
* feat(app): Add corresponding string op to FE to parse number with thousands and decimal separators by nicholaspun-wandb in https://github.com/wandb/weave/pull/2959
* chore(weave): Move to future annotations for weave_client by andrewtruong in https://github.com/wandb/weave/pull/2997
* chore(weave): Skip google tests by tssweeney in https://github.com/wandb/weave/pull/3000
* chore(weave): Enable LLM Judge creation from UI by tssweeney in https://github.com/wandb/weave/pull/2998
* docs(weave): new feature WEAVE_PRINT_CALL_LINK by J2-D2-3PO in https://github.com/wandb/weave/pull/3002
* refactor(ui): break import cycle by jamie-rasmussen in https://github.com/wandb/weave/pull/2994
* chore(weave): Tidy Tables code by andrewtruong in https://github.com/wandb/weave/pull/2941
* chore(weave): Tidy weave_client by andrewtruong in https://github.com/wandb/weave/pull/2996
* chore(weave): Tidy`get_call(s)` apis by andrewtruong in https://github.com/wandb/weave/pull/2953
* chore(ui): add optional right sidebar in preparation for feedback by gtarpenning in https://github.com/wandb/weave/pull/2976
* style(weave): chatview styling by jwlee64 in https://github.com/wandb/weave/pull/2977
* style(weave): show more button by jwlee64 in https://github.com/wandb/weave/pull/2978
* chore(weave): Add call chat to playground page by jwlee64 in https://github.com/wandb/weave/pull/2993
* chore(weave): Adds schema validation to llm judge by tssweeney in https://github.com/wandb/weave/pull/3004
* chore(ui): remove old parseRefMaybe by jamie-rasmussen in https://github.com/wandb/weave/pull/3007
* chore(ui): create annotation specs by gtarpenning in https://github.com/wandb/weave/pull/3003
* feat(weave): human feedback sidebar for structured call labeling by gtarpenning in https://github.com/wandb/weave/pull/2807
* chore(ui): basic human feedback rendering in calls table by gtarpenning in https://github.com/wandb/weave/pull/2991
* feat(weave): Small-batch, on-demand LLM Judge by tssweeney in https://github.com/wandb/weave/pull/2902
* chore(weave): clean up zod form by gtarpenning in https://github.com/wandb/weave/pull/3019
* style(weave): make show more button not absolute by jwlee64 in https://github.com/wandb/weave/pull/3018
* chore(weave): Fixes tab overflow by tssweeney in https://github.com/wandb/weave/pull/3022
* chore(weave): human annotation labeling review comments by gtarpenning in https://github.com/wandb/weave/pull/3020

New Contributors
* johndmulhausen made their first contribution in https://github.com/wandb/weave/pull/2990
* J2-D2-3PO made their first contribution in https://github.com/wandb/weave/pull/3002

**Full Changelog**: https://github.com/wandb/weave/compare/v0.51.19...v0.51.20

0.51.19

What's Changed
* docs(weave_ts): Add Weave TS docs by andrewtruong in https://github.com/wandb/weave/pull/2782
* chore(weave_ts): Increase jest timeout for live tests by andrewtruong in https://github.com/wandb/weave/pull/2820
* docs(weave): Update tutorials from model_output -> output by andrewtruong in https://github.com/wandb/weave/pull/2840
* chore(weave): update costs by jwlee64 in https://github.com/wandb/weave/pull/2841
* test(weave): Add `custom` shard for custom testing by andrewtruong in https://github.com/wandb/weave/pull/2838
* feat(weave_ts): Add option to get a single call back from the client by andrewtruong in https://github.com/wandb/weave/pull/2836
* chore(weave_ts): Cleanup netrc by andrewtruong in https://github.com/wandb/weave/pull/2832
* fix(weave_ts): Fix printed URL links by andrewtruong in https://github.com/wandb/weave/pull/2834
* chore(weave_ts): Bump to v0.7.0 by andrewtruong in https://github.com/wandb/weave/pull/2843
* docs(weave): Correct model name for gpt-4o by adrnswanberg in https://github.com/wandb/weave/pull/2842
* fix(docs): Update broken link by adrnswanberg in https://github.com/wandb/weave/pull/2845
* chore(weave): Add pyright by andrewtruong in https://github.com/wandb/weave/pull/2846
* chore(weave): Dont report missing imports pyright by andrewtruong in https://github.com/wandb/weave/pull/2849
* feat(weave): Project level leaderboards by tssweeney in https://github.com/wandb/weave/pull/2634
* chore(ui): make metrics switch label clickable by jamie-rasmussen in https://github.com/wandb/weave/pull/2844
* fix(weave): do not automatically apply down migrations by raubitsj in https://github.com/wandb/weave/pull/2855
* chore(ui): add data-grip icon from design by jamie-rasmussen in https://github.com/wandb/weave/pull/2848
* chore(weave): revert 2 part calls query by gtarpenning in https://github.com/wandb/weave/pull/2857
* feat(weave): enable dictify of inputs and outputs by jamie-rasmussen in https://github.com/wandb/weave/pull/2818


**Full Changelog**: https://github.com/wandb/weave/compare/v0.51.18...v0.51.19

0.51.18

What's Changed
* chore(weave): minor release note update by jamie-rasmussen in https://github.com/wandb/weave/pull/2735
* fix(ui): Add numerical type checks to columnFormat by domphan-wandb in https://github.com/wandb/weave/pull/2726
* fix(weave_query): Handle paths with colons when escaping artifact path by nicholaspun-wandb in https://github.com/wandb/weave/pull/2638
* fix(ui): improve styles of audio caption for better readability by thanos-wandb in https://github.com/wandb/weave/pull/2740
* fix(ui): query panel suggestions displays the info of the next row due to an off-by-1 error by nicholaspun-wandb in https://github.com/wandb/weave/pull/2635
* docs(weave): add media types doc by gtarpenning in https://github.com/wandb/weave/pull/2739
* chore(weave): ChatCompletion not imported by gtarpenning in https://github.com/wandb/weave/pull/2741
* chore(weave): Use cost query in calls table by jwlee64 in https://github.com/wandb/weave/pull/2358
* fix(ui): Bump version of `visit` to resolve import error by nhusher in https://github.com/wandb/weave/pull/2744
* feat(weave): add byte usage to summary tab and object page by harukatab in https://github.com/wandb/weave/pull/2747
* chore(weave): media docs copy change by gtarpenning in https://github.com/wandb/weave/pull/2761
* chore(ui): updating default style for radix tooltip by jcrawley in https://github.com/wandb/weave/pull/2759
* chore(ui): Adding stable option for Tailwind when display: contents is desired by jtulk in https://github.com/wandb/weave/pull/2758
* chore(weave): Add Object and Feedback Action Objects - Hackweek 1 by tssweeney in https://github.com/wandb/weave/pull/2769
* fix(weave): global df in op fails during op saving by gtarpenning in https://github.com/wandb/weave/pull/2755
* chore(weave): some groundwork for Prompt objects by jamie-rasmussen in https://github.com/wandb/weave/pull/2729
* chore(ui): don't show focus outline on calls grid by jamie-rasmussen in https://github.com/wandb/weave/pull/2763
* chore(ui): Creating a wave loader to start migrating app loaders by jtulk in https://github.com/wandb/weave/pull/2775
* chore(weave): Add back hook to check for weave data by ericakdiaz in https://github.com/wandb/weave/pull/2774
* chore(weave): remove unnecessary conditional by jamie-rasmussen in https://github.com/wandb/weave/pull/2777
* chore(ui): Added copy button for exception trace by m-rgba in https://github.com/wandb/weave/pull/2776
* docs(weave): Audio with weave by wylerz in https://github.com/wandb/weave/pull/2750
* chore(weave): assume latest version if no digest/alias specified by jamie-rasmussen in https://github.com/wandb/weave/pull/2783
* chore(ui): Color updates for wave loader by jtulk in https://github.com/wandb/weave/pull/2787
* docs(weave): Fix for cookbook Audio with weave 2792 by wylerz in https://github.com/wandb/weave/pull/2793
* docs(weave): Update cost docs by jwlee64 in https://github.com/wandb/weave/pull/2794
* feat(weave): Add initial suite of scorers, refactor weave/flow by morganmcg1 in https://github.com/wandb/weave/pull/2662
* docs(weave): fix import error by wylerz in https://github.com/wandb/weave/pull/2797
* chore(ui): ejecting markdown from tailwind defaulting by jtulk in https://github.com/wandb/weave/pull/2796
* chore(ui): add 3 new icons by jwlee64 in https://github.com/wandb/weave/pull/2800
* chore(ui): Flipping loader color by jtulk in https://github.com/wandb/weave/pull/2805
* chore(ui): add marker and refresh icons by gtarpenning in https://github.com/wandb/weave/pull/2803
* feat(weave_ts): Add initial JS SDK by andrewtruong in https://github.com/wandb/weave/pull/2704
* feat(ui): Add simple language detection for code browser by andrewtruong in https://github.com/wandb/weave/pull/2780
* chore(ui): running format on Base.less - no changes by jtulk in https://github.com/wandb/weave/pull/2784
* fix(weave_query): handle tagged unions of non-primitive types correctly in arrow converter by dannygoldstein in https://github.com/wandb/weave/pull/2659
* chore(ui): Marking the wandbloader as deprecated by jtulk in https://github.com/wandb/weave/pull/2813
* feat(weave): Add completions/create endpoint by KyleGoyette in https://github.com/wandb/weave/pull/2757
* feat(weave): adding charts to the traces page by mbarrramsey in https://github.com/wandb/weave/pull/2745
* feat(weave): prompts as first class objects by jamie-rasmussen in https://github.com/wandb/weave/pull/2811
* style(ui): Fix night colors for Callout by connieelee in https://github.com/wandb/weave/pull/2815
* chore(weave): Add `weave_ts`, `dev`, and `app` scopes by andrewtruong in https://github.com/wandb/weave/pull/2810
* fix(weave): Allow back-compat for "old-style" scorers and evaluations using `model_output` kwarg by andrewtruong in https://github.com/wandb/weave/pull/2806
* docs(weave): Add cookbook: structured outputs for multi-agent systems by olachinkei in https://github.com/wandb/weave/pull/2728
* feat(ui): Add JS SDK options for Use tab by andrewtruong in https://github.com/wandb/weave/pull/2786
* chore(weave): Fix eval message by tssweeney in https://github.com/wandb/weave/pull/2817
* chore(ui): prevent formatter from auto-removing React import by andrewtruong in https://github.com/wandb/weave/pull/2819
* fix(weave): include scores from scorers with illegal characters in name by gtarpenning in https://github.com/wandb/weave/pull/2731
* fix(weave): openai chat view stutter by gtarpenning in https://github.com/wandb/weave/pull/2821
* chore(weave): Revert Object/Feedback schema validation from hackweek by tssweeney in https://github.com/wandb/weave/pull/2824
* chore(weave): smart tab defaults w/ chat in call peek drawer by gtarpenning in https://github.com/wandb/weave/pull/2823
* perf(weave): split calls query when using a heavy condition by gtarpenning in https://github.com/wandb/weave/pull/2779
* chore(ui): hide Prompts feature by jamie-rasmussen in https://github.com/wandb/weave/pull/2822
* chore(ui): add info icon to describe file and media are not in bytes stored by harukatab in https://github.com/wandb/weave/pull/2764
* fix(weave): Add model to provider info map to source code, add make command for updating by KyleGoyette in https://github.com/wandb/weave/pull/2825
* chore(weave): Create a system of defining schema-validated objects by tssweeney in https://github.com/wandb/weave/pull/2826
* feat(weave): Client & Backend support for Leaderboards by tssweeney in https://github.com/wandb/weave/pull/2831

New Contributors
* nicholaspun-wandb made their first contribution in https://github.com/wandb/weave/pull/2638
* nhusher made their first contribution in https://github.com/wandb/weave/pull/2744
* harukatab made their first contribution in https://github.com/wandb/weave/pull/2747
* m-rgba made their first contribution in https://github.com/wandb/weave/pull/2776
* KyleGoyette made their first contribution in https://github.com/wandb/weave/pull/2757
* olachinkei made their first contribution in https://github.com/wandb/weave/pull/2728

**Full Changelog**: https://github.com/wandb/weave/compare/v0.51.17...v0.51.18

0.51.17

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
* feat(weave): save audio as wave.Wave_read objects to weave by gtarpenning in https://github.com/wandb/weave/pull/2714
* chore(ui): audio player for logged wav objects by gtarpenning in https://github.com/wandb/weave/pull/2715
* chore(ui): dont filter example metrics by gtarpenning in https://github.com/wandb/weave/pull/2716
* chore(weave): fix typo by jamie-rasmussen in https://github.com/wandb/weave/pull/2713
* fix(weave): restore previous fallback encoding behavior by jamie-rasmussen in https://github.com/wandb/weave/pull/2733
* chore(weave): add test for instance code saving by jamie-rasmussen in https://github.com/wandb/weave/pull/2734

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.17

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

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.