Add from_unary and from_binary kernels
- Dominant language
- Rust
- Stars
- 3.6k
- Forks
- 1.3k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 167
Description
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
I frequently want to create an array by applying an operation to one or two other arrays. All the arrays involved might have different types.
**Describe the solution you'd like**
I would like each array to have
* from_unary
* from_binary
* try_from_unary
* try_from_binary
**Describe alternatives you've considered**
**Additional context**
Contributor guide
Research direction
The issue names no files, tests, or entry points. Start by locating the array APIs and determining how unary and binary operations should handle arrays with different types and fallible operations. Done means the relevant arrays provide from_unary, from_binary, try_from_unary, and try_from_binary with agreed semantics.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100