Arno Strouwen

Results 185 issues of Arno Strouwen

Such that `makedocs` `warnonly = [:missing_docs, :example_block]` can be removed.

The following two look the same: ```jl julia> Rodas5P() Rodas5P(; linsolve = nothing, precs = DEFAULT_PRECS,) julia> sol.alg # comming from the default alg selector Rodas5P(; linsolve = nothing, precs...

Such that `makedocs` `warnonly = [:missing_docs]` can be removed.

It is a bit annoying that the algo keywords are not present in the docs, e.g https://docs.sciml.ai/DiffEqDocs/stable/solvers/ode_solve/#Explicit-Runge-Kutta-Methods > Tsit5 - Tsitouras 5/4 Runge-Kutta method. (free 4th order interpolant). Does not...

The distributed example: https://docs.sciml.ai/DiffEqDocs/dev/features/ensemble/#Example-1:-Solving-an-ODE-With-Different-Initial-Conditions Is still not on `@example` . The `@everywhere` macro does not seem to work and doc building hangs indefinitely?

In my opinion the additional features are buried too deep in the sidebar. I think it is way more likely somebody is going to look for callback examples or ensemble...

This examples takes at at least 2h to compile: https://docs.sciml.ai/DiffEqDocs/stable/tutorials/advanced_ode_example/#Sundials-Specific-Handling

This is a breaking change. ~Should the function be kept around but call jacobian under the hood, or do we remove it entirely?~ Upstream tgrad depends on this, so needs...

Prototype of a version that is `Zygote` (nested differentiation) and `StaticArrays` compatible to fix https://github.com/JuliaDiff/FiniteDiff.jl/issues/148 . This works as long as the input element type and the output type are...