Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 04:19
· 33 commits to master since this release
16c20c1

SciMLOperators v1.0.0

Diff since v0.4.0

:

Breaking changes

  • Operator interface extended. Now everything follows w = L(u,p,t)*v. This means L(w,v,u,p,t) or w = L(v,u,p,t) is the core operation as opposed to the previous w = 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 new v argument.

Merged pull requests:

Closed issues:

  • Integrate SciMLOperators with rest of the ecosystem (#142)
  • How do I use this package to pass analytical jvp? (#223)