You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- docs: update code blocks to match new style using `get_u0`, `get_p`
- refactor!: Automatically infer variables and parameters in `System`
construction. No longer need to pass `u0` and `p` arrays explicitly.
- refactor!: remove `defaults` keyword dropped in MTK v11
- refactor!: use `scalarize` operations where appropriate to simplify
model definitions
- refactor: use `AstrodynamicalModels.CartesianSTM()` or `I(6)` in place
of literal matrices
- test: Use `MTK.get_u0`, `MTK.get_p` to correctly handle passing of
variable and parameter values to `ODEFunction`. Closes#270
0 commit comments