Skip to content

Commit a2590ec

Browse files
committed
Rephrase a milestone with NVIDIA GPUs
1 parent d034a98 commit a2590ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
This release achieves 100% compliance with Python Array API specification (revision [2023.12](https://data-apis.org/array-api/2023.12/)).
1010
The release provides enhanced compatibility with NumPy 2.2.3. Array manipulation, mathematical, logic, and statistics routines are complemented by a set of new functions.
11-
Furthermore, in this release, the full scope of DPNP tests pass on NVIDIA GPUs.
11+
Furthermore, a number of issues relating to running on NVIDIA GPUs have been resolved.
1212

1313
### Added
1414

@@ -104,6 +104,7 @@ Furthermore, in this release, the full scope of DPNP tests pass on NVIDIA GPUs.
104104
* Resolved `ValueError` exception raised by `dpnp.linalg.qr` with non-contiguous input array [#2314](https://github.com/IntelPython/dpnp/pull/2314)
105105
* Resolved an issue with wrong result returned by `dpnp.fft.fftn` and `dpnp.fft.rfftn` when running on NVIDIA GPU [#2332](https://github.com/IntelPython/dpnp/pull/2332)
106106

107+
107108
## [0.16.1] - 12/06/2024
108109

109110
This is a bug-fix release.

0 commit comments

Comments
 (0)