Commit f8907ba
committed
Bump BoundaryValueDiffEqCore lower bound to 2.2 in FIRK and MIRK
The `tune_parameters` keyword on `__initial_guess_on_mesh` landed in
BoundaryValueDiffEqCore 2.2.0 (PR #465). FIRK and MIRK pass this
keyword, but their compat still allows Core 2.0.x/2.1.x, which lets
the resolver pair new FIRK/MIRK with old Core — producing the
MethodError reported in #468 when an unrelated package (e.g. Dash)
forces downgrades elsewhere in the environment.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>1 parent b6f2999 commit f8907ba
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments