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/data-science-virtual-machine/release-notes.md
+24-5Lines changed: 24 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,29 @@ In this article, learn about Azure Data Science Virtual Machine releases. For a
16
16
17
17
Due to the rapidly evolving needs and packages updates, we target to release new Azure Data Science Virtual Machine for Windows and Ubuntu images every month.
18
18
19
-
Azure portal users will always find the latest image available for provisioning the Data Science Virtual Machine. For CLI or ARM users, we keep images of individual versions available for twelve months. After that period, particular version of image is no longer available for provisioning.
19
+
Azure portal users will always find the latest image available for provisioning the Data Science Virtual Machine. For CLI or Azure Resource Manager (ARM) users, we keep images of individual versions available for 12 months. After that period, particular version of image is no longer available for provisioning.
20
20
21
21
See the [list of known issues](reference-known-issues.md) to learn about known bugs and workarounds.
22
22
23
+
## March 18, 2022
24
+
[Data Science Virtual Machine - Windows 2019](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-dsvm.dsvm-win-2019?tab=Overview)
- Further `Log4j` vulnerability mitigation - although not used, we moved all `log4j` to version v2, we have removed old log4j jars1.0 and moved `log4j` version 2.0 jars.
32
+
- Azure CLI to version 2.33.1
33
+
- Redesign of Conda environments - we're continuing with alignment and refining the Conda environments so we created:
34
+
-`azureml_py38`: environment based on Python 3.8 with preinstalled [AzureML SDK](/python/api/overview/azure/ml/?view=azure-ml-py) containing also [AutoML](/azure/machine-learning/concept-automated-ml) environment
35
+
-`azureml_py38_PT_TF`: complementary environment `azureml_py38` with preinstalled with latest TensorFlow and PyTorch
36
+
-`py38_default`: default system environment based on Python 3.8
37
+
- we removed `azureml_py36_tensorflow`, `azureml_py36_pytorch`, `py38_tensorflow` and `py38_pytorch` environments.
38
+
39
+
40
+
41
+
23
42
## March 9, 2022
24
43
25
44
[Data Science Virtual Machine - Windows 2019](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-dsvm.dsvm-win-2019?tab=Overview)
@@ -28,7 +47,7 @@ Version: 21.12.03
28
47
29
48
Windows 2019 DSVM will now be supported under publisher: microsoft-dsvm, offer ID: dsvm-win-2019, plan ID/SKU ID: winserver-2019
30
49
31
-
Users using ARM template / VMSS to deploy the Windows DSVM machines, should configure the SKU with winserver-2019 instead of server-2019, since we will continue to ship updates to Windows DSVM images on the new SKU from March, 2022.
50
+
Users using Azure Resource Manager (ARM) template / virtual machine scale set (VMSS) to deploy the Windows DSVM machines, should configure the SKU with `winserver-2019` instead of `server-2019`, since we'll continue to ship updates to Windows DSVM images on the new SKU from March, 2022.
32
51
33
52
## December 3, 2021
34
53
@@ -140,7 +159,7 @@ Version: 21.06.22
140
159
Main changes:
141
160
142
161
- Updated to PyTorch 1.9.0
143
-
- Fixed a bug where git was not available
162
+
- Fixed a bug where git wasn't available
144
163
145
164
146
165
## June 1, 2021
@@ -203,7 +222,7 @@ Selected version updates are:
203
222
- CUDA 11.3, cuDNN 8, NCCL2
204
223
- Python 3.8
205
224
- R 4.0.5
206
-
- Spark 3.1 incl. mmlspark, connectors to Blob Storage, Data Lake, CosmosDB
225
+
- Spark 3.1 incl. mmlspark, connectors to Blob Storage, Data Lake, Cosmos DB
0 commit comments