Skip to content

Commit 2699684

Browse files
Merge master into remove_asfarray
2 parents e83cdca + 5b39d66 commit 2699684

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
@@ -32,6 +32,7 @@ Also, that release drops support for Python 3.9, making Python 3.10 the minimum
3232
### Removed
3333

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

3637
### Fixed
3738

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)