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
+2
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,13 @@ This release achieves 100% compliance with Python Array API specification (revis
26
26
* Updated `dpnp.fix` to return output with the same data-type of input [#2392](https://github.com/IntelPython/dpnp/pull/2392)
27
27
* Updated `dpnp.einsum` to add support for `order=None`[#2411](https://github.com/IntelPython/dpnp/pull/2411)
28
28
* Updated Python Array API specification version supported to `2024.12`[#2416](https://github.com/IntelPython/dpnp/pull/2416)
29
+
* Removed `einsum_call` keyword from `dpnp.einsum_path` signature [#2421](https://github.com/IntelPython/dpnp/pull/2421)
29
30
30
31
### Fixed
31
32
32
33
* Resolved an issue with an incorrect result returned due to missing dependency from the strided kernel on a copy event in `dpnp.erf`[#2378](https://github.com/IntelPython/dpnp/pull/2378)
33
34
* Updated `conda create` commands build and install instructions of `Quick start guide` to avoid a compilation error [#2395](https://github.com/IntelPython/dpnp/pull/2395)
35
+
* Added handling of empty string passed to a test env variable defining data type scope as a `False` value [#2415](https://github.com/IntelPython/dpnp/pull/2415)
0 commit comments