v0.1.18
·
459 commits
to master
since this release
SciMLOperators v0.1.18
Closed issues:
- tests for all traits for each operator type (#20)
- create and export
iscached(L)
(#98) - replace
AbstractSciMLLinearOperator
with traitislinear(L)
(#106) - DiagonalOperator for dot operators? (#117)
- fft wrapper example (#123)
- Bugs with applying tensor product operator (#127)
- Composed operator cannot be cached if it contains factorizations with no matvec (#129)
- Adding scalar operator with another operator (#132)
- Inverted scalar operators do not compose nicely (#134)
Merged pull requests:
- Fix op-not-defined error while trying to print error message (#122) (@gaurav-arya)
- fix fftw eg (#124) (@vpuri3)
- Add missing lazy factorizations for scaled operators and tensor operators (#126) (@gaurav-arya)
- Fix composed operator factorization (#128) (@gaurav-arya)
- Be slightly more careful about has_mul trait (#130) (@gaurav-arya)
- fix nonsquare Base.:\ for tensor product (#131) (@vpuri3)
- Fix ambiguity errors when combining scalar operators with identity (#133) (@gaurav-arya)
- Initial implementation of InvertedScalarOperator (#135) (@gaurav-arya)
- Fix method ambiguities, add tests (#136) (@vpuri3)
- Prepare for
AdjointFactorization
, multiple dispatch (#138) (@dkarrasch) - remove abstractscimllinearoperator in favor or trait islinear(L) (#139) (@vpuri3)
- create and export trait
iscached(L)
(#140) (@vpuri3) - create and export isconstant (#141) (@vpuri3)