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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,7 @@ This release is compatible with NumPy 2.5.
94
94
* Fixed `astype` casting an out-of-range floating point value to a signed narrow integer type saturating to the destination min/max instead of wrapping like NumPy, generalizing the earlier unsigned-only fix [#3033](https://github.com/IntelPython/dpnp/pull/3033)
95
95
* Fixed `dpnp.insert` silently ignoring out-of-bounds negative indices in a multi-element `obj`, so a mix of in-bounds and out-of-bounds indices now consistently raises `IndexError`[#3041](https://github.com/IntelPython/dpnp/pull/3041)
96
96
* Fixed a per-call `sycl::queue` leak in `usm_ndarray::get_queue()`/`get_device()`[#3042](https://github.com/IntelPython/dpnp/pull/3042)
97
+
* Fixed `dpnp.einsum` returns a non-contiguous result for a contraction over c-contiguous operands with the default `order="K"`[#3058](https://github.com/IntelPython/dpnp/pull/3058)
0 commit comments