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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ This release achieves 100% compliance with Python Array API specification (revis
16
16
* Added implementation of `dpnp.bartlett`[#2366](https://github.com/IntelPython/dpnp/pull/2366)
17
17
* Added implementation of `dpnp.convolve`[#2205](https://github.com/IntelPython/dpnp/pull/2205)
18
18
* Added implementation of `dpnp.kaiser`[#2387](https://github.com/IntelPython/dpnp/pull/2387)
19
+
* Added implementation of `dpnp.interp`[#2417](https://github.com/IntelPython/dpnp/pull/2417)
20
+
* 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)
19
21
20
22
### Changed
21
23
@@ -27,7 +29,16 @@ This release achieves 100% compliance with Python Array API specification (revis
27
29
* Updated `dpnp.einsum` to add support for `order=None`[#2411](https://github.com/IntelPython/dpnp/pull/2411)
28
30
* Updated Python Array API specification version supported to `2024.12`[#2416](https://github.com/IntelPython/dpnp/pull/2416)
29
31
* Removed `einsum_call` keyword from `dpnp.einsum_path` signature [#2421](https://github.com/IntelPython/dpnp/pull/2421)
32
+
* Updated `dpnp.vdot` to return a 0-D array when one of the inputs is a scalar [#2295](https://github.com/IntelPython/dpnp/pull/2295)
33
+
* Updated `dpnp.outer` to return the same dtype as NumPy when multiplying an array with a scalar [#2295](https://github.com/IntelPython/dpnp/pull/2295)
30
34
* Changed `"max dimensions"` to `None` in array API capabilities [#2432](https://github.com/IntelPython/dpnp/pull/2432)
35
+
* Updated kernel header `i0.hpp` to expose `cyl_bessel_i0` function depending on build target [#2440](https://github.com/IntelPython/dpnp/pull/2440)
36
+
* Added MKL functions `arg`, `copysign`, `i0`, and `inv` from VM namespace to be used by implementation of the appropriate element-wise functions [#2445](https://github.com/IntelPython/dpnp/pull/2445)
37
+
* Clarified details about conda install instructions in `Quick start quide` and `README`[#2446](https://github.com/IntelPython/dpnp/pull/2446)
38
+
* Bumped oneMKL version up to `0.7`[#2448](https://github.com/IntelPython/dpnp/pull/2448)
39
+
* The parameter `axis` in `dpnp.take_along_axis` function has now a default value of `-1`[#2442](https://github.com/IntelPython/dpnp/pull/2442)
40
+
* Updates the list of required python versions documented in `Quick Start Guide`[#2449](https://github.com/IntelPython/dpnp/pull/2449)
41
+
* Updated FFT module to ensure an input array is Hermitian before calling complex-to-real FFT [#2444](https://github.com/IntelPython/dpnp/pull/2444)
0 commit comments