Update CHANGELOG.md with dpnp.tensor migration#2857
Open
vlad-perevezentsev wants to merge 2 commits intoinclude-dpctl-tensorfrom
Open
Update CHANGELOG.md with dpnp.tensor migration#2857vlad-perevezentsev wants to merge 2 commits intoinclude-dpctl-tensorfrom
dpnp.tensor migration#2857vlad-perevezentsev wants to merge 2 commits intoinclude-dpctl-tensorfrom
Conversation
antonwolfy
reviewed
Apr 15, 2026
|
|
||
| ## [0.20.0] - MM/DD/2026 | ||
|
|
||
| This release introduces a major architectural change: the Array API-compliant tensor implementation has been migrated from `dpctl.tensor` into `dpnp.tensor`, simplifying maintenance, reducing cross-project dependencies, and enabling independent development. |
Contributor
There was a problem hiding this comment.
That part is unclear for me and probably needs to be removed or rephrased at least
Suggested change
| This release introduces a major architectural change: the Array API-compliant tensor implementation has been migrated from `dpctl.tensor` into `dpnp.tensor`, simplifying maintenance, reducing cross-project dependencies, and enabling independent development. | |
| This release introduces a major architectural change: the Array API-compliant tensor implementation has been migrated from `dpctl.tensor` into `dpnp.tensor`, simplifying maintenance, reducing cross-project dependencies. |
| * Added implementation of `dpnp.isin` function [#2595](https://github.com/IntelPython/dpnp/pull/2595) | ||
| * Added implementation of `dpnp.scipy.linalg.lu` (SciPy-compatible) [#2787](https://github.com/IntelPython/dpnp/pull/2787) | ||
| * Added support for ndarray subclassing via `dpnp.ndarray.view` method with `type` parameter [#2815](https://github.com/IntelPython/dpnp/issues/2815) | ||
| * Migrated tensor implementation from `dpctl.tensor` into `dpnp.tensor`, making `dpnp` the primary owner of the Array API-compliant tensor layer [#2856](https://github.com/IntelPython/dpnp/pull/2856) |
Contributor
There was a problem hiding this comment.
What is about issue with the round function? Should we mention the fix in Fixed section?
d66bccf to
85ac490
Compare
antonwolfy
approved these changes
Apr 15, 2026
Contributor
antonwolfy
left a comment
There was a problem hiding this comment.
No more comments from me
Contributor
|
View rendered docs @ https://intelpython.github.io/dpnp/pull/2857/index.html |
Collaborator
Contributor
|
Array API standard conformance tests for dpnp=0.20.0dev6=py313h509198e_58 ran successfully. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds
dpnp.tensormigration entry toCHANGELOG.mdand update release summary