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