Skip to content

Commit d0026cb

Browse files
authored
Merge pull request #100214 from harneetvirk/master
AzureML Python SDK 2020-01-06 Release Notes
2 parents be58d18 + f92c696 commit d0026cb

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

articles/machine-learning/azure-machine-learning-release-notes.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,34 @@ In this article, learn about Azure Machine Learning releases. For the full SDK
1818

1919
See [the list of known issues](resource-known-issues.md) to learn about known bugs and workarounds.
2020

21+
## 2020-01-06
22+
23+
### Azure Machine Learning SDK for Python v1.0.83
24+
25+
+ **New features**
26+
+ Dataset: Add two options `on_error` and `out_of_range_datetime` for `to_pandas_dataframe` to fail when data has error values instead of filling them with `None`.
27+
28+
+ **Bug fixes and improvements**
29+
+ **azureml-automl-runtime**
30+
+ Fixed a regression that caused a TypeError to be raised when running AutoML on Python versions below 3.5.4.
31+
+ **azureml-core**
32+
+ Fixed bug in `datastore.upload_files` where relative path that didn't start with `./` was not able to be used.
33+
+ Added deprecation messages for all Image class codepaths
34+
+ Fixed Model Management URL construction for Mooncake region.
35+
+ Fixed issue where models using source_dir couldn't be packaged for Azure Functions.
36+
+ Added an option to [Environment.build_local()](https://docs.microsoft.com/python/api/azureml-core/azureml.core.environment.environment?view=azure-ml-py) to push an image into AzureML workspace container registry
37+
+ Updated the SDK to use new token library on azure synapse in a back compatible manner.
38+
+ **azureml-interpret**
39+
+ Fixed bug where None was returned when no explanations were available for download. Now raises an exception, matching behavior elsewhere.
40+
+ **azureml-pipeline-steps**
41+
+ Disallowed passing `DatasetConsumptionConfig`s to `Estimator`'s `inputs` parameter when the `Estimator` will be used in an `EstimatorStep`.
42+
+ **azureml-sdk**
43+
+ Added AutoML client to azureml-sdk package, enabling remote AutoML runs to be submitted without installing the full AutoML package.
44+
+ **azureml-train-automl-client**
45+
+ Corrected alignment on console output for automl runs
46+
+ Fixed a bug where incorrect version of pandas may be installed on remote amlcompute.
47+
48+
2149
## 2019-12-23
2250

2351
### Azure Machine Learning SDK for Python v1.0.81

0 commit comments

Comments
 (0)