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
+ Enable Application Insights re-mapping for new region China East 3, since it doesn't support classic resource mode. Also fixed the missing update for China North 3.
26
27
+**azureml-defaults**
27
28
+ Bumped azureml-inference-server-http pin to 1.0.0 in azureml-defaults.
28
29
+**azureml-interpret**
@@ -34,7 +35,6 @@ __RSS feed__: Get notified when this page is updated by copying and pasting the
34
35
## 2024-01-29
35
36
### Azure Machine Learning SDK for Python v1.55.0
36
37
+**azureml-core**
37
-
+ Enable Application Insights re-mapping for new region China East 3, since it doesn't support classic resource mode. Also fixed the missing update for China North 3.
38
38
+**azureml-defaults**
39
39
+ Bumped azureml-inference-server-http pin to 1.0.0 in azureml-defaults.
40
40
+**azureml-interpret**
@@ -51,7 +51,7 @@ __RSS feed__: Get notified when this page is updated by copying and pasting the
51
51
+**azureml-interpret**
52
52
+ updated azureml-interpret package to interpret-community 0.30.*
53
53
+**azureml-mlflow**
54
-
+ feat: Add `AZUREML_BLOB_MAX_SINGLE_PUT_SIZE` to control the size in bytes of upload chunks. Lowering this from the default (`64*1024*1024`i.e 64MB) can remedy issues where write operations fail due to time outs.
54
+
+ feat: Add `AZUREML_BLOB_MAX_SINGLE_PUT_SIZE` to control the size in bytes of upload chunks. Lowering this from the default (`64*1024*1024`that is 64MB) can remedy issues where write operations fail due to time outs.
55
55
+ Support for uploading and downloading models from AzureML registries is currently experimental
56
56
+ Adding support for users that want to download or upload model from AML registries
57
57
@@ -65,7 +65,6 @@ __RSS feed__: Get notified when this page is updated by copying and pasting the
65
65
+**azureml-contrib-automl-dnn-forecasting**
66
66
+ Support of features/regressors known at the time of forecast in AutoML forecasting TCN models.
67
67
+**azureml-core**
68
-
+ Add appinsights location swap for qatarcentral to point to uaenorth
69
68
+[Python 3.7 reached end-of-life on June 27th 2023](https://devguide.python.org/versions/). Consequently, 3.7 will be deprecated in azureml-core starting in October 2023 and azureml-core will end support for 3.7 in February 2024.
70
69
+**azureml-mlflow**
71
70
+ Fix for loading models with MLflow load_model APIs when passing an AzureML URI
@@ -899,7 +898,7 @@ The `ml` extension to the Azure CLI is the next-generation interface for Azure M
899
898
+**azureml-contrib-interpret**
900
899
+ azureml-contrib-interpret README is updated to reflect that package will be removed in next update after being deprecated since October, use azureml-interpret package instead
901
900
+**azureml-core**
902
-
+ Previously, it was possible to create a provisioning configuration with the minimum node count less than the maximum node count. This has now been fixed. If you now try to create a provisioning configuration with `min_nodes < max_nodes` the SDK will raises a `ComputeTargetException`.
901
+
+ Previously, it was possible to create a provisioning configuration with the minimum node count less than the maximum node count. This has now been fixed. If you now try to create a provisioning configuration with `min_nodes < max_nodes` the SDK will raise a `ComputeTargetException`.
903
902
+ Fixes bug in wait_for_completion in AmlCompute, which caused the function to return control flow before the operation was actually complete
904
903
+ Run.fail() is now deprecated, use Run.tag() to mark run as failed or use Run.cancel() to mark the run as canceled.
905
904
+ Show error message 'Environment name expected str, {} found' when provided environment name isn't a string.
@@ -925,7 +924,7 @@ The `ml` extension to the Azure CLI is the next-generation interface for Azure M
925
924
+ allowed_failed_count - the number of allowed failed mini batches;
926
925
+ allowed_failed_percent- the percent of allowed failed mini batches.
927
926
928
-
A job stops if exceeds any of them. error_threshold is required to keep it backward compatibility. Set the value to -1 to ignore it.
927
+
A job stops if it exceeds any of them. error_threshold is required to keep it backward compatibility. Set the value to -1 to ignore it.
929
928
+ Fixed whitespace handling in AutoMLStep name.
930
929
+ ScriptRunConfig is now supported by HyperDriveStep
931
930
+**azureml-train-core**
@@ -939,7 +938,7 @@ The `ml` extension to the Azure CLI is the next-generation interface for Azure M
939
938
## 2021-01-31
940
939
### Azure Machine Learning studio Notebooks Experience (January Update)
941
940
+**New features**
942
-
+ Native Markdown Editor in Azure Machine Learning. Users can now render and edit markdown files natively in Azure Machine Learning Studio.
941
+
+ Native Markdown Editor in Azure Machine Learning. Users can now render and edit markdown files natively in Azure Machine Learning studio.
943
942
+[Run Button for Scripts (.py, .R and .sh)](../how-to-run-jupyter-notebooks.md#run-a-notebook-or-python-script). Users can easily now run Python, R and Bash script in Azure Machine Learning
944
943
+[Variable Explorer](../how-to-run-jupyter-notebooks.md#explore-variables-in-the-notebook). Explore the contents of variables and data frames in a pop-up panel. Users can easily check data type, size, and contents.
945
944
+[Table of Content](../how-to-run-jupyter-notebooks.md#navigate-with-a-toc). Navigate to sections of your notebook, indicated by Markdown headers.
@@ -1508,7 +1507,7 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
1508
1507
+ Removed the ability to specify `enable_cache` as part of AutoMLConfig
1509
1508
+**azureml-train-automl-runtime**
1510
1509
+ Added limited availability of multi-noded, multi-gpu distributed featurization with BERT.
1511
-
+ Added error handling for incompatible packages in ADB based automated machine learning runs.
1510
+
+ Added error handling for incompatible packages in ADB based automated machine Learning runs.
1512
1511
+**azureml-widgets**
1513
1512
+ Doc updates to azureml-widgets.
1514
1513
@@ -1609,7 +1608,7 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
1609
1608
+ Enabling explanations for AutoML Prophet and ensemble models that contain Prophet model.
1610
1609
+ A recent customer issue revealed a live-site bug wherein we log messages along Class-Balancing-Sweeping even when the Class Balancing logic isn't properly enabled. Removing those logs/messages with this PR.
1611
1610
+**azureml-cli-common**
1612
-
+ Completed the removal of model profiling from mir contrib by cleaning up CLI commands and package dependencies, Model profiling is available in core.
1611
+
+ Completed the removal of model profiling from mir contrib by cleaning up CLI commands and package dependencies. Model profiling is available in core.
1613
1612
+**azureml-contrib-reinforcementlearning**
1614
1613
+ Load testing tool
1615
1614
+**azureml-core**
@@ -1999,7 +1998,7 @@ Access the following web-based authoring tools from the studio:
1999
1998
+ Using native NumPy and SciPy for serializing and deserializing intermediate data for FileCacheStore (used for local AutoML runs)
2000
1999
+ Fixed a bug where failed child runs could get stuck in Running state.
2001
2000
+ Increased speed of featurization.
2002
-
+ Fixed the frequency check during scoring, now the forecasting tasks do not require strict frequency equivalence between train and test set.
2001
+
+ Fixed the frequency check during scoring. Now the forecasting tasks do not require strict frequency equivalence between train and test set.
2003
2002
+ Changed the input of the constructor to take a list of options to apply the imputation options for corresponding columns.
2004
2003
+ Fixed errors related to lag type selection.
2005
2004
+ Fixed the unclassified error raised on the data sets, having grains with the single row
@@ -2146,7 +2145,7 @@ Access the following web-based authoring tools from the studio:
2146
2145
+**Bug fixes and improvements**
2147
2146
+**azureml-automl-runtime**
2148
2147
+ Increased speed of featurization.
2149
-
+ Fixed the frequency check during scoring, now in the forecasting tasks we do not require strict frequency equivalence between train and test set.
2148
+
+ Fixed the frequency check during scoring. Now in the forecasting tasks we do not require strict frequency equivalence between train and test set.
2150
2149
+**azureml-core**
2151
2150
+ User may now specify a value for the auth key when regenerating keys for webservices.
2152
2151
+**azureml-interpret**
@@ -2542,7 +2541,7 @@ Azure Machine Learning is now a resource provider for Event Grid, you can config
2542
2541
+ Creating an Experiment object gets or creates the experiment in the Azure Machine Learning workspace for run history tracking. The experiment ID and archived time are populated in the Experiment object on creation. Example: experiment = Experiment(workspace, "New Experiment") experiment_id = experiment.id archive() and reactivate() are functions that can be called on an experiment to hide and restore the experiment from being shown in the UX or returned by default in a call to list experiments. If a new experiment is created with the same name as an archived experiment, you can rename the archived experiment when reactivating by passing a new name. There can only be one active experiment with a given name. Example: experiment1 = Experiment(workspace, "Active Experiment") experiment1.archive() # Create new active experiment with the same name as the archived. experiment2. = Experiment(workspace, "Active Experiment") experiment1.reactivate(new_name="Previous Active Experiment") The static method list() on Experiment can take a name filter and ViewType filter. ViewType values are "ACTIVE_ONLY", "ARCHIVED_ONLY" and "ALL" Example: archived_experiments = Experiment.list( workspace, view_type="ARCHIVED_ONLY") all_first_experiments = Experiment.list(workspace, name="First Experiment", view_type="ALL")
2543
2542
+ Support using environment for model deployment, and service update
2544
2543
+**azureml-datadrift**
2545
-
+ The show attribute of DataDriftDector classdon't support optional argument 'with_details' anymore. The show attribute only presents data drift coefficient and data drift contribution of feature columns.
2544
+
+ The show attribute of DataDriftDector classdoesn't support optional argument 'with_details' anymore. The show attribute only presents data drift coefficient and data drift contribution of feature columns.
+ Input parameter start_time, end_time are optional instead of mandatory;
2548
2547
+ Input specific start_time and/or end_time with a specific run_id in the same invoking results in value error exception because they are mutually exclusive
0 commit comments