Skip to content

Commit 5b39d66

Browse files
authored
Remove obsolete algo interface to Numba (#2647)
The PR cleans up the code and remove the obsolete interface from DPNP to Numba JIT.
1 parent 574e1ca commit 5b39d66

File tree

4 files changed

+1
-106
lines changed

4 files changed

+1
-106
lines changed

.flake8

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ exclude =
5555
benchmarks/*.py,
5656
build,
5757
dpnp/_version.py,
58-
dpnp/to_numba/*.py,
5958
conda.recipe,
6059
dpnp/tests/*.py,
6160
tests_external/*.py,

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Also, that release drops support for Python 3.9, making Python 3.10 the minimum
3030
### Removed
3131

3232
* Dropped support for Python 3.9 [#2626](https://github.com/IntelPython/dpnp/pull/2626)
33+
* Removed the obsolete interface from DPNP to Numba JIT [#2647](https://github.com/IntelPython/dpnp/pull/2647)
3334

3435
### Fixed
3536

dpnp/to_numba/__init__.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

dpnp/to_numba/dpnp_iface_to_numba.py

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)