Skip to content

Commit 1a67646

Browse files
authored
Move cudf._lib.sort to cudf.core._internals (#17488)
Contributes to #17317 Authors: - Matthew Roeschke (https://github.com/mroeschke) Approvers: - Matthew Murray (https://github.com/Matt711) URL: #17488
1 parent 4d6925c commit 1a67646

File tree

13 files changed

+324
-430
lines changed

13 files changed

+324
-430
lines changed

python/cudf/cudf/_lib/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# the License.
1313
# =============================================================================
1414

15-
set(cython_sources column.pyx copying.pyx groupby.pyx interop.pyx scalar.pyx sort.pyx
16-
stream_compaction.pyx string_casting.pyx strings_udf.pyx types.pyx utils.pyx
15+
set(cython_sources column.pyx copying.pyx groupby.pyx interop.pyx scalar.pyx stream_compaction.pyx
16+
string_casting.pyx strings_udf.pyx types.pyx utils.pyx
1717
)
1818
set(linked_libraries cudf::cudf)
1919

python/cudf/cudf/_lib/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
copying,
66
groupby,
77
interop,
8-
sort,
98
stream_compaction,
109
string_casting,
1110
strings_udf,

python/cudf/cudf/_lib/sort.pyx

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

0 commit comments

Comments
 (0)