JuliaDiff / JuliaDiff/ChainRules.jl
Add rules for `LinRange`
Open
Nobody has claimed this yet.
missing rule
- Dominant language
- Julia
- Stars
- 475
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
It looks like there is no rule for LinRange
julia> using ChainRules
julia> isnothing(ChainRules.rrule(LinRange, 1, 2, 10))
true
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 reproducing the reported Julia session with using ChainRules and the ChainRules.rrule(LinRange, 1, 2, 10) check. Trace how existing rules for similar constructors are organized, then add the missing LinRange rule and confirm that the call no longer returns nothing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100