JuliaGraphs / JuliaGraphs/GraphPlot.jl
Use `:SR` instead of `SR()`
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 213
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
In ArnoldiMethod.jl 0.3 you can use :SR as a symbol instead of the struct SR(). That allows you to drop the dependency here.
However, may need to bump the julia requirement to 1.6 cause that's what ArnoldiMethod.jl has now (well, Graphs.jl too)
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
The issue identifies ArnoldiMethod.jl 0.3 and Graphs.jl as relevant dependencies; first locate where SR() and the Julia requirement are declared or used. Replace the dependency's SR() usage with :SR, remove the dependency if no other use remains, and verify whether the Julia requirement must be raised to 1.6.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- build-system, data-visualization
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100