Changelog#

0.17 2021-11-04

  • [Feature] #226: Adds functionality to run triggers before and after components are run. Thanks @aditim1359 for taking this on!

  • [Support]: Added ability to create tests and execute them before and after components are run. Also, the web app has a React Router refactor, thanks to @Boyuan-Deng.

    Warning

    This change is requries a DB migration. You can follow the documentation to perform the migration if you are using a release prior to this one.

0.16 2021-07-08

  • [Feature] #176: Adds functionality to log git tags an example of how to use DVC with mltrace. Thanks @jeannefukumaru for taking this on!

  • [Feature] #178: Adds the review feature to allow users to flag problematic outputs and determine common component runs used in producing the outputs. See details here: Using the reviewer tool

  • [Support]: Added the review feature to aid in debugging erroneous outputs and functionality to log git tags to integrate with DVC.

    Warning

    This change is requries a DB migration. You can follow the documentation to perform the migration if you are using a release prior to this one.

0.15 2021-05-21

  • [Feature] #56: Adds CLI commands as an alternative to the UI. Thanks @ariG23498 for taking this on! See documentation on how to use CLI here: Using the CLI

  • [Feature] #76: Add a staleness feature to component runs to hint whether the component needs to be rerun. See details here: Staleness

  • [Support]: Added CLI (command line utilities) and component run staleness features.

    Warning

    This change is requries a DB migration. You can follow the documentation to perform the migration if you are using a release prior to this one.