Skip to content

v1.0.0

Compare
Choose a tag to compare
@clearml-bot clearml-bot released this 03 May 17:57
· 395 commits to master since this release

Features

  • Add Multi-level project hierarchy - Projects can now contain sub-projects
  • Add markdown editor for project overview
  • Add support for multiple models per experiment
  • Add Context menu batch operations allegroai/clearml#286
  • Add global search regex support allegroai/clearml#81 (comment)
  • Add support for extended container (docker) configuration and setup script
  • Add special character support (. (dot) and $) in Hyper Parameters
  • Add new context menu icons
  • Add deleting experiments and models through UI #53 #61 allegroai/clearml#81 (comment)
  • Improve Project deletion: deletes project's experiments and models
  • Add experiment description access from info title
  • Improve experiment table columns
    • Add filter by user
    • Add filters time columns
    • Add filters for custom columns (metrics and hyper parameters)
    • Add secondary nested sorting
  • Add worker<->queue clickable reference in workers and queues tables
  • Add presenting all metric debug samples concurrently
  • Add Full project name display in project cards allegroai/clearml#81 (comment)
  • Add option for continuing aborted tasks

Bug Fixes

  • Fix UI storage credentials input missing for HTML artifacts
  • Fix sorting custom metric columns sort treats empty fields as zeroes
  • Fix UI experiments table redundant rendering on auto refresh
  • Fix missing URL encoding for hyper parameters key names
  • Fix UI experiment section edit opens outside viewable screen
  • Fix UI missing default selection of artifacts in full screen view
  • Fix UI variant name not shown in plots
  • Fix UI missing tooltip for truncated column headers
  • Fix UI custom columns choice does not persist per project allegroai/clearml#314
  • Fix API plot_str not returned for compressed plots
  • Fix UI plots color picker consistency
  • Fix API tasks.reset marking parent ID as deleted in its children
  • Fix UI missing queue selection on queue delete
  • Fix UI debug image history slider not shown when there's only a single iteration
  • Fix UI X-axis labels are being cut in plots allegroai/clearml#264
  • Fix UI scalar color choice dialog toggles between screen positions every time you open it
  • Fix UI hovering on legend clears parallel coordinates graph filtershttps://github.com/allegroai/clearml/issues/259
  • Fix UI experiment comparison 'hide identical fields' button disable doesn't work
  • Fix UI auto refresh removes model ID in model panel
  • Fix UI debug samples download image opens new tab instead of downloading
  • Fix UI experiment/model tables: Right most column is not fixed to right edge of screen
  • Fix UI 'Add experiment' modal in compare scalar comparison intertwines with comparison display
  • Fix UI experiment configurations showing redundant "General" section