Skip to content

v1.13.0

Compare
Choose a tag to compare
@jkhenning jkhenning released this 17 Nov 08:26
· 126 commits to master since this release

New Features and Improvements

  • Improve UI comparison views
    • Add visual comparison of single value scalars #202
    • Scalar value comparison: metrics are presented in a single table clearml #760
    • Add global experiment legend: Experiment name, tags and color clearml #81
    • Clickable URLs/object IDs in experiment details comparison clearml #1073
  • UI Search improvements
    • Dashboard search results ordered by update time
    • Top bar search query saved in URL
  • Improve UI experiment debug sample iteration fetching speed #170
  • Add UI cloud credentials support for GCS signed URLs with HMAC authentication
  • Add Experiment plot UI support for displaying subplots

Bug Fixes

  • Fix UI single-value scalars table does not display all single-value scalars clearml #1111
  • Fix UI pipeline step duration does not update during runtime clearml #1090
  • Fix UI experiment comparison parallel coordinates plot crops the metric and parameter names clearml #1111
  • Fix hidden experiments appear in UI All Experiments search results clearml #1139
  • Fix Markdown Editor Cross-site Scripting (XSS) vulnerability
  • Fix disabled graphs in UI scalars reappear in full-screen mode
  • Fix UI auto-refresh sometimes causes many error message to be raised
  • Fix "All" tag filter not working in UI object pages
  • Fix tag filter in UI dataset page does not persist on refresh
  • Fix scalars and plots are not displayed in UI model page
  • Fix UI pipeline step status does not update
  • Fix UI experiment comparison plots don't display all experiments in legend
  • Fix UI Model Lineage tab sometimes doesn't display models
  • Fix some plots present partial data in UI experiment comparison plots
  • Fix clicking URL of deleted UI report navigates to empty page
  • Fix applying UI tag in bulk raises an error
  • Fix task IDs appear multiple times in UI task comparison plot legends
  • Fix UI project filter in All Experiments table takes a long time load
  • Fix custom columns in UI tables do not persist on refresh
  • Fix UI report card missing creating user's name
  • Fix new tag is not displayed in "Add Tag" table action menu until page refresh
  • Fix clicking on worker name in Orchestration page's Queue info panel does not navigate to the worker's info panel
  • Fix clicking on older empty UI datasets redirects to 404 page
  • Fix experiment names don't appear in the plot legend in UI experiment comparison scalar plots grouped by metric
  • Fix task ID does not appear in UI task comparison plots of tasks with the same name
  • Fix UI scalar comparison's Horizontal Axis, Smoothing, and Group by selections do not persist upon experiment selection modification
  • Fix UI scalars sometimes missing plots in Chrome
  • Fix values can't be input into the UI scalar smoothing field
  • Fix UI experiment configuration is sometimes not editable
  • Fix UI project name tooltips don't appear for projects with long names
  • Fix debug samples appear in UI experiment only after refresh
  • Fix cropped names in tag list in "Add Tag" action in UI table action menu
  • Fix UI experiment configuration tooltip obscure the “Edit” button
  • Fix Markdown editor XSS vulnerability (thanks @vvxhid, @ouxs-19, @malikDaCoda and @m0kr4n3 for reporting!)