Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@jkhenning jkhenning released this 31 Dec 20:13
· 2 commits to master since this release

Breaking Changes

MongoDB major version was upgraded from v5.x to 6.x.
Please note that if your current ClearML Server version is smaller than v1.17 (where MongoDB v5.x was first used), you'll need to first upgrade to ClearML Server v1.17.

Upgrading to ClearML Server v1.17 from a previous version

New Features

  • New look and feel: Full light/dark themes (clearml #1297)
  • New UI task creation options
    • Support bash as well as python scripts
    • Support file upload
  • New UI setting for configuring cloud storage credentials with which ClearML can clean up cloud storage artifacts on task deletion.
  • Add UI scalar plots presentation of plots in sections grouped by metrics.
  • Add UI Batch export plot embed codes for all metric plots in a single click.
  • Add UI pipeline presentation of steps grouped into stages

Bug Fixes

  • Fix UI Model Endpoint's Number of Requests plot sometimes displays incorrect data
  • Fix UI datasets page does not filter according to project when dataset is running
  • Fix UI task scalar legend does not change colors when smoothing is enabled
  • Fix queue list in UI Workers and Queues page does not alphabetically sort by queue display name
  • Fix queue display name is not searchable in UI Task Creation modal's queue field