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
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,11 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
20
20
21
21
## 2020-01-06
22
22
23
-
### Azure Machine Learning SDK for Python v1.0.82
23
+
### Azure Machine Learning SDK for Python v1.0.83
24
24
25
25
+**New features**
26
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
27
28
-
+**Preview features**
29
-
+[Contrib features below]
30
-
31
-
+**Breaking changes**
32
-
+[Reference upcoming breaking changes and old API support drop date]
33
-
34
28
+**Bug fixes and improvements**
35
29
+**azureml-automl-runtime**
36
30
+ Fixed a regression that caused a TypeError to be raised when running AutoML on Python versions below 3.5.4.
@@ -52,7 +46,6 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
52
46
+ Fixed a bug where incorrect version of pandas may be installed on remote amlcompute.
0 commit comments