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
* Fix failing test for `dpnp.append` when no fp64 for device (#2034)
* Fix test for dpnp.append with was failing with no fp64 support
* Update docstring for dpnp.append and dpnp.asarray_chkfinite
---------
Co-authored-by: vtavana <[email protected]>
* Update CHANGELOG
---------
Co-authored-by: vtavana <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -97,11 +97,15 @@ In addition, this release completes implementation of `dpnp.fft` module and adds
97
97
* Extended `dpnp.heaviside` to support `order` and `out` keyword arguments by writing dedicated kernel for it [#2008](https://github.com/IntelPython/dpnp/pull/2008)
* Add `COMPILER_VERSION_2025_OR_LATER` flag to be able to run `dpnp.fft` module with both 2024.2 and 2025.0 versions of the compiler [#2025](https://github.com/IntelPython/dpnp/pull/2025)
100
+
* Cleaned up an implementation of `dpnp.gradient` by removing obsolete TODO which is not going to be done [#2032](https://github.com/IntelPython/dpnp/pull/2032)
101
+
* Updated `Array Manipulation Routines` page in documentation to add missing functions and to remove duplicate entries [#2033](https://github.com/IntelPython/dpnp/pull/2033)
100
102
101
103
### Fixed
102
104
103
105
* Resolved an issue with `dpnp.matmul` when an f_contiguous `out` keyword is passed to the the function [#1872](https://github.com/IntelPython/dpnp/pull/1872)
104
106
* Resolved a possible race condition in `dpnp.inv`[#1940](https://github.com/IntelPython/dpnp/pull/1940)
107
+
* Resolved an issue with failing tests for `dpnp.append` when running on a device without fp64 support [#2034](https://github.com/IntelPython/dpnp/pull/2034)
0 commit comments