Isaac Wheeler
Isaac Wheeler
## Checklist - [ ] Appropriate tests were added - [ ] Any code changes were done in a way that does not break public API - [ ] All...
I edited some machine-generated files by hand, so no guarantees this worked like I tried, but if I did it right this puts a copy of the 1.7 docs into...
This may subject to discussion still. But after commenting out a couple tests for already-deprecated functionality, tests on this package happen to pass, and this provides a way to make...
**Describe the bug 🐞** `CubicSpline` interpolations error with a `LinearAlgebra.SingularException` when a time point is repeated. **Expected behavior** Perhaps a fallback to some default behavior, but probably a more descriptive...
I know that at various times and in various channels, people have said that recipes are confusing. I have been in that camp, for sure. Some of the advice has...
In #343 I think we made things better by making Ghostscript_jll an explicit dependency rather than assuming users have Ghostscript installed. However, we now have the following timing (in a...
**Is your feature request related to a problem? Please describe.** In my application, I fit parameters to measurements from a drying process. This means that the model has a varying...
**Describe the bug 🐞** Partially this was my own user error--interval methods require, obviously, an interval, and I passed only a single u0 wiht a `NonlinearProblem` instead of an `IntervalNonlinearProblem`....