Add bitwise operations?
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C++
- Stars
- 146
- Forks
- 23
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 7
Description
Title says it all, currently code that needs this has to rely on NumPy. It should be simple to add things like >>, <<, ...
Contributor guide
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 existing operator implementations and their tests, then compare the supported operations with the bitwise operators available through NumPy. Define the requested operators, including shifts such as >> and <<, and consider the work complete when they behave consistently with the existing array operations and are covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, numpy
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100