Skip to content

Releases: microsoft/MLOpsPython

MLOps with Azure ML

Choose a tag to compare

released this 18 Jun 16:51
9056285
159751

update arm template to make workspace sku configurable (#283)

MLOps with Azure ML

Choose a tag to compare

released this 15 Jun 21:16
08bb6f4
158098

Simplify docs flow (#297)

MLOps with Azure ML

Choose a tag to compare

released this 15 Jun 19:32
cd762ec
158066

Move instruction to install AML extension to Azure Devops setup instr…

MLOps with Azure ML

Choose a tag to compare

released this 02 Jun 21:34
cbeadae
153255

update azureml sdk (#287)

MLOps with Azure ML

Choose a tag to compare

released this 20 May 20:55
f8cd70f
149223

Replaced Env class with dataclass (#277)

MLOps with Azure ML

Choose a tag to compare

released this 05 May 18:21
8fb12af
Add Terraform option to environment_setup (#268)

* setup basic folder and file structure

* add tf backend file and bash script to create state storage

* basic pipeline for infrastructure with tf - yaml, tf, bash

* naming and deleting unnecessary bash script

* updated documentation

* added to the get_started.md guide

* added terraform plan step

MLOps with Azure ML

Choose a tag to compare

released this 15 Apr 00:24
32dd48f
Update SDK to 1.3.0 (#266)

Fixes #265.

MLOps with Azure ML

Choose a tag to compare

released this 13 Apr 21:58
996e0a6
Fix docker pipeline by removing trailing whitespace (#264)

The docker pipeline fails to tag because the trailing whitespace gets included in the tag name.

MLOps with Azure ML

Choose a tag to compare

released this 13 Apr 21:30
d0e91cf
Update CI conda deps to match training/scoring SDK (#263)

- Tied SDK version to 1.2.x as with conda_dependencies.yml
- Lock versions to point updates
- Kept the rest of the deps manually specified to keep image size small and minimize regressions

3.1.0 Release

Choose a tag to compare

@j-so j-so released this 14 Apr 00:20
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: