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

Releases: SciML/DiffEqOperators.jl

v4.1.0

07 Aug 00:07
v4.1.0

Choose a tag to compare

v4.1.0 (2019-08-06)

Diff since v4.0.0

Merged pull requests:

  • Split Q Multidimensional BCs [Frozen, pending review] (#135) (xtalax)

v4.0.0

06 Aug 15:48
v4.0.0

Choose a tag to compare

v4.0.0 (2019-08-06)

Diff since v3.5.0

Closed issues:

  • Problem in stencil generation for DerivativeOperator (#136)
  • Boundary condition redo (#98)
  • confusing error messages when trying to apply diff operators with stencil length longer than dimension length: Fixed (#93)
  • Maxwell Stefan Equation (#91)
  • Register v3.5.0 (#89)
  • full() replacement for Julia 1.0 (#83)
  • norm(matrix) -> opnorm(matrix) in Julia 0.7 (#63)
  • BC when stencil reaches out of grid (#58)
  • BC Overhaul (#53)
  • L*u mutates u if L has Dirichlet1 boundary condition (#52)
  • Document the new discretization and boundary values (#51)
  • Implement collect (#43)
  • Macros for "directional derivatives" (#20)
  • Non-uniform grid spacing? (#17)
  • full function for various boundary conditions (#16)
  • Investigating Neumann BC using ghost points (#15)
  • Resources (#12)
  • Lazy expm and expmv (#10)
  • Integrating StaticArrays(Documentation) (#6)
  • Error due to Floating Point inaccuracies (Documentation) (#3)

Merged pull requests:

v3.5.0

02 May 21:34
648f53c

Choose a tag to compare

Register v3.5.0

@JuliaRegistrator register()

Matrix-Free

31 Oct 05:28

Choose a tag to compare

v3.4.0

Merge remote-tracking branch 'origin/master'

v0.7 backport of 1.0 goodness

11 Aug 10:11

Choose a tag to compare

v3.2.1

backport to v0.7 release

Remove precompile since I don't know if that breaks v1.0

10 Aug 13:56
012fbf7

Choose a tag to compare

Merge pull request #72 from JuliaDiffEq/fbot/deps

Fix deprecations

v1.0

10 Aug 09:19
b6b09c7

Choose a tag to compare

v3.3.0

Update appveyor.yml

Fix all depwarns

20 Jul 17:24

Choose a tag to compare

v3.2.0

depwarn free

Fix depwarns

19 Jul 01:03
4b2928c

Choose a tag to compare

Merge pull request #69 from MSeeker1340/scalar

Conversion to Number for DiffEqScalar

New operators don't require LinearMaps and compose

16 Jul 20:09
3a5d7e2

Choose a tag to compare

Merge pull request #67 from MSeeker1340/operator-composition

Basic operator composition