Skip to content

Commit

Permalink
Move cudf._lib.copying to cudf.core._internals (#17548)
Browse files Browse the repository at this point in the history
Contributes to #17317

Also I found that `PackedColumns` was not being use anywhere. It appears it was added back in #8153 for dask_cudf but I cannot see it being used there anymore

Authors:
  - Matthew Roeschke (https://github.com/mroeschke)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #17548
  • Loading branch information
mroeschke authored Dec 16, 2024
1 parent 469f226 commit e975ca3
Show file tree
Hide file tree
Showing 21 changed files with 275 additions and 896 deletions.
2 changes: 1 addition & 1 deletion python/cudf/cudf/_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# the License.
# =============================================================================

set(cython_sources column.pyx copying.pyx groupby.pyx interop.pyx scalar.pyx stream_compaction.pyx
set(cython_sources column.pyx groupby.pyx interop.pyx scalar.pyx stream_compaction.pyx
string_casting.pyx strings_udf.pyx types.pyx utils.pyx
)
set(linked_libraries cudf::cudf)
Expand Down
1 change: 0 additions & 1 deletion python/cudf/cudf/_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import numpy as np

from . import (
copying,
groupby,
interop,
stream_compaction,
Expand Down
Loading

0 comments on commit e975ca3

Please sign in to comment.