Skip to content

Update CHANGELOG.md with dpnp.tensor migration#2857

Open
vlad-perevezentsev wants to merge 2 commits intoinclude-dpctl-tensorfrom
update_changelog_tensor
Open

Update CHANGELOG.md with dpnp.tensor migration#2857
vlad-perevezentsev wants to merge 2 commits intoinclude-dpctl-tensorfrom
update_changelog_tensor

Conversation

@vlad-perevezentsev
Copy link
Copy Markdown
Contributor

This PR adds dpnp.tensor migration entry to CHANGELOG.md and update release summary

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to an issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • Have you added documentation for your changes, if necessary?
  • Have you added your changes to the changelog?

Comment thread CHANGELOG.md Outdated

## [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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread CHANGELOG.md
* 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)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is about issue with the round function? Should we mention the fix in Fixed section?

Copy link
Copy Markdown
Contributor

@antonwolfy antonwolfy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No more comments from me

@github-actions
Copy link
Copy Markdown
Contributor

View rendered docs @ https://intelpython.github.io/dpnp/pull/2857/index.html

@coveralls
Copy link
Copy Markdown
Collaborator

Coverage Status

Coverage is 77.873%update_changelog_tensor into include-dpctl-tensor. No base build found for include-dpctl-tensor.

@github-actions
Copy link
Copy Markdown
Contributor

Array API standard conformance tests for dpnp=0.20.0dev6=py313h509198e_58 ran successfully.
Passed: 1356
Failed: 4
Skipped: 16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants