v0.50.6
What's Changed
- chore(weave): Fix table refs rendering by @tssweeney in #1708
- chore: Revise intro notebook to match demo flow by @tssweeney in #1797
- chore: Generalize Converter Logic by @tssweeney in #1771
- chore(app): Enhance getTimeSegmentsInTimeZone Function to Include Day Property by @MBakirWB in #1796
- fix: safari scrolling issue by @jamie-rasmussen in #1799
- chore: custom feedback API got lost in refactor by @jamie-rasmussen in #1798
- chore(artifacts): update artifact fs - add a new uri by id class to allow querying artifact manifest via id by @ibindlish in #1601
- chore(weave): Split out old weave code by @andrewtruong in #1780
- chore(weave): Update formatting to use ruff (and stop using black) by @andrewtruong in #1801
- chore(weave): Mark test as flaky by @andrewtruong in #1783
- chore: add useProjectHasTraceServerData method back by @jamie-rasmussen in #1803
- chore: enable Ruff's import sorting by @jamie-rasmussen in #1805
- feat: add feedback tab to call details page by @jamie-rasmussen in #1802
- fix(weave): Allow client to get ref without explicit
weave.init
by @andrewtruong in #1729 - chore: Enable ruff D200 fits-on-one-line by @jamie-rasmussen in #1807
- chore: enable Ruff W391 too-many-newlines-at-end-of-file by @jamie-rasmussen in #1806
- chore(weave): Use pytest.approx instead of custom Nearby class by @andrewtruong in #1811
- fix(weave): Mutate and return the same object when mutating inside an op by @andrewtruong in #1749
- chore: enable ruff W291 - no trailing whitespace by @jamie-rasmussen in #1808
- feat(weave): Increase maximum number of runs to resolve from 50 to 100 by @nickpenaranda in #1817
- chore: add more ruff rules (no current violations) by @jamie-rasmussen in #1814
- chore(weave): Quick fix for anthropic cost by @jwlee64 in #1795
- fix: include token counts and costs in CSV export by @jamie-rasmussen in #1819
- fix(weave): Make weave.init work with threading/flask by @andrewtruong in #1736
- chore(weave): Rename docs/ecosystem to docs/integrations by @andrewtruong in #1818
- chore(weave): Fix sqlite name in code by @tssweeney in #1821
- chore(weave): Refactor internals to clarify public vs private methods by @andrewtruong in #1773
- chore(weave): Rename graph client to weave client by @andrewtruong in #1815
- feat: Basic Call Renaming by @tssweeney in #1820
- chore: add support for call refs by @jamie-rasmussen in #1824
- chore(docs): update docs image by @scottire in #1823
- chore: Refactor Call Query In Prep for Filter/Sort through Refs by @tssweeney in #1800
- chore(dev): add line plot alt2 icon by @jo-fang in #1825
- docs(LlamaIndex): Add LlamaIndex docs by @ayulockin in #1787
- fix(weave): Dont add extra decorator unnecessarily when calling deco factory without parens by @andrewtruong in #1833
- chore: ecosystem -> integrations by @jamie-rasmussen in #1836
- feat(weave): Add
call
func to decorated op to get back a Call object by @andrewtruong in #1831 - chore(weave): Move
run_context
out of legacy and rename tocall_context
by @andrewtruong in #1830 - chore(weave): Fix RAG Docs by @tssweeney in #1840
- fix(weave): Add missing call_context by @andrewtruong in #1843
- chore: fix docs sidebar reference to ecosystem by @jamie-rasmussen in #1835
- feat: add UI to add notes and emoji reactions on calls by @jamie-rasmussen in #1834
- chore: sort wandb imports with third party libraries by @jamie-rasmussen in #1844
- fix: Fixes issue when run is not found by @tssweeney in #1842
- chore: enable Ruff D202 - no blank line after function by @jamie-rasmussen in #1845
- chore: rename get_current_run to get_current_call by @jamie-rasmussen in #1847
- feat: new sidebar design by @jamie-rasmussen in #1496
- feat: make get_current_call a top level API by @jamie-rasmussen in #1848
- chore: update version to 0.50.6 by @jamie-rasmussen in #1841
- chore: updated MANIFEST.in by @jamie-rasmussen in #1849
New Contributors
Full Changelog: v0.50.5...v0.50.6