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: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
### Fixed
14
14
15
15
16
-
## [0.18.0] - 06/DD/2025
16
+
## [0.18.0] - 06/04/2025
17
17
18
18
This release achieves 100% compliance with Python Array API specification (revision [2024.12](https://data-apis.org/array-api/2024.12/)).
19
19
The release provides enhanced compatibility with NumPy 2.2.5. Window and mathematical routines are complemented by a set of new functions.
@@ -27,6 +27,8 @@ Moreover, it adds support to build `dpnp` from the source for AMD GPUs.
27
27
* Added implementation of `dpnp.bartlett`[#2366](https://github.com/IntelPython/dpnp/pull/2366)
28
28
* Added implementation of `dpnp.convolve`[#2205](https://github.com/IntelPython/dpnp/pull/2205)
29
29
* Added implementation of `dpnp.kaiser`[#2387](https://github.com/IntelPython/dpnp/pull/2387)
30
+
* Added implementation of `dpnp.bitwise_count`[#2308](https://github.com/IntelPython/dpnp/pull/2308)
31
+
* Added implementation of `dpnp.common_type`[#2391](https://github.com/IntelPython/dpnp/pull/2391)
30
32
* Added implementation of `dpnp.interp`[#2417](https://github.com/IntelPython/dpnp/pull/2417)
31
33
* Added support to build `dpnp` for specified AMD GPU architecture using [CodePlay oneAPI plug-in](https://developer.codeplay.com/products/oneapi/amd/home/)[#2302](https://github.com/IntelPython/dpnp/pull/2302)
32
34
@@ -52,7 +54,7 @@ Moreover, it adds support to build `dpnp` from the source for AMD GPUs.
52
54
* Updated FFT module to ensure an input array is Hermitian before calling complex-to-real FFT [#2444](https://github.com/IntelPython/dpnp/pull/2444)
53
55
* Aligned `black` configuration with the list of supported python versions [#2457](https://github.com/IntelPython/dpnp/pull/2457)
54
56
* Use `pyproject.toml` instead of `setup.py` aligning with current packaging best practices [#2462](https://github.com/IntelPython/dpnp/pull/2462)
55
-
* Added a clarification to `dpnp.linalg.cond` docstring about its behavior with singular matrices [#2500](https://github.com/IntelPython/dpnp/pull/2500)
57
+
* Added a clarification to `dpnp.linalg.cond` docstring about its behavior with singular matrices [#2460](https://github.com/IntelPython/dpnp/pull/2460)
0 commit comments