Skip to content

Commit bbba3e7

Browse files
authored
Merge pull request #192115 from michalmar/dsvm-release-notes-win-03
DSVM Release Notes Windows
2 parents c24596b + 021459f commit bbba3e7

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

articles/machine-learning/data-science-virtual-machine/release-notes.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,29 @@ In this article, learn about Azure Data Science Virtual Machine releases. For a
1616

1717
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.
1818

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.
2020

2121
See the [list of known issues](reference-known-issues.md) to learn about known bugs and workarounds.
2222

23+
## March 18, 2022
24+
[Data Science Virtual Machine - Windows 2019](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-dsvm.dsvm-win-2019?tab=Overview)
25+
26+
Version: 22.03.09
27+
28+
Main changes:
29+
30+
- Updated R environment - added libraries: Cluster, Devtools Factoextra, GlueHere, Ottr, Paletteer, Patchwork, Plotly, Rmd2jupyter, Scales, Statip, Summarytools, Tidyverse, Tidymodels and Testthat
31+
- 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+
2342
## March 9, 2022
2443

2544
[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
2847

2948
Windows 2019 DSVM will now be supported under publisher: microsoft-dsvm, offer ID: dsvm-win-2019, plan ID/SKU ID: winserver-2019
3049

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.
3251

3352
## December 3, 2021
3453

@@ -140,7 +159,7 @@ Version: 21.06.22
140159
Main changes:
141160

142161
- Updated to PyTorch 1.9.0
143-
- Fixed a bug where git was not available
162+
- Fixed a bug where git wasn't available
144163

145164

146165
## June 1, 2021
@@ -203,7 +222,7 @@ Selected version updates are:
203222
- CUDA 11.3, cuDNN 8, NCCL2
204223
- Python 3.8
205224
- 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
207226
- Java 11 (OpenJDK)
208227
- Jupyter Lab 3.0.14
209228
- PyTorch 1.8.1 incl. torchaudio torchtext torchvision, torch-tb-profiler
@@ -217,7 +236,7 @@ Selected version updates are:
217236
- Microsoft Edge browser (beta)
218237

219238
<br/>
220-
Added docker. To save resources, the docker service is not started by default. To start the docker service, run the
239+
Added docker. To save resources, the docker service isn't started by default. To start the docker service, run the
221240
following command-line commands:
222241

223242
```

0 commit comments

Comments
 (0)