JuliaImages / JuliaImages/ImageBase.jl
More generic `restrict` support on various arrays with offsets
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/JuliaImages/ImageBase.jl/pull/4/files#r691967154
Ideally, we should not dispatch on array type OffsetArray in https://github.com/JuliaImages/ImageBase.jl/blob/923214986ee44b3e35afdb6d673529a8b83314b5/src/restrict.jl#L137-L143
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 with src/restrict.jl around lines 137-143 and read the linked pull-request discussion for the intended generic restrict behavior. The work is done when restrict supports the relevant offset arrays without dispatching specifically on OffsetArray, with the existing behavior preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100