Skip to content
Apr 15, 2020
Update SDK to 1.3.0 (microsoft#266)
Fixes microsoft#265.
Apr 13, 2020
Fix docker pipeline by removing trailing whitespace (microsoft#264)
The docker pipeline fails to tag because the trailing whitespace gets included in the tag name.
Apr 13, 2020
Update CI conda deps to match training/scoring SDK (microsoft#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
Apr 13, 2020
Fix docker pipeline by removing trailing whitespace (microsoft#264)
The docker pipeline fails to tag because the trailing whitespace gets included in the tag name.
Apr 10, 2020
Fix training/scoring conda deps (microsoft#262)
Azure deprecated their top level meta-package which led to a deprecation error. We don't actually need this top level package.

I took the opportunity to clean up the conda deps using the dependency tree.

- Trimmed the package list
- Explicitly list pip to avoid conda warning
- Use azureml-defaults for WebApp dependencies
- Lock azureml-sdk and azureml-defaults versions
- Add comments for dependencies
Apr 9, 2020
Update Image creation to use new package (microsoft#260)
Update Image creation to use the new package
Apr 8, 2020
remove file_name parameter because it's not used in function (microso…
…ft#252)
Apr 3, 2020
Bootstrap fixes (microsoft#250)
Apr 2, 2020
Making changes to experiment notebook based on changes to tutorial do…
…cument (microsoft#249)

* making changes to notebook based on changes to tutorial document

* test update to assert_almost_equal

* reference repo details in byoc guide
Mar 31, 2020
clearer explanation of the pipeline stages in the getting started gui…
…de (microsoft#247)
You can’t perform that action at this time.