rapidsai / cugraph

cuGraph - RAPIDS Graph Analytics Library
https://docs.rapids.ai/api/cugraph/stable/
Apache License 2.0
1.76k stars 304 forks source link

Delete the deprecated data_type_id_t enum #4737

Closed ChuckHastings closed 3 weeks ago

ChuckHastings commented 1 month ago

Prep work for temporal graphs. We renamed data_type_id_t to cugraph_data_id_t about 8 months ago, this finishes the transition. We also split the types out into their own file in the C API.

Marked as breaking since we are deleting a deprecated type from the C API.

ChuckHastings commented 4 weeks ago

/merge