Skip to content

Conversation

vlad-perevezentsev
Copy link
Contributor

@vlad-perevezentsev vlad-perevezentsev commented Oct 1, 2025

This PR proposes introducing dpnp.scipy submodule with linalg and special providing a SciPy-compatible interface of DPNP and a place for future SciPy-specific functions.
It moves dpnp.linalg.lu_factor(), dpnp.linalg.lu_solve() and dpnp.special.erf functions to the new submodule, updates tests and adds an API Reference section Routines (SciPy)

  • 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?

Copy link
Contributor

github-actions bot commented Oct 1, 2025

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

Copy link
Contributor

github-actions bot commented Oct 1, 2025

Array API standard conformance tests for dpnp=0.19.0rc0=py313h509198e_33 ran successfully.
Passed: 1227
Failed: 0
Skipped: 9

@coveralls
Copy link
Collaborator

coveralls commented Oct 2, 2025

Coverage Status

coverage: 72.015% (+0.02%) from 72.0%
when pulling 9d008f3 on scipy_submodule
into 285c313 on master.

@antonwolfy antonwolfy added this to the 0.19.0 release milestone Oct 6, 2025
Copy link
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.

Great change! Thank you @vlad-perevezentsev

@vlad-perevezentsev vlad-perevezentsev merged commit 6edcb4c into master Oct 6, 2025
70 of 72 checks passed
@vlad-perevezentsev vlad-perevezentsev deleted the scipy_submodule branch October 6, 2025 18:26
antonwolfy pushed a commit that referenced this pull request Oct 6, 2025
This PR proposes introducing `dpnp.scipy` submodule with `linalg` and
`special` providing a SciPy-compatible interface of DPNP and a place for
future SciPy-specific functions.
It moves `dpnp.linalg.lu_factor()`, `dpnp.linalg.lu_solve()` and
`dpnp.special.erf` functions to the new submodule, updates tests and
adds an API Reference section `Routines (SciPy)`
@vlad-perevezentsev vlad-perevezentsev mentioned this pull request Oct 6, 2025
7 tasks
github-actions bot added a commit that referenced this pull request Oct 6, 2025
This PR proposes introducing `dpnp.scipy` submodule with `linalg` and
`special` providing a SciPy-compatible interface of DPNP and a place for
future SciPy-specific functions.
It moves `dpnp.linalg.lu_factor()`, `dpnp.linalg.lu_solve()` and
`dpnp.special.erf` functions to the new submodule, updates tests and
adds an API Reference section `Routines (SciPy)` 6edcb4c
antonwolfy pushed a commit that referenced this pull request Oct 6, 2025
This PR backports of #2603 from
development branch to maintenance/0.19.x.
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.

4 participants