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
* Use Pybind11 2.13.6 to build dpnp (#2041)
Co-authored-by: vtavana <[email protected]>
* Update CHANGELOG
* Use `INTEL_MKL_VERSION` flag (#2035)
* use MKL_VERSION flag
* update CHANGELOG.md
* Backport gh-2030 (#2046)
* Implement `dpnp.rot90` and `dpnp.resize` (#2030)
* add rot90 and resize
* fix docstring
* address comments
---------
Co-authored-by: Anton <[email protected]>
* Update changelog
---------
Co-authored-by: vtavana <[email protected]>
---------
Co-authored-by: vtavana <[email protected]>
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
@@ -38,6 +38,7 @@ In addition, this release completes implementation of `dpnp.fft` module and adds
38
38
* Added implementation of `dpnp.array_split`, `dpnp.split`, `dpnp.hsplit`, `dpnp.vsplit`, and `dpnp.dsplit` functions [#2017](https://github.com/IntelPython/dpnp/pull/2017)
39
39
* Added runtime dependency on `intel-gpu-ocl-icd-system` package [#2023](https://github.com/IntelPython/dpnp/pull/2023)
40
40
* Added implementation of `dpnp.ravel_multi_index` and `dpnp.unravel_index` functions [#2022](https://github.com/IntelPython/dpnp/pull/2022)
41
+
* Added implementation of `dpnp.resize` and `dpnp.rot90` functions [#2030](https://github.com/IntelPython/dpnp/pull/2030)
41
42
42
43
### Change
43
44
@@ -96,10 +97,11 @@ In addition, this release completes implementation of `dpnp.fft` module and adds
96
97
* Added `copy` keyword to `dpnp.array` to align with NumPy 2.0 [#2006](https://github.com/IntelPython/dpnp/pull/2006)
97
98
* 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
+
*Added`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
101
* 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
102
* Updated `Array Manipulation Routines` page in documentation to add missing functions and to remove duplicate entries [#2033](https://github.com/IntelPython/dpnp/pull/2033)
* Updated `dpnp.fft` backend to depend on `INTEL_MKL_VERSION` flag to ensures that the appropriate code segment is executed based on the version of OneMKL [#2035](https://github.com/IntelPython/dpnp/pull/2035)
0 commit comments