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
* Extended `"PATH"` environment variable on Windows to support dpnp in virtual environment out of the box [#2242](https://github.com/IntelPython/dpnp/pull/2242)
99
98
* Added a workaround to prevent a race condition in `dpnp.linalg.qr` when running on NVIDIA GPU [#2265](https://github.com/IntelPython/dpnp/pull/2265)
100
99
* Resolved `IndexError` exception raised by `dpnp.matmul`[#2278](https://github.com/IntelPython/dpnp/pull/2278)
101
100
* Declared missing required dependencies on numpy and dpctl packages from dpnp wheel package [#2283](https://github.com/IntelPython/dpnp/pull/2283)
@@ -106,6 +105,20 @@ Furthermore, a number of issues relating to running on NVIDIA GPUs have been res
106
105
* Added a workaround to prevent a memory corruption in `dpnp.correlate`[#2333](https://github.com/IntelPython/dpnp/pull/2333)
107
106
108
107
108
+
## [0.16.3] - 12/20/2024
109
+
110
+
### Fixed
111
+
112
+
* Bumped min version of DPC++ compiler required to support experimental SYCL properties [#2231](https://github.com/IntelPython/dpnp/pull/2231)
113
+
114
+
115
+
## [0.16.2] - 12/20/2024
116
+
117
+
### Fixed
118
+
119
+
* Enabled `dpnp` in virtual environment on Windows platform [#2242](https://github.com/IntelPython/dpnp/pull/2242)
0 commit comments