Christopher Rackauckas

Results 4577 comments of Christopher Rackauckas

> I would suggest perhaps starting with a smaller set of consolidations. For instance, we could turn OrdinaryDiffEq back into a single-version monorepo using the techniques described above, and see...

> https://github.com/SciML/DifferentialEquations.jl/pull/1: Say I was still in the troubleshooting phase of a project and getting my infrastructure in place and I'm trying out different solvers to see which is most...

> What about packages that extend SciML packages but are not part of SciML? We cannot depend on package extensions, can we? Yes, those couldn't be extensions. They would just...

> Beyond that, I want to flag the fact that there's still currently a lot of UX issues with extensions, e.g. various things are broken with them in 1.10 (crytic...

> As a side note, if we're discussing custody of the kids, I'd like to bring ADTypes into the DI repo, for exactly the same lockstep versioning reasons. These days,...

> One issue here, no matter which path we go down, is that a release of SciML + all constituent packages will be required even for a minor bugfix, which...

@fredrikekre can you figure out what `LoadError: mpiexec() is deprecated, use the non-do-block form` is?

It's a bit hard right now. We need to refactor the parser, which we plan to do over the summer.

> Moreover, in the litterature, usually only one neural network having three outputs is trained to solve Euler's equations, as opposed to NeuralPDE that only proposes using one neural network...