v1.0.0
SciMLOperators v1.0.0
:
Breaking changes
- Operator interface extended. Now everything follows
w = L(u,p,t)*v
. This meansL(w,v,u,p,t)
orw = L(v,u,p,t)
is the core operation as opposed to the previousw = L(u,p,t)*u
(i.e. v = u) of previous versions. This means the number of arguments in FunctionOperator has changed, all direct operator applications include the newv
argument.
Merged pull requests:
- SciMLOperators operator evaluation interface allowing different defining and action vectors (#269) (@divital-coder)
- v1.0 release (#271) (@ChrisRackauckas)
Closed issues: