You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/azure-machine-learning-release-notes.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,34 @@ In this article, learn about Azure Machine Learning releases. For the full SDK
18
18
19
19
See [the list of known issues](resource-known-issues.md) to learn about known bugs and workarounds.
20
20
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.
0 commit comments