Skip to content

Commit eacaa5d

Browse files
authored
Remove obsolete dparray interface (#1915)
* Remove obsolete dparray i/f * Rename test scope
1 parent b64442b commit eacaa5d

File tree

12 files changed

+16
-1459
lines changed

12 files changed

+16
-1459
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ env:
2525
test_bitwise.py
2626
test_copy.py
2727
test_counting.py
28-
test_dparray.py
2928
test_extensions.py
3029
test_fft.py
3130
test_flat.py
@@ -37,6 +36,7 @@ env:
3736
test_mathematical.py
3837
test_mixins.py
3938
test_nanfunctions.py
39+
test_ndarray.py
4040
test_outer.py
4141
test_product.py
4242
test_random_state.py

doc/reference/sorting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Sorting
1818
dpnp.argpartition
1919

2020
.. seealso::
21-
:func:`dpnp.dparray.sort`
21+
:func:`dpnp.ndarray.sort`
2222

2323
Searching
2424
---------

dpnp/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
function(build_dpnp_cython_ext _trgt _src _dest)
32
set(options SYCL)
43
cmake_parse_arguments(BUILD_DPNP_EXT "${options}" "" "" ${ARGN})
@@ -53,8 +52,6 @@ function(build_dpnp_cython_ext_with_backend _trgt _src _dest)
5352
endif()
5453
endfunction()
5554

56-
57-
build_dpnp_cython_ext_with_backend(dparray ${CMAKE_CURRENT_SOURCE_DIR}/dparray.pyx dpnp)
5855
add_subdirectory(backend)
5956
add_subdirectory(backend/extensions/blas)
6057
add_subdirectory(backend/extensions/lapack)

dpnp/dparray.pxd

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

0 commit comments

Comments
 (0)