Skip to content

Releases: SciML/MethodOfLines.jl

v0.8.0

09 Jan 13:44
37de67a
Compare
Choose a tag to compare

MethodOfLines v0.8.0

Diff since v0.7.6

Closed issues:

  • Integral problems (#221)
  • Issue with time derivatives on upper spatial boundary (#222)
  • "Error: ArgumentError: x is either an observed nor a state variable." when run discrete_x = sol[x] (#224)

Merged pull requests:

  • Correct dimensionality reduction for whole domain Integrals (#225) (@xtalax)

v0.7.6

14 Dec 16:15
3957101
Compare
Choose a tag to compare

MethodOfLines v0.7.6

Diff since v0.7.5

Closed issues:

  • Feature request: support for integral terms (#94)

Merged pull requests:

v0.7.5

13 Dec 17:52
ee793ba
Compare
Choose a tag to compare

MethodOfLines v0.7.5

Diff since v0.7.4

Merged pull requests:

v0.7.4

09 Dec 21:41
39fb670
Compare
Choose a tag to compare

MethodOfLines v0.7.4

Diff since v0.7.3

Merged pull requests:

  • ODEFunction constructor and analytic keyword for benchmarking (#218) (@xtalax)

v0.7.3

08 Dec 19:07
31e7bd1
Compare
Choose a tag to compare

MethodOfLines v0.7.3

Diff since v0.7.2

Closed issues:

  • Mixed differentials (#137)

Merged pull requests:

v0.7.2

06 Dec 19:36
450fc88
Compare
Choose a tag to compare

MethodOfLines v0.7.2

Diff since v0.7.1

Closed issues:

  • Intermediate matrix form in MOLFiniteDifference (#2)
  • how to get the spatial discretization? + solution at spatial boundary not included right? (#12)
  • discretize only generates N-1 variables for two-sided Dirichlet BC of Laplace equation (#77)
  • Contested boundary states - multiple BCs per boundary (#139)
  • Allow higher order upwind with weno (#172)
  • Nonuniform interface bcs (#211)

Merged pull requests:

  • CompatHelper: bump compat for DomainSets to 0.6, (keep existing compat) (#208) (@github-actions[bot])
  • Don't savefig so that the plots actually display (#210) (@ChrisRackauckas)
  • Fixes #172 (#214) (@xtalax)

v0.7.1

01 Dec 15:31
Compare
Choose a tag to compare

MethodOfLines v0.7.1

Diff since v0.7.0

Merged pull requests:

  • CompatHelper: bump compat for MethodOfLines to 0.7 for package docs, (keep existing compat) (#203) (@github-actions[bot])

v0.7.0

29 Nov 15:59
eca3e0b
Compare
Choose a tag to compare

MethodOfLines v0.7.0

Diff since v0.6.2

Closed issues:

  • Variables in separate but overlapping domains (#32)
  • Uncaught boundaries appearing in equations case (#202)

Merged pull requests:

v0.6.2

24 Nov 20:48
f449ba1
Compare
Choose a tag to compare

MethodOfLines v0.6.2

Diff since v0.6.1

Merged pull requests:

v0.6.1

09 Nov 18:52
4471f63
Compare
Choose a tag to compare

MethodOfLines v0.6.1

Diff since v0.6.0

Merged pull requests:

  • Refactor for a future with multiple discretization strategies (#185) (@xtalax)
  • typo with comma and no x defined (#186) (@BernhardAhrens)
  • Allow integer dx to discretize dimension in to that number of points (#191) (@xtalax)