This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
Releases: SciML/DiffEqOperators.jl
Releases · SciML/DiffEqOperators.jl
v4.8.0
DiffEqOperators v4.8.0
Closed issues:
Merged pull requests:
- CompatHelper: bump compat for "LazyArrays" to "0.15" (#217) (@github-actions[bot])
- Wc upwind fix (#218) (@chenwilliam77)
- Note for time-dependent boundary conditions (#221) (@scheidan)
- Install TagBot as a GitHub Action (#222) (@JuliaTagBot)
- Boundary Padded Vector Convolutions for Upwind Operators (#223) (@ajozefiak)
- fix regular grid high_boundary_coefs (#224) (@fgerick)
v4.7.0
v4.7.0 (2019-12-28)
Merged pull requests:
- split to fix CI (#216) (ChrisRackauckas)
- CompatHelper: bump compat for "BlockBandedMatrices" to "0.7" (#215) (github-actions[bot])
v4.6.1
v4.6.1 (2019-12-22)
Merged pull requests:
- Use
prod
intrinsic (#213) (charleskawczynski) - Fix some small doc typos (#212) (charleskawczynski)
v4.6.0
v4.6.0 (2019-11-30)
Closed issues:
- Register (#207)
Merged pull requests:
- CompatHelper: bump compat for "ModelingToolkit" to "1.0" (#208) (github-actions[bot])
v4.5.0
v4.5.0 (2019-11-24)
v4.4.0
v4.4.0 (2019-11-22)
Merged pull requests:
- CompatHelper: add new compat entry for "ForwardDiff" at version "0.10" (#206) (github-actions[bot])
- CompatHelper: add new compat entry for "BandedMatrices" at version "0.14" (#205) (github-actions[bot])
- CompatHelper: add new compat entry for "LazyArrays" at version "0.14" (#204) (github-actions[bot])
- CompatHelper: add new compat entry for "BlockBandedMatrices" at version "0.6" (#203) (github-actions[bot])
- CompatHelper: add new compat entry for "NNlib" at version "0.6" (#202) (github-actions[bot])
- CompatHelper: add new compat entry for "StaticArrays" at version "0.12" (#201) (github-actions[bot])
- Print statements to fix tests (#200) (ChrisRackauckas)
v4.3.0
v4.2.2
v4.2.1
v4.2.0
v4.2.0 (2019-10-13)
Closed issues:
- Compilation problems with BandedMatrices (#188)
- References on parallelism and stencil compilers (#177)
- Interface for when the Jacobian is known analytically (#176)
- Remove
use\_winding\(A\)
from dispatches which only apply to winding/nowinding (#163) - Demo error (#161)
- Add ForwardDiff to Deps (#150)
update\_coefficients!
not working (#86)- Gradient on a 2D mesh for a vector field (#84)
- Taking 2D operators seriously (#73)
- How Dirichlet boundary conditions are imposed (#40)
- DiffEqOperator Interface Compatibility (#24)
- Taking operators on dimensional models seriously (#21)
- Lazy composed PDE Operators (#9)
Merged pull requests:
- add analyticaljacvec operator (#184) (ChrisRackauckas)
- Concretization cleanup (#183) (jagot)
- MOL discretization start (#179) (ChrisRackauckas)
- Removing unnecessary use_winding() calls (#167) (shivin9)
- removed convolve_interior_add_range (#165) (ajozefiak)
- Final BC touchups (#160) (xtalax)
- New upwind operators (#159) (shivin9)
- Write a README (#156) (ChrisRackauckas)
- [WIP] 3D mul! for compositions (#152) (ajozefiak)
- #148 Changes implemented (#149) (xtalax)
- Higher Dimension Concretization (#138) (ajozefiak)
- 2d multiplication for combinations (#132) (ajozefiak)