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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ Moreover, it adds support to build `dpnp` from the source for AMD GPUs.
18
18
* Added implementation of `dpnp.bartlett`[#2366](https://github.com/IntelPython/dpnp/pull/2366)
19
19
* Added implementation of `dpnp.convolve`[#2205](https://github.com/IntelPython/dpnp/pull/2205)
20
20
* Added implementation of `dpnp.kaiser`[#2387](https://github.com/IntelPython/dpnp/pull/2387)
21
+
* Added implementation of `dpnp.bitwise_count`[#2308](https://github.com/IntelPython/dpnp/pull/2308)
22
+
* Added implementation of `dpnp.common_type`[#2391](https://github.com/IntelPython/dpnp/pull/2391)
21
23
* Added implementation of `dpnp.interp`[#2417](https://github.com/IntelPython/dpnp/pull/2417)
22
24
* 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)
23
25
@@ -43,7 +45,7 @@ Moreover, it adds support to build `dpnp` from the source for AMD GPUs.
43
45
* Updated FFT module to ensure an input array is Hermitian before calling complex-to-real FFT [#2444](https://github.com/IntelPython/dpnp/pull/2444)
44
46
* Aligned `black` configuration with the list of supported python versions [#2457](https://github.com/IntelPython/dpnp/pull/2457)
45
47
* Use `pyproject.toml` instead of `setup.py` aligning with current packaging best practices [#2462](https://github.com/IntelPython/dpnp/pull/2462)
46
-
* Added a clarification to `dpnp.linalg.cond` docstring about its behavior with singular matrices [#2500](https://github.com/IntelPython/dpnp/pull/2500)
48
+
* 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