-
Notifications
You must be signed in to change notification settings - Fork 23
Introduce dpnp.scipy
submodule
#2603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 11 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
44a329c
Introduce dpnp.scipy submodule with dpnp.scipy.linalg
vlad-perevezentsev 05e51d7
Lazy import dpnp.scipy submodule
vlad-perevezentsev 9b288c5
Remove lu_factor and lu_solve from dpnp.linalg
vlad-perevezentsev 3fdc5fa
Correct call migrated functions in tests
vlad-perevezentsev 0ef07b2
Update rendered page for scipy submodule
vlad-perevezentsev 13bdcfd
Move dpnp.special to dpnp.scipy.special
vlad-perevezentsev f6512c5
Update erf tests after migration
vlad-perevezentsev bf3bdb7
Update rendered page for dpnp.scipy.special
vlad-perevezentsev c624329
Merge master into scipy_submodule
vlad-perevezentsev 1526a53
Use eager import for dpnp.scipy
vlad-perevezentsev 6f6326b
Use correct call in TestLuFactorBatched::test_strided
vlad-perevezentsev fb153a6
Remove unused import import_module
vlad-perevezentsev 26fad7e
Apply remarks
vlad-perevezentsev 24e7fa3
Remove extra pylint dasables
vlad-perevezentsev e4a0488
Disable pylint duplicate code for dpnp_utils_linalg
vlad-perevezentsev 64aefb5
Disable pylint duplicate code for another iface files
vlad-perevezentsev 2d48d68
Merge master into scipy_submodule
vlad-perevezentsev 5907a56
Rename dpnp_iface_scipy_linalg.py to _decomp_lu.py
vlad-perevezentsev 42f4846
Rename dpnp_utils_scipy_linalg.py to _utils.py
vlad-perevezentsev fad2bfa
Update _call_func_cupy and remove resolve_special_scp
vlad-perevezentsev 047b47c
Raname Routines to Routines (NumPy)
vlad-perevezentsev 1b1f6c4
Apply remarks
vlad-perevezentsev 49576c8
Merge master into scipy_submodule
vlad-perevezentsev 79c5a9f
Remove dublicate code in __init__
vlad-perevezentsev ecf0367
Update Routines title in docs
vlad-perevezentsev bf4b145
Update changelog
vlad-perevezentsev 9d008f3
Remove lu_factor and lu_solve from dpnp.linalg submodule
vlad-perevezentsev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.. currentmodule:: dpnp.scipy | ||
|
||
Routines (SciPy) (:mod:`dpnp.scipy`) | ||
vlad-perevezentsev marked this conversation as resolved.
Show resolved
Hide resolved
|
||
======================================= | ||
|
||
The following pages describe SciPy-compatible routines. | ||
These functions cover a subset of | ||
`SciPy routines <https://docs.scipy.org/doc/scipy/reference/#api-reference>`_. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
scipy_linalg | ||
scipy_special |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.. currentmodule:: dpnp.scipy.linalg | ||
|
||
Linear algebra (:mod:`dpnp.scipy.linalg`) | ||
========================================= | ||
|
||
.. Hint:: `SciPy API Reference: Linear algebra (scipy.linalg) <https://docs.scipy.org/doc/scipy/reference/linalg.html>`_ | ||
|
||
Decompositions | ||
-------------- | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
:nosignatures: | ||
|
||
dpnp.scipy.linalg.lu | ||
antonwolfy marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
dpnp.scipy.linalg.lu_factor | ||
dpnp.scipy.linalg.lu_solve |
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.