Skip to content

Commit

Permalink
Remove cudf._lib.datetime in favor of inlining pylibcudf (#17372)
Browse files Browse the repository at this point in the history
Contributes to #17317

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

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

URL: #17372
  • Loading branch information
mroeschke authored Nov 28, 2024
1 parent 891a865 commit b084d74
Show file tree
Hide file tree
Showing 7 changed files with 176 additions and 287 deletions.
1 change: 0 additions & 1 deletion python/cudf/cudf/_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ set(cython_sources
column.pyx
copying.pyx
csv.pyx
datetime.pyx
filling.pyx
groupby.pyx
interop.pyx
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 @@ -5,7 +5,6 @@
binaryop,
copying,
csv,
datetime,
filling,
groupby,
interop,
Expand Down
183 changes: 0 additions & 183 deletions python/cudf/cudf/_lib/datetime.pyx

This file was deleted.

Loading

0 comments on commit b084d74

Please sign in to comment.