SciML / DiffEqDocs.jl

Documentation for the DiffEq differential equations and scientific machine learning (SciML) ecosystem
https://docs.sciml.ai/DiffEqDocs/stable/
Other
264 stars 238 forks source link

CompatHelper: bump compat for DiffEqCallbacks to 3 for package docs, (keep existing compat) #724

Open github-actions[bot] opened 4 months ago

github-actions[bot] commented 4 months ago

This pull request changes the compat entry for the DiffEqCallbacks package from 2.24 to 2.24, 3 for package docs. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

ChrisRackauckas commented 4 months ago

@avik-pal can you update these https://github.com/SciML/DiffEqDocs.jl/blob/eea65cdbc858a16d37f15acd8e58606b2752024f/docs/src/examples/kepler_problem.md?plain=1#L127

avik-pal commented 4 months ago

https://github.com/SciML/DiffEqCallbacks.jl/pull/205 is needed. I will fix this once those upstream changes are ready.

ChrisRackauckas commented 4 months ago

Done