Weave

Latest version: v0.51.21

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

Scan your dependencies

Page 4 of 5

0.50.14

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

0.50.13

What's Changed
* fix: Allow > 32MB datasets by tssweeney in https://github.com/wandb/weave/pull/2019
* chore: Refactor trace server typescript client by tssweeney in https://github.com/wandb/weave/pull/2023
* chore: Fix Core CI relating to summary keys by tssweeney in https://github.com/wandb/weave/pull/2032
* chore(dev): "Revert Fix Core CI relating to summary keys" by tssweeney in https://github.com/wandb/weave/pull/2034
* feat(ui): Accept tooltip position for Buttons by connieelee in https://github.com/wandb/weave/pull/2030
* chore(docs): Add eval image to both eval tutorials & eval page by scottire in https://github.com/wandb/weave/pull/1951
* fix(weave): Bump CallsIter page size to speed up gets by andrewtruong in https://github.com/wandb/weave/pull/2033
* chore(weave): Retry executor tests that flake in CI by andrewtruong in https://github.com/wandb/weave/pull/1993
* fix: netrc authentication for windows by jamie-rasmussen in https://github.com/wandb/weave/pull/2039
* fix(ui): Center dialog, add z-index by connieelee in https://github.com/wandb/weave/pull/2041
* fix: Allow "gotten" models in evaluations by tssweeney in https://github.com/wandb/weave/pull/2038
* chore: Pickup new user id format by tssweeney in https://github.com/wandb/weave/pull/2029
* docs: Typo in ops docs by chrishiste in https://github.com/wandb/weave/pull/2042
* chore: eval selection logic much simpler by gtarpenning in https://github.com/wandb/weave/pull/2006
* feat: store pinned column state in URL by jamie-rasmussen in https://github.com/wandb/weave/pull/2043
* fix: langchain integration regex bug by jamie-rasmussen in https://github.com/wandb/weave/pull/2044
* fix: object viewer autoexpand by jamie-rasmussen in https://github.com/wandb/weave/pull/2046
* chore(weave): adding crop icons by mbarrramsey in https://github.com/wandb/weave/pull/2047
* fix: Evaluations are robust to empty / null key entries by tssweeney in https://github.com/wandb/weave/pull/2053
* style(ui): Update TextField styles by connieelee in https://github.com/wandb/weave/pull/2056
* chore: dev console warning from UserLink by jamie-rasmussen in https://github.com/wandb/weave/pull/2057
* chore: Release 0.50.13 by tssweeney in https://github.com/wandb/weave/pull/2055

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

**Full Changelog**: https://github.com/wandb/weave/compare/v0.50.12...v0.50.13

0.50.12

What's Changed
* chore: callres.call can now be none by gtarpenning in https://github.com/wandb/weave/pull/1992
* fix: catch stopIteration when call doesn't exist in CallRead by gtarpenning in https://github.com/wandb/weave/pull/1991
* chore: make attributes hidden but available by jamie-rasmussen in https://github.com/wandb/weave/pull/1994
* chore(query): Fixes bug when entity name as spaces by tssweeney in https://github.com/wandb/weave/pull/1998
* chore: print out op url instead of object when OpRef by gtarpenning in https://github.com/wandb/weave/pull/1997
* fix: broken imports by jamie-rasmussen in https://github.com/wandb/weave/pull/2003
* chore(docs): fix langchain docs by soumik12345 in https://github.com/wandb/weave/pull/1996
* chore: add a basic test for CLI by jamie-rasmussen in https://github.com/wandb/weave/pull/2002
* chore(docs): add langchain doc link to integration list in intro page by soumik12345 in https://github.com/wandb/weave/pull/2004
* chore: inaccessible project IDs set to special private str by gtarpenning in https://github.com/wandb/weave/pull/1981
* chore: remove feature typo from weave.Dataset docs by ayulockin in https://github.com/wandb/weave/pull/1985
* chore(docs): Update Tracing 1 + 2 tutorials by jamie-rasmussen in https://github.com/wandb/weave/pull/2012
* feat: an environment variable turns on HTTP logging for debugging by jamie-rasmussen in https://github.com/wandb/weave/pull/2011
* fix(app): autoscroll fixes by onx2 in https://github.com/wandb/weave/pull/2013
* chore: Fixes bug in Eval Compare page when the model op is not called `predict` by tssweeney in https://github.com/wandb/weave/pull/2010
* feat: Automatically redact `Authorization` keys by tssweeney in https://github.com/wandb/weave/pull/2016
* chore: Fix docs by tssweeney in https://github.com/wandb/weave/pull/2018
* chore: Add table update methods by tssweeney in https://github.com/wandb/weave/pull/2009
* fix: Correct latency units by tssweeney in https://github.com/wandb/weave/pull/2020
* fix(weave): Correctly use frontend base url when set in file url resolver by nickpenaranda in https://github.com/wandb/weave/pull/2021
* fix: slightly better auth error by jamie-rasmussen in https://github.com/wandb/weave/pull/2024
* feat(ui): Add isInteractive prop for Tags and Pills by connieelee in https://github.com/wandb/weave/pull/2027
* fix(weave): take in has trace backend in sidebar by jwlee64 in https://github.com/wandb/weave/pull/2028
* chore: bump Weave version to 0.50.12 by jamie-rasmussen in https://github.com/wandb/weave/pull/2014


**Full Changelog**: https://github.com/wandb/weave/compare/v0.50.11...v0.50.12

0.50.11

What's Changed
* fix: wrong disabled+tooltip state in trace table by gtarpenning in https://github.com/wandb/weave/pull/1961
* feat: updated column management dialog by jamie-rasmussen in https://github.com/wandb/weave/pull/1963
* feat(weave): Add caching and slicing for CallsIter by andrewtruong in https://github.com/wandb/weave/pull/1938
* chore: Fix rendering of objects by tssweeney in https://github.com/wandb/weave/pull/1962
* fix(weave): Log client version with call attributes by andrewtruong in https://github.com/wandb/weave/pull/1954
* feat(weave): Add threading helpers to simplify thread usage by andrewtruong in https://github.com/wandb/weave/pull/1955
* chore: Support custom scoring summary functions by tssweeney in https://github.com/wandb/weave/pull/1953
* fix: call deletion by jamie-rasmussen in https://github.com/wandb/weave/pull/1972
* feat(integration): add langchain integration by parambharat in https://github.com/wandb/weave/pull/1661
* chore: Implement a more parallel loading scheme for the eval page by tssweeney in https://github.com/wandb/weave/pull/1973
* chore: Fix Compare Page "Dimension" Label Overflowing by tssweeney in https://github.com/wandb/weave/pull/1974
* docs: fix typos by jamie-rasmussen in https://github.com/wandb/weave/pull/1969
* fix(weave): Don't raise when calling `call` special func, and return both res and `Call` obj by andrewtruong in https://github.com/wandb/weave/pull/1968
* feat: store pagination model in URL by jamie-rasmussen in https://github.com/wandb/weave/pull/1976
* chore(weave): Fix test to match new calls return by andrewtruong in https://github.com/wandb/weave/pull/1978
* fix: multi-ref and project-mismatch trace server by gtarpenning in https://github.com/wandb/weave/pull/1967
* fix: incorrect use of ?? in call tree by jamie-rasmussen in https://github.com/wandb/weave/pull/1980
* fix: refetch call query stats on deletion by gtarpenning in https://github.com/wandb/weave/pull/1977
* fix: simplify delete error and show in modal by gtarpenning in https://github.com/wandb/weave/pull/1975
* chore: Raise on Evaluation Non-Op Models by tssweeney in https://github.com/wandb/weave/pull/1979
* fix: remove refs from objects in other projects by gtarpenning in https://github.com/wandb/weave/pull/1950
* chore(artifacts): new op to check if artifact is linked to a collection in the global registry by ibindlish in https://github.com/wandb/weave/pull/1970
* chore: Fixes int/ext conversion logic before pickup in prod by tssweeney in https://github.com/wandb/weave/pull/1984
* chore: Fix evaluation serialization in notebooks by tssweeney in https://github.com/wandb/weave/pull/1987
* chore: Hides `attributes.weave` from the calls table by tssweeney in https://github.com/wandb/weave/pull/1988
* chore(weave): add old weave cache clear script back by jwlee64 in https://github.com/wandb/weave/pull/1989
* chore(weave): bump weave version to 0.50.11 by jwlee64 in https://github.com/wandb/weave/pull/1990

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

**Full Changelog**: https://github.com/wandb/weave/compare/v0.50.10...v0.50.11

0.50.10

What's Changed
* docs(integrations): Fix LiteLLM issues rendering in sidebar by ash0ts in https://github.com/wandb/weave/pull/1931
* chore: Merge scorers of different versions carefully by tssweeney in https://github.com/wandb/weave/pull/1916
* fix: use single row for exported CSV header by jamie-rasmussen in https://github.com/wandb/weave/pull/1934
* fix(weave): Refactor op deco to work with `inspect` lib (`isfunction`, `iscoroutinefunction`) by andrewtruong in https://github.com/wandb/weave/pull/1901
* feat: Cohere chat models integration by tcapelle in https://github.com/wandb/weave/pull/1846
* chore: Fix CI - Combination PR by tssweeney in https://github.com/wandb/weave/pull/1946
* analytics(weave): copy code event, colab event by jwlee64 in https://github.com/wandb/weave/pull/1917
* chore(ui): Add icons for panel generation feature by jamie-rasmussen in https://github.com/wandb/weave/pull/1943
* feat(weave): Improved ergonomics for interacting with private weave instances by nickpenaranda in https://github.com/wandb/weave/pull/1936
* fix: Weave Object's Ops should be saved as ops! by tssweeney in https://github.com/wandb/weave/pull/1949
* feat(weave): bulk deletion mode by gtarpenning in https://github.com/wandb/weave/pull/1930
* feat: store calls grid sort state in URL by jamie-rasmussen in https://github.com/wandb/weave/pull/1956
* chore: Fix doc build by tssweeney in https://github.com/wandb/weave/pull/1958
* chore: fix docstring typo by jamie-rasmussen in https://github.com/wandb/weave/pull/1942
* feat(integration): Add autopatch integration with Groq by soumik12345 in https://github.com/wandb/weave/pull/1827
* fix(weave): Don't show ".<locals>." as part of op name by andrewtruong in https://github.com/wandb/weave/pull/1947
* fix(weave): Update box impl to use python None and bool instead of BoxedNone and BoxedBool by andrewtruong in https://github.com/wandb/weave/pull/1886
* chore: Release 0.50.10 by tssweeney in https://github.com/wandb/weave/pull/1959
* chore: Fix CI Digest by tssweeney in https://github.com/wandb/weave/pull/1960


**Full Changelog**: https://github.com/wandb/weave/compare/v0.50.9...v0.50.10

0.50.9

What's Changed
* fix: UI crash when example is not a ref string by jamie-rasmussen in https://github.com/wandb/weave/pull/1922
* chore: update Ruff version by soumik12345 in https://github.com/wandb/weave/pull/1928
* chore: add grab cursor to more popups by jamie-rasmussen in https://github.com/wandb/weave/pull/1926
* fix: error in console on objects page by jamie-rasmussen in https://github.com/wandb/weave/pull/1925
* fix: Stop redacting inside of reffed objects by tssweeney in https://github.com/wandb/weave/pull/1923
* chore: Release 0.50.9 by tssweeney in https://github.com/wandb/weave/pull/1927


**Full Changelog**: https://github.com/wandb/weave/compare/v0.50.8...v0.50.9

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.