Release 0.32.0
πͺ Feature
- Universal Search on W&B! Use β/Ctrl + K to quickly search and navigate between your Projects and Reports
- W&B Server now supports View only seats
- W&B Launch is GA; Launch lets you create reusable, configurable run templates called Jobs to easily scale and replicate your training runs; Better triggers workflow
- Navigation improvements in the model registry; /models now points to the main registry view; automation panels now have links between them
- Trace panel for LLMs allows you to track and visualize the inputs and outputs, execution flow, model architecture, and any intermediate results of your LLM chains; You can use your own LLM chaining implementation or use a W&B integration for LLM libraries such as LangChain.
- Better string visualization and hover behavior in tables
π¨ Fixes
- Remove panelbank pagination
- Artifact files s3 multipart upload support
- Weird behavior related to GQL queries
- Timeout exception
- Don't filter out old run queue items if still pending
- Make panelplot runColors match runColors of grouped runs in run selector
- Triggers: run "create artifact" triggers on artifact commit
- Breadcrumbs being misaligned in firefox
- Prevent empty state before loading model registry
- Overflow handling for alias list in version overview
- Input outline on safari
- Display toast message upon linking version to registry
- Redirect users to login to view the mr
- Correctly load URL in PanelHTML to prevent XSS
- Email copy
- String tooltips now open closer to text
- Update score for stringcompare to make it less than string histogram
- Filter nulls from launch sweep suggested values
- Correctly measure Markdown height
- Triggers table error handling
- Triggers: fix overrides JSON
- Tooltips sometimes don't appear for markdown
- Add filemeta logs
- Runs search regex popup for reports view
- Tooltips for string comparison panel
- Make PanelStringCompare work with weave1
- Add GKE in parentheses for kubernetes
- Issue where tooltips don't appear when they should
- Remove "Add to Launch queue" options from Runs Table
- Add loading state for PanelPreviewDir
- Broken GitHub link when remote info had .git suffix
- Loading panel netron with weave1
- Formatting issues in String, StringEditor
- Swap order of input / output artifacts in run Overview tab
- Reduce z-index of artifacts version menu
- Update create trigger to new trigger
- LocalStorage bug preventing iframe rendering
- Unnest table row types in panel merge to fix rendering join tables from weave python
- Make sure sweeps table renders display names when available.
- Issue with user sessions expiring
- Filter collection triggers if not on the selected collection
- Set name of downloaded file to be filename (instead of hash)
- Increase z-index of artifact dropdown menu
- Trim runs search query
Release Type: minor