[FEA] Centralize common Python/Cython abstractions
Nobody has claimed this yet.
- Dominant language
- Cuda
- Stars
- 1k
- Forks
- 251
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 31
Description
Right now, the common python abstractions used in both pyraft and pylibraft, such as handle and stream, are duplicated in their respective projects. Ideally these cython files would be placed in a central location so that updates and bug fixes will propagate automatically to consumers.
cc @kaatish
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the duplicated Cython abstractions for handle and stream in pyraft and pylibraft, then compare how each project includes and builds them. Done means the common abstractions live in one central location and updates or bug fixes propagate to both consumers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- developer-experience
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100