v0.2.1
SciMLOperators v0.2.1
Closed issues:
- Make SparseDiffTools depend on this and extend the interface (#8)
- 5 arg mul! for FunctionOperator (w/o caching) (#48)
- allow syntax
op(du, u, p, t, alpha, beta) == mul!(du, op, u, alpha, beta)(#151) - Diagonal operator vs batched diagonal operator (#158)
Merged pull requests:
- Support
L(v, u, p, t, a, b)corresponding to 5 argmul!(#157) (@vpuri3) - Update Downstream.yml (#160) (@vpuri3)
- enable dependabot for GitHub actions (#167) (@ranocha)
- Bump actions/cache from 1 to 3 (#168) (@dependabot[bot])
- Bump actions/checkout from 2 to 3 (#169) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#170) (@dependabot[bot])
- Update Downstream.yml (#173) (@vpuri3)
- clean up caching for composeoperator (#174) (@vpuri3)
- overload Base.resize (#175) (@vpuri3)