-
For use with https://github.com/SciML/PSOGPU.jl, it would be great to have basic support of on-device rand(). A simple MWE, adapted from https://github.com/JuliaGPU/Metal.jl/issues/406, would be
```ju…
-
The following are the major steps to complete the SciML documentation overhaul:
- [x] Finish fixing up the materials for the SciML workshop (https://github.com/SciML/SciMLWorkshop.jl/pull/7), and a…
-
In the case where `u' = f(t)dt`, you can simply solve it via an integral, `u = Int(f(t)dt)`.
In the case where you have a system of equations `[u1',u2'] = [f1(u1), f2(u1)]`, you can remove `u2` fr…
-
**Describe the bug 🐞**
Docs don't currently appear -- they need to be updated to use the SciML website.
-
Per discussions @ChrisRackauckas and I had around https://github.com/SciML/JumpProcesses.jl/issues/442 it would be nice to be able to have users tell us we can alias their `tstops` vector in JumpProce…
-
Currently, the [OptimizationFunction](https://docs.sciml.ai/Optimization/dev/API/optimization_function/) docs don't really explain the boolean type parameter (iip).
The only mention is
> **iip:…
-
Some solvers use `Val`, others not:
https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/lib/OrdinaryDiffEqRosenbrock/src/algorithms.jl#L114
https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/…
-
The variables `a` and `b` aren't defined in the error case
https://github.com/SciML/ModelingToolkit.jl/blob/90f47eccdc2efda47c844536c22350072339bd6c/src/systems/model_parsing.jl#L512
-
PCHIP interpolation was recently added to DataInterpolations.jl (in v5.3.0, see https://github.com/SciML/DataInterpolations.jl/pull/295). As pchip interpolation was the only reason scipy.interpolate w…
-
I've been running my own fork of JuliaFormatter with docstring formatting switched on:
https://github.com/domluna/JuliaFormatter.jl/blob/master/src/styles/sciml/pretty.jl#L39
It seems to work well.
…