timholy / timholy/ProgressMeter.jl
Feature request: convenient method to show iteration count `$i/$n`
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 789
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
Currently, we use showvalues callback to show this, but it would be nice to have a kwarg flag to turn it on without using showvalues (similar to show_speed)
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 locating the existing show_speed keyword and the showvalues callback in the ProgressMeter.jl source, then inspect nearby tests or examples. Add the requested keyword behavior so the progress display can show iteration count as i/n without requiring showvalues, and verify the existing display behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100