Skip to content

v0.15.0

Compare
Choose a tag to compare
@clearml-bot clearml-bot released this 01 Jun 20:11
· 665 commits to master since this release

Features

  • Trains WebApp code is now publicly available in the Trains Web repository. See Trains Web v0.15.0 for the WebApp code included in this server release
  • Add support for debug media (images, audio, video) clearml/clearml#120
  • Add experiment and model tag management clearml/clearml#46
  • Add support for more task types (see Trains v0.15.0 and Trains Agent v0.15.0 for related support and services mode)
  • Experiment comparison
    • Add Last / Max (maximal) / Min (minimal) scalar values to parallel coordinates in experiment comparison clearml/clearml#131
    • Add deep comparison support to experiment comparision, including uncommitted changes by file with line diff and search of all text
  • Enhance table columns
    • Add dynamic column ordering to the experiments and models tables
    • Add the User column to the experiments table
    • Add the Description to experiments and models tables
    • Add double click to table column resizers for column width reset
    • Add column customization to the models table
  • Add support for saving and sharing customized model table URLs by embedding table customizations in the URL
  • Add a popup text editor for all text areas
  • Move resource monitoring plots after the metrics plots in the experiment results SCALARS tab
  • Add support for the clear_all parameter in tasks.reset to improve Trains SDK Task reuse
  • Unify experiments table and comparison auto-refresh (switching between table and comparison auto refresh setting did not change)
  • Add a cancel button to all text searches
  • Improve the experiment / details panel split to 75% / 25%
  • Infrastructure
    • Update pymongo and mongoengine to their latest versions
    • Improve mongo performance by eliminating non-indexed queries
    • Upgrade WebApp to Angular 9
    • Use native javascript instead of date-fns
  • Add survey invitation popup

Bug Fixes

  • Fix experiment comparison issues
    • Scalar comparison type does not reflect displayed comparison #40
    • Comparison animations overlapping other fields
    • Cannot choose a metric after clearing it in experiment comparison parallel coordinates
    • Adding a dimension without a value removes all lines in experiment comparison parallel coordinates
  • Fix experiment view issues
    • Custom URL gets erased when clicking on any tab on experiment
    • All experiments re-fetched when navigating through tabs of an experiment
    • Input and output models configuration box sizes differs in the experiments ARTIFACTS tab
    • Changing experiment table / details pane split redraws scalars and plots
    • Wrong download URL shown for S3 artifact links with special characters
  • Fix experiment results view issues
    • Browser zoom breaks labels (Ctrl + / Ctrl - / mouse wheel) in experiment results SCALARS tab clearml/clearml#127
    • Debug image name not shown if file cannot be loaded
    • minio images with spaces in the path not displaying correctly
    • Plots should use the full panel space
    • Plot relative time displaying incorrectly in experiment results SCALARS tab
    • Wall time display in local time in experiment results SCALARS tab
  • Fix experiment table issues
    • Hyper parameters sorted as strings, not as numbers clearml/clearml#124
    • Prevent auto refresh reordering when the details panel is open
    • Table resizing made the preferences wheel to jump over titles
  • Fix experiment reset when both the input and output model are the same causes model deletion
  • Fix experiment clone not working if the input model was deleted
  • Fix missing trash icon (delete) if a custom column title is too long
  • Fix display of aborted tasks in the recent experiments on the Homepage

Docker image can be found here:

docker pull allegroai/trains:0.15.0