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
+32-9Lines changed: 32 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,29 @@ Azure portal users will always find the latest image available for provisioning
21
21
See the [list of known issues](reference-known-issues.md) to learn about known bugs and workarounds.
22
22
23
23
24
+
## July 28, 2022
25
+
[Data Science VM – Ubuntu 20.04](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-dsvm.ubuntu-2004?tab=Overview)
26
+
27
+
Version `22.07.19`
28
+
29
+
Main changes:
30
+
31
+
- Updated `Azure Cli` to version `2.38.0`
32
+
- Updated `Nodejs` to version `v16.16.0`
33
+
- Updated `Scala` to version `2.12.15`
34
+
- Updated `Spark` to version `3.2.2`
35
+
-`MMLSpark` notebook features `v0.10.0`
36
+
- 4 additional R libraries: [janitor](https://cran.r-project.org/web/packages/janitor/index.html), [skimr](https://cran.r-project.org/web/packages/skimr/index.html#:~:text=CRAN%20-%20Package%20skimr%20skimr:%20Compact%20and%20Flexible%2cby%20the%20user%20as%20can%20the%20default%20formatting.), [palmerpenguins](https://cran.r-project.org/web/packages/palmerpenguins/index.html) and [doParallel](https://cran.r-project.org/web/packages/doParallel/index.html)
37
+
- Added new AzureML Environment `azureml_310_sdkv2`
38
+
39
+
[Data Science Virtual Machine - Windows 2019](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-dsvm.dsvm-win-2019?tab=Overview)
40
+
41
+
Version `22.07.18`
42
+
43
+
Main Changes:
44
+
45
+
- General OS level updates
46
+
24
47
## July 11, 2022
25
48
[Data Science VM – Ubuntu 18.04](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-dsvm.ubuntu-1804?tab=overview) and [Data Science VM – Ubuntu 20.04](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-dsvm.ubuntu-2004?tab=Overview)
26
49
@@ -60,8 +83,8 @@ Version `22.04.27`
60
83
Main changes:
61
84
62
85
-`Plotly` and `summarytools` R studio extensions runtime import fix.
63
-
-`Cudatoolkit` and `CUDNN` upgraded to 13.1 and 2.8.1 respectively.
64
-
- Fix Python 3.8 - AzureML notebook run, pinned `matplotlib` to 3.2.1 and cycler to 0.11.0 packages in `Azureml_py38` environment.
86
+
-`Cudatoolkit` and `CUDNN` upgraded to `13.1` and `2.8.1` respectively.
87
+
- Fix `Python 3.8` - AzureML notebook run, pinned `matplotlib` to `3.2.1` and `cycler` to `0.11.0` packages in `Azureml_py38` environment.
65
88
66
89
## April 26, 2022
67
90
[Data Science Virtual Machine - Windows 2019](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-dsvm.dsvm-win-2019?tab=Overview)
@@ -71,7 +94,7 @@ Version: `22.04.21`
71
94
Main changes:
72
95
73
96
-`Plotly` R studio extension patch.
74
-
- Update `Rscript` env path to support latest R studio version 4.1.3.
97
+
- Update `Rscript` env path to support latest R studio version `4.1.3`.
75
98
76
99
## April 14, 2022
77
100
New DSVM offering for [Data Science VM – Ubuntu 20.04](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-dsvm.ubuntu-2004?tab=Overview) is currently live in the marketplace.
- 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.
90
-
- Azure CLI to version 2.33.1
91
-
- Fixed jupyterhub access issue using public ip address
- 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.
113
+
-`Azure CLI` to version `2.33.1`
114
+
- Fixed `jupyterhub` access issue using public ip address
92
115
- Redesign of Conda environments - we're continuing with alignment and refining the Conda environments so we created:
93
116
-`azureml_py38`: environment based on Python 3.8 with preinstalled [AzureML SDK](/python/api/overview/azure/ml/?view=azure-ml-py&preserve-view=true) containing also [AutoML](../concept-automated-ml.md) environment
94
-
-`azureml_py38_PT_TF`: additional azureml_py38 environment, preinstalled with latest TensorFlow and PyTorch
95
-
-`py38_default`: default system environment based on Python 3.8
117
+
-`azureml_py38_PT_TF`: additional `azureml_py38` environment, preinstalled with latest `TensorFlow` and `PyTorch`
118
+
-`py38_default`: default system environment based on `Python 3.8`
96
119
- We have removed `azureml_py36_tensorflow`, `azureml_py36_pytorch`, `py38_tensorflow` and `py38_pytorch` environments.
0 commit comments