timholy / timholy/ProgressMeter.jl

Feature request: convenient method to show iteration count `$i/$n`

Open
#286 1 comment 5 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.