Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

v4.31.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 05:24
· 174 commits to master since this release
4214f9b

DiffEqOperators v4.31.0

Diff since v4.30.0

Closed issues:

  • Possible bug in symbolic_discretize or MOL on algebraic equations (#415)
  • Example from readme not working (#416)
  • JacVecOperator doesn't support resizing (#419)
  • Fix symbolic arrays test to allow MTK v5.21.0 (#425)
  • UndefVarError: dereference not defined when precompiling DiffEqOperators (Win10, julia 1.6.1-2) (#430)
  • Version Compatibility? (#464)

Merged pull requests:

  • Operators for Vector Calculus (#375) (@mjsheikh)
  • Sphere diffusion (#423) (@tinosulzer)
  • Added link to SciMLBase (#424) (@killah-t-cell)
  • reduced allocations for vcops and fixed loop orders (#427) (@mjsheikh)
  • Loop vectorization for major convolutions of vcops (#428) (@mjsheikh)
  • CompatHelper: add new compat entry for "LoopVectorization" at version "0.12" (#429) (@github-actions[bot])
  • Optimizing convolutions (#431) (@mjsheikh)
  • Concretizations : decreasing bandwidths of operators & restructuring for Biased Upwind (#432) (@mjsheikh)
  • MOLFiniteDifference : Adding support for higher derivative orders in bcs (#435) (@mjsheikh)
  • Update to MTK 6 by using new PDESystem name (#467) (@ChrisRackauckas)
  • Test LazyBandedMatrices 0.6 (#468) (@ChrisRackauckas)