Skip to content

v0.51.27

Latest
Compare
Choose a tag to compare
@tssweeney tssweeney released this 03 Jan 22:00
· 2 commits to master since this release

What's Changed

  • chore(weave): Refactor and rename code to more appropriately handle builtin_object_class not base_object_class by @tssweeney in #3229
  • chore(weave): Fix notebook docs: OpenAI and model_output by @tssweeney in #3274
  • chore(weave): Low hanging fruit for eval compare page performance by @tssweeney in #3271
  • style(weave): LLM dropdown UX improvements by @jwlee64 in #3276
  • chore(weave): Fix call query on the Playground by @jwlee64 in #3275
  • chore(weave): refactor objects query into a simple query builder by @gtarpenning in #3223
  • chore(ui): Fix React warning in PopupDropdown by @jamie-rasmussen in #3277
  • fix(weave): Bump feedback payload size limit to 1 MiB by @adrnswanberg in #2926
  • feat(weave): Support op configuration for autopatched functions for remaining integrations by @andrewtruong in #3216
  • chore(weave): add better search function to llm dropdown by @jwlee64 in #3280
  • fix(weave): Prevent sending null message in playground by @jwlee64 in #3278
  • chore(app): Fixing string wrapping bugs inside modified dropdown by @jtulk in #3273
  • chore(weave): Add o1-12-17 to backend by @jwlee64 in #3283
  • feat(weave_query): create api client for trace server by @domphan-wandb in #3269
  • feat(weave): run it n times for o1 models by @jwlee64 in #3286
  • chore(weave): add o1-12-17 to playground by @jwlee64 in #3285
  • chore(app): add endIcon prop to Tag by @ibindlish in #3281
  • chore(ui): fix spacing for annotation types in feedback grid by @gtarpenning in #3288
  • fix(weave): Unbreak editing and deleting choices by @jwlee64 in #3287
  • feat(weave): Add mods page and menu item only for wandb admins by @vanpelt in #3279
  • fix(weave_ts): Fix issue where batch processing could crash by @andrewtruong in #3298
  • chore(weave_ts): bump to 0.7.4 by @andrewtruong in #3303
  • chore(weave): Pin vcrpy for tests by @andrewtruong in #3314
  • feat(weave): Add autopatching of ChatNVIDIA in langchain by @abraham-leal in #3264
  • fix(app): dropdown separator width fluctuates on zoom out by @mbarrramsey in #3315
  • fix(ui): fixing run overview truncated tag tooltips on hover by @ArtsiomWB in #3212
  • chore(weave): make redaction case insenstive by @tssweeney in #3294
  • chore(weave): Better error handling in sender thread by @tssweeney in #3282
  • chore(weave): Remove temporary n completions by @jwlee64 in #3312
  • chore(weave): Fix typo in vertex wrapper settings by @andrewtruong in #3319
  • fix(app): improve rendering code preview on large files by @onx2 in #3284
  • chore(weave): Eval Compare Perf: Split Query by @tssweeney in #3295
  • fix(app): Preventing interactions on limiter message in dropdown by @jtulk in #3320
  • fix(weave): ChatNVIDIA shouldn't depend on openai being installed by @abraham-leal in #3318
  • chore(weave): Fix deploy by unpinning vcr by @tssweeney in #3321

New Contributors

Full Changelog: v0.51.25...v0.51.27