Skip to content

Release 0.26.0

Compare
Choose a tag to compare
@yogeshg yogeshg released this 13 Jan 00:55
· 68 commits to main since this release

Feature

  • Add new Confusion Matrix v2 custom chart
  • Expose the ability to store a team's data in an external bucket store
  • Added slack notifications for the model registry
  • Add system metrics for AWS Trainium
  • Add support for boolean types in panelplot axes
  • Add toggle control to disable bucketing aggregation on multi-line runs
  • Add screenreader aria-label for audio panel play and download buttons

Improvements

  • Improve Links, Reports and Projects section on Profile Page
  • New user info editing on Profile Page sidebar
  • Panel video now supports configurable autoPlay, default off; mute, default on
  • Make billing form responsive, add terms of conditions and privacy policy

Fixes

  • Only enterprise plans can create service accounts and only admins can view the api
  • Reduce limit of run output/input artifacts from 10,000 to 5,000
  • Fix crashes when counting multiple artifact references
  • JoinedTables can now be viewed in workspaces
  • Apply line plot y-axis metrics regex to new runs
  • Expression editor is autofocused when appropriate for tables
  • Show suggestions for empty expressions for tables
  • Retain admin status after user signs up in basic auth
  • Prevent db hang on duplicative AddProjectTag
  • Remove flashing blue dot tooltip on workspace
  • Don't show onboarding alert to logged-out users
  • Improved performance for the Artifact DAG view
  • Add generated artifacts filter in artifact lineage DAG
  • Set path of cookies correctly so that access tokens are respected across the sited
  • Fix Profile Page cards overflowing content
  • Include already showcased reports in selection modal on Profile Page
  • Fixing Custom Charts bug where PNGs were downloaded as SVGs
  • Fix stale counts when filtering grouped runs
  • Issue where nested arrays in config were converted to objects with UI render
  • Fix bug where typing occurs backwards in some reports
  • Fetch _step if we need it for pagination
  • Create project prompt should not appear when pages have projects
  • The queue option now correctly populates in the "add run to queue" flow
  • Prevent triggers/queue data model from being broken by deleting queues
  • Ensure config is copied over when moving runs between projects