Skip to content

Conversation

@ChrisRackauckas-Claude
Copy link

Summary

  • Added reference to progress bar setup documentation in the Progress Monitoring section of the solve() docstring
  • Addresses issue progress=true is broken, no longer displaying anything #1198 where users need guidance on setting up progress bars in VS Code and other environments
  • Links directly to the specific documentation section that explains ProgressLogging.jl setup

Background

Issue #1198 reported that progress=true wasn't displaying anything, and the solution was to use ProgressLogging.jl as documented. The request was made to add this link to the solver keyword descriptions to help users find the setup information more easily.

Changes

Test Plan

  • Ran julia --project=. -e 'using Pkg; Pkg.activate("."); Pkg.test()' - all tests pass
  • Verified docstring changes don't break any existing functionality
  • Confirmed the link works and points to the correct documentation section

🤖 Generated with Claude Code

Added reference to progress bar setup documentation in the Progress
Monitoring section of the solve() docstring. This addresses issue SciML#1198
where users need to know how to properly set up progress bars in VS Code
and other environments when using progress=true.

The link points to the specific section in the SciML documentation that
explains how to use ProgressLogging.jl with VS Code and other environments.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@ChrisRackauckas ChrisRackauckas merged commit 7e3ecf1 into SciML:master Sep 2, 2025
33 of 48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants