Skip to content

Commit

Permalink
Remove cudf._lib.string.convert/split in favor of inlining pylibcudf (#…
Browse files Browse the repository at this point in the history
…17496)

Contributes to #17317

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

Approvers:
  - Matthew Murray (https://github.com/Matt711)

URL: #17496
  • Loading branch information
mroeschke authored Dec 9, 2024
1 parent a79077c commit f595592
Show file tree
Hide file tree
Showing 22 changed files with 262 additions and 543 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 @@ -46,4 +46,3 @@ target_link_libraries(interop PUBLIC nanoarrow)

add_subdirectory(io)
add_subdirectory(nvtext)
add_subdirectory(strings)
1 change: 0 additions & 1 deletion python/cudf/cudf/_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
sort,
stream_compaction,
string_casting,
strings,
strings_udf,
)

Expand Down
15 changes: 0 additions & 15 deletions python/cudf/cudf/_lib/strings/CMakeLists.txt

This file was deleted.

15 changes: 0 additions & 15 deletions python/cudf/cudf/_lib/strings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,3 @@
detokenize,
tokenize_with_vocabulary,
)
from cudf._lib.strings.convert.convert_fixed_point import to_decimal
from cudf._lib.strings.convert.convert_floats import is_float
from cudf._lib.strings.convert.convert_integers import is_integer
from cudf._lib.strings.convert.convert_urls import url_decode, url_encode
from cudf._lib.strings.split.partition import partition, rpartition
from cudf._lib.strings.split.split import (
rsplit,
rsplit_re,
rsplit_record,
rsplit_record_re,
split,
split_re,
split_record,
split_record_re,
)
24 changes: 0 additions & 24 deletions python/cudf/cudf/_lib/strings/convert/CMakeLists.txt

This file was deleted.

Empty file.
Empty file.
76 changes: 0 additions & 76 deletions python/cudf/cudf/_lib/strings/convert/convert_fixed_point.pyx

This file was deleted.

19 changes: 0 additions & 19 deletions python/cudf/cudf/_lib/strings/convert/convert_floats.pyx

This file was deleted.

20 changes: 0 additions & 20 deletions python/cudf/cudf/_lib/strings/convert/convert_integers.pyx

This file was deleted.

32 changes: 0 additions & 32 deletions python/cudf/cudf/_lib/strings/convert/convert_lists.pyx

This file was deleted.

48 changes: 0 additions & 48 deletions python/cudf/cudf/_lib/strings/convert/convert_urls.pyx

This file was deleted.

22 changes: 0 additions & 22 deletions python/cudf/cudf/_lib/strings/split/CMakeLists.txt

This file was deleted.

Empty file.
Empty file.
35 changes: 0 additions & 35 deletions python/cudf/cudf/_lib/strings/split/partition.pyx

This file was deleted.

Loading

0 comments on commit f595592

Please sign in to comment.