Skip to content

3.1.0 Release

Compare
Choose a tag to compare
@j-so j-so released this 14 Apr 00:20
· 30 commits to master since this release
996e0a6

In 3.1.0, we have several new features to enable more customization in the DevOps pipeline. We also have cleaned up the naming of our pipelines and restructured our docs for a better onboarding experience.

Features:

  • Enable deploying models registered by previous builds (skip first two stages of pipeline) #207 @jotaylo
  • Improve environment customization process #206 @algattik
  • Add reusable AzureML Environments #217 @sudivate
  • Enable versioned datasets #218 @eedorenko
  • Allow users to specify model tags in parameters.json #237 @eedorenko
  • Add image tags for pipeline build ID, github release ID, and AzureML SDK version #240 @sudivate
  • Set the training step to allow reuse the results from previous runs #140 @sudivate
  • Use Model Package for image creation #260 @sudivate
  • Run unit tests in any case during pipeline run #199 @sbaidachni
  • Clean up pipeline variables and add comments #211 @jotaylo
  • Rename pipeline YAML files to a new convention #212 @tcare
  • Remove BuildId as a parameter to ML pipeline #214 @jotaylo
  • New standalone train.py for training logic outside of AzureML and AzureML logic moved to train_aml.py #219 @jotaylo
  • Rename config.json to parameters.json #223 @jotaylo
  • Add get_latest_model method to model helper util code #231 @starlord-daniel
  • Upgrade AzureML SDK in build agent #235 @eedorenko

Fixes: