Skip to content

Releases: SciML/SciMLOperators.jl

v0.2.3

08 May 18:21
c485490
Compare
Choose a tag to compare

SciMLOperators v0.2.3

Diff since v0.2.2

Merged pull requests:

v0.2.2

08 May 16:06
b858261
Compare
Choose a tag to compare

SciMLOperators v0.2.2

Diff since v0.2.1

Closed issues:

  • define a custom adjoint? (#75)
  • Out-of-place update_coefficients (#165)
  • Implement and test OOP update_coefficients(L,u,p,t), overload Base.resize! (#171)

Merged pull requests:

v0.2.1

08 May 12:23
3560369
Compare
Choose a tag to compare

SciMLOperators v0.2.1

Diff since v0.2.0

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:

v0.2.0

04 Mar 11:56
843f1e6
Compare
Choose a tag to compare

SciMLOperators v0.2.0

Diff since v0.1.22

Closed issues:

  • Overuse of type information in IdentityOperator (#154)

Merged pull requests:

v0.1.22

18 Feb 15:09
31f195b
Compare
Choose a tag to compare

SciMLOperators v0.1.22

Diff since v0.1.21

Merged pull requests:

v0.1.21

08 Feb 16:20
83af31a
Compare
Choose a tag to compare

SciMLOperators v0.1.21

Diff since v0.1.20

Closed issues:

  • FunctionOperator caches prototypes of the input and output (#145)

Merged pull requests:

v0.1.20

07 Feb 17:55
854161d
Compare
Choose a tag to compare

SciMLOperators v0.1.20

Diff since v0.1.19

Closed issues:

  • update_coefficients conflicts with SciMLBase (#121)

Merged pull requests:

v0.1.19

04 Feb 19:22
1f408a0
Compare
Choose a tag to compare

SciMLOperators v0.1.19

Diff since v0.1.18

Merged pull requests:

  • InvertedOperator(::AbstractMatrix) constructor (#146) (@vpuri3)

v0.1.18

31 Jan 18:18
d2afff8
Compare
Choose a tag to compare

SciMLOperators v0.1.18

Diff since v0.1.17

Closed issues:

  • tests for all traits for each operator type (#20)
  • create and export iscached(L) (#98)
  • replace AbstractSciMLLinearOperator with trait islinear(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:

v0.1.17

07 Dec 12:15
36c4c6c
Compare
Choose a tag to compare

SciMLOperators v0.1.17

Diff since v0.1.16

Closed issues:

  • total.jl file in tests (#110)

Merged pull requests: