Skip to content

Commit

Permalink
Remove cudf._lib.column in favor of pylibcudf. (#17760)
Browse files Browse the repository at this point in the history
Removes `cudf._lib.column.Column` and moves its methods and attributes to `column.core.column.ColumnBase`

* Some methods in `cudf.core._internals` needed to start returning `pylibcudf.Column`s to avoid circular imports
* Folds in some doc updates from reviews in #17701

closes #17317

Authors:
  - Matthew Roeschke (https://github.com/mroeschke)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - Lawrence Mitchell (https://github.com/wence-)

URL: #17760
  • Loading branch information
mroeschke authored Feb 19, 2025
1 parent b71a464 commit 78e59c9
Show file tree
Hide file tree
Showing 37 changed files with 812 additions and 1,374 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 strings_udf.pyx)
set(cython_sources strings_udf.pyx)
set(linked_libraries cudf::cudf)

rapids_cython_create_modules(
Expand Down
43 changes: 0 additions & 43 deletions python/cudf/cudf/_lib/column.pxd

This file was deleted.

82 changes: 0 additions & 82 deletions python/cudf/cudf/_lib/column.pyi

This file was deleted.

Loading

0 comments on commit 78e59c9

Please sign in to comment.