What's Changed
* chore: fix CI by pinning yanked types-pkg-resources by jamie-rasmussen in https://github.com/wandb/weave/pull/2065
* feat: feedback deletion in UI by jamie-rasmussen in https://github.com/wandb/weave/pull/2058
* chore(docs): add Models tutorial and docs CONTRIBUTING by jamie-rasmussen in https://github.com/wandb/weave/pull/2064
* chore: add no-op optional column spec to call query by gtarpenning in https://github.com/wandb/weave/pull/2067
* style(ui): Add dark styles for TextField by connieelee in https://github.com/wandb/weave/pull/2068
* chore(weave): Cleanup api.py by andrewtruong in https://github.com/wandb/weave/pull/2054
* chore(artifacts): Add weave support to enable artifact version tags in UI (server) by tonyyli-wandb in https://github.com/wandb/weave/pull/1986
* chore(weave): add more supported costs by jwlee64 in https://github.com/wandb/weave/pull/2072
* feat(weave): Add limited support for object mutations (except `WeaveTable`) by andrewtruong in https://github.com/wandb/weave/pull/2022
* feat(weave): Add configurable user settings by andrewtruong in https://github.com/wandb/weave/pull/2040
* chore: Fix CI build by pinning typing versions by tssweeney in https://github.com/wandb/weave/pull/2075
* chore: Make summary accept a Table object by tssweeney in https://github.com/wandb/weave/pull/2000
* chore: Migrate call id generation from UUID4 to UUID7 by tssweeney in https://github.com/wandb/weave/pull/2073
* chore(artifacts): Add weave support to enable artifact version tags in UI (weave-js) by tonyyli-wandb in https://github.com/wandb/weave/pull/2069
* chore: Implement write-time db field validation by tssweeney in https://github.com/wandb/weave/pull/2074
* feat: Models, Datasets, and Custom Objects now show properties as columns when viewing all versions by tssweeney in https://github.com/wandb/weave/pull/2076
* feat: CMD-K Search in Docs by tssweeney in https://github.com/wandb/weave/pull/2080
* chore: Enable TOC, Breadcrumbs, and Collapsing Sections by tssweeney in https://github.com/wandb/weave/pull/2081
* fix: isEmpty and isNotEmpty filter by jamie-rasmussen in https://github.com/wandb/weave/pull/2082
* chore: Add automation to support server doc gen and fix python doc gen v0 by tssweeney in https://github.com/wandb/weave/pull/2084
* chore(weave): move ch stuff to its own file by jwlee64 in https://github.com/wandb/weave/pull/2092
* chore: Add validation rules and url encoding to handle outlier characters in refs by tssweeney in https://github.com/wandb/weave/pull/2077
* chore(weave): add llm_token_prices table by jwlee64 in https://github.com/wandb/weave/pull/2094
* feat(weave): Add limited mutation support for `Table` and `WeaveTable` by andrewtruong in https://github.com/wandb/weave/pull/2052
* fix(weave): Fix kwargs init issue for WeaveList and WeaveDict by andrewtruong in https://github.com/wandb/weave/pull/2090
* chore(weave): Add join and group by to orm by jwlee64 in https://github.com/wandb/weave/pull/2096
* feat: export to json, jsonl, csv, or selected rows to csv by gtarpenning in https://github.com/wandb/weave/pull/2051
* chore: Add sidebar section titles to docs by tssweeney in https://github.com/wandb/weave/pull/2091
* feat: Python API Docs Overhaul by tssweeney in https://github.com/wandb/weave/pull/2086
* feat(weave): backend for new costs query by jwlee64 in https://github.com/wandb/weave/pull/2048
* refactor: two circular dependency issues by jamie-rasmussen in https://github.com/wandb/weave/pull/2100
* chore: Python Docs: Link to source, better pydantic objects by tssweeney in https://github.com/wandb/weave/pull/2102
* chore: Remove private underscores from interface classes by tssweeney in https://github.com/wandb/weave/pull/2103
* fix: Don't submit note form if Enter event pressed as part of IME by jamie-rasmussen in https://github.com/wandb/weave/pull/2099
* chore: simpler trace server download by gtarpenning in https://github.com/wandb/weave/pull/2108
* chore: Add target servers to generated docs by tssweeney in https://github.com/wandb/weave/pull/2105
* chore: add loading state to export by gtarpenning in https://github.com/wandb/weave/pull/2111
* fix: Langchain integration no longer creates prohibitively long names by tssweeney in https://github.com/wandb/weave/pull/2109
* chore: Setup notebook generation mechanics by tssweeney in https://github.com/wandb/weave/pull/2104
* chore: copy changes to llamaindex docs by gtarpenning in https://github.com/wandb/weave/pull/2115
* chore: Release 0.50.14 by tssweeney in https://github.com/wandb/weave/pull/2117
New Contributors
* tonyyli-wandb made their first contribution in https://github.com/wandb/weave/pull/1986
**Full Changelog**: https://github.com/wandb/weave/compare/v0.50.13...v0.50.14