Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 10:01
· 777 commits to master since this release
934f874

SciMLOperators v0.1.0

Closed issues:

  • lazy affine wrapper (#2)
  • InvertibleDiffEqOperator ? (#6)
  • Make AbstractDiffEqCompositeOperator a SciMLOperator, make it a direct subtype of SciMLOperator (#10)
  • need lazy adjoint fallback for AbstractDiffEqLinearOperator (#12)
  • [later] clean up overlapping operator functionality (#13)
  • 5 argument mul!, 2 argument ldiv! (#17)
  • AffineOperator documentation (#18)
  • remove \alpha, \beta isa Number restriction in 5-arg mul!. (#35)

Merged pull requests:

  • gitignore (#4) (@vpuri3)
  • fix dependencies for project and tests (#5) (@vpuri3)
  • basic operators (#7) (@vpuri3)
  • scaling and addition of operators (#11) (@vpuri3)
  • compose operator and skeleton of matrix-free (#15) (@vpuri3)
  • DiffEq --> SciML (#16) (@vpuri3)
  • FunctionOperator (#19) (@vpuri3)
  • clean up affine operator (#21) (@vpuri3)
  • 5-argument mul!, 2-arg ldiv! (#22) (@vpuri3)
  • CompatHelper: add new compat entry for StaticArrays at version 1, (keep existing compat) (#24) (@github-actions[bot])
  • CompatHelper: add new compat entry for DocStringExtensions at version 0.9, (keep existing compat) (#25) (@github-actions[bot])
  • CompatHelper: add new compat entry for DiffEqBase at version 6, (keep existing compat) (#26) (@github-actions[bot])
  • CompatHelper: add new compat entry for Setfield at version 1, (keep existing compat) (#27) (@github-actions[bot])
  • CompatHelper: add new compat entry for ArrayInterfaceCore at version 0.1, (keep existing compat) (#28) (@github-actions[bot])
  • CompatHelper: add new compat entry for Lazy at version 0.15, (keep existing compat) (#29) (@github-actions[bot])
  • few small fixes (#30) (@vpuri3)
  • Adjoint, transpose, diagonal operators (#31) (@vpuri3)
  • InvertedOperator, FactorizedOperator -> more general InvertibleOperator (#34) (@vpuri3)
  • CompatHelper: add new compat entry for DocStringExtensions at version 0.9, (keep existing compat) (#36) (@github-actions[bot])
  • Start real docs (#38) (@ChrisRackauckas)