Skip to content

v1.17.0

Latest
Compare
Choose a tag to compare
@jkhenning jkhenning released this 05 Dec 20:44

New Features

  • New ClearML Model dashboard: View all live model endpoints in a single location, complete with real time metrics reporting.
  • New UI pipeline run table comparative view: compare plots and scalars of selected pipeline runs
  • Improve services agent behavior: If no credentials are specified, agent uses default credentials (ClearML Server GitHub issue #140)
  • Add UI re-enqueue of failed tasks
  • Add UI experiment scalar results table view
  • Add "Block running user's scripts in the browser" UI setting option for added security
  • Add UI "Reset" to set task installed packages to originally recorded values
  • Add UI edit of default Project default output destination

Bug Fixes

  • Fix broken download links to artifacts stored in Azure (ClearML Server GitHub issue #247)
  • Fix Cross-site Scripting (XSS) vulnerability (CWE-79)
  • Fix UI experiment textual comparison diff showing contextual diffs as different contents (ClearML GitHub issue #646)
  • Fix UI experiment comparison does not overlay box plots and histograms (ClearML GitHub issue #1298)
  • Fix UI plots display “Iteration 0” when it is the only reported iteration (ClearML GitHub issue #1267)
  • Fix scalar series starting with angle bracket (<) causes UI scalar plot legend to display raw html (ClearML GitHub issue #1292)
  • Fix UI scalar plot not displayed if metric name includes a slash surrounded by spaces (/)
  • Fix Model API calls fail when its creating task has been deleted (ClearML GitHub issue #1299)
  • Fix UI experiment debug samples disappear while task is running (ClearMLGitHub issue #1259)
  • Fix UI pipeline DAG display to be "bottom-up" so all final steps appear in the bottom of the diagram (ClearML Web GitHub PR #86)
  • Fix invalid mongodb connection string if CLEARML_MONGODB_SERVICE_CONNECTION_STRING is specified (ClearML Server GitHub issue #252)
  • Fix UI image plot retrieval from fileserver missing authentication cookie (ClearML GitHub issue #1331)
  • Fix pipeline run version not set when re-executed via the UI
  • Fix metric and hyperparameter group string not searchable in UI table
  • Fix UI model hidden plot selection does not persist upon refresh
  • Fix deleting large number of experiments via UI not working properly
  • Fix experiment name legend not displayed in UI experiment plot comparison
  • Fix archiving pipeline run does not abort pipeline step tasks
  • Fix "Restore" and "Delete" buttons missing from UI experiment archive action bar
  • Fix UI experiment debug sample viewer sometimes displays incorrect sample
  • Fix UI Settings' Configuration section does not display indication that the number of credentials limit has been reached
  • Fix Hydra parameters not displaying correctly in UI experiment comparison parallel coordinates plot
  • Fix UI Reports image upload not working
  • Fix iteration number not displayed in titles of confusion matrix and table plots in UI experiment comparison
  • Fix "Create new" option not displaying when inputting project name in UI Report creation modal
  • Fix UI experiment requires Git information when repository isn't set
  • Fix moving an enqueued experiment to a new UI queue results in error
  • Fix modifying UI experiment input models does not work