Skip to content

Releases: SciML/SciMLOperators.jl

v0.2.2

08 May 16:06
b858261

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

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

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

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

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

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

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

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

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:

v0.1.16

01 Nov 16:15
d56999b

Choose a tag to compare

SciMLOperators v0.1.16

Diff since v0.1.15

Closed issues:

  • thread to discuss caching techniques (#3)
  • Closures Performance Impact (#68)
  • Dependency on StaticArraysCore instead of StaticArrays? (#108)
  • fftw function operator example error (#115)

Merged pull requests:

  • updated README and make.jl to sciml doc standard. (#109) (@00krishna)
  • switch to staticarrayscore, rm base.reshapedarray (#111) (@vpuri3)
  • clean up CI (#112) (@ArnoStrouwen)
  • downstream not properly tested (#113) (@ArnoStrouwen)
  • CompatHelper: add new compat entry for StaticArraysCore at version 1, (keep existing compat) (#114) (@github-actions[bot])
  • update FFTW example in doc (#116) (@vpuri3)
  • fixed method ambig with + (#118) (@vpuri3)