Skip to content

Releases: SciML/MethodOfLines.jl

v0.9.5

20 Jul 13:58
c360747
Compare
Choose a tag to compare

MethodOfLines v0.9.5

Diff since v0.9.4

Closed issues:

  • Error with Solving Differential Equations (#278)
  • FAQ (#283)

Merged pull requests:

v0.9.4

15 May 15:53
a53d56e
Compare
Choose a tag to compare

MethodOfLines v0.9.4

Diff since v0.9.3

Merged pull requests:

v0.9.3

03 May 13:38
b919347
Compare
Choose a tag to compare

MethodOfLines v0.9.3

Diff since v0.9.2

Closed issues:

  • Suppress output in discretization (#271)

Merged pull requests:

  • CompatHelper: bump compat for Latexify to 0.16, (keep existing compat) (#270) (@github-actions[bot])
  • Remove show call (#272) (@ChrisRackauckas)

v0.9.2

24 Apr 20:55
7f50744
Compare
Choose a tag to compare

MethodOfLines v0.9.2

Diff since v0.9.1

Closed issues:

  • How to speed up the heat equation example? (#268)

Merged pull requests:

v0.8.5

27 Mar 19:59
Compare
Choose a tag to compare

MethodOfLines v0.8.5

Diff since v0.8.4

Closed issues:

  • Unable to run heat equation from docs ( ERROR: MethodError: no method matching (SciMLBase.PDETimeSeriesSolution) (#256)

Merged pull requests:

  • User defined schemes - FunctionalScheme (#247) (@xtalax)
  • enable dependabot for GitHub actions (#251) (@ranocha)
  • Bump actions/checkout from 2 to 3 (#252) (@dependabot[bot])
  • Bump actions/cache from 1 to 3 (#253) (@dependabot[bot])
  • Bump codecov/codecov-action from 1 to 3 (#254) (@dependabot[bot])
  • CompatHelper: bump compat for MethodOfLines to 0.9 for package docs, (keep existing compat) (#257) (@github-actions[bot])
  • hotfix integrals (#259) (@xtalax)

v0.9.1

23 Mar 14:51
7e046c4
Compare
Choose a tag to compare

MethodOfLines v0.9.1

Diff since v0.9.0

Closed issues:

  • Unable to run heat equation from docs ( ERROR: MethodError: no method matching (SciMLBase.PDETimeSeriesSolution) (#256)

Merged pull requests:

  • CompatHelper: bump compat for MethodOfLines to 0.9 for package docs, (keep existing compat) (#257) (@github-actions[bot])
  • hotfix integrals (#259) (@xtalax)

v0.9.0

21 Mar 19:19
4f8ebcf
Compare
Choose a tag to compare

MethodOfLines v0.9.0

Diff since v0.8.4

Merged pull requests:

v0.8.4

14 Feb 19:53
49d4fcd
Compare
Choose a tag to compare

MethodOfLines v0.8.4

Diff since v0.8.3

Merged pull requests:

  • Chebyshev space convenience function (#246) (@xtalax)

v0.8.3

10 Feb 18:47
0bb0514
Compare
Choose a tag to compare

MethodOfLines v0.8.3

Diff since v0.8.2

Merged pull requests:

v0.8.2

29 Jan 13:19
eaddda2
Compare
Choose a tag to compare

MethodOfLines v0.8.2

Diff since v0.8.1

Closed issues:

  • UndefVarError when solving MethodOfLines generated ODE (#189)
  • Advection Equation with time varying velocity: UndefVarError (#194)

Merged pull requests:

  • CompatHelper: bump compat for DomainSets to 0.6 for package docs, (keep existing compat) (#212) (@github-actions[bot])
  • CompatHelper: bump compat for SymbolicUtils to 0.20, (keep existing compat) (#231) (@github-actions[bot])
  • CompatHelper: bump compat for SymbolicUtils to 1, (keep existing compat) (#232) (@github-actions[bot])
  • Revert "CompatHelper: bump compat for SymbolicUtils to 0.20, (keep existing compat)" (#233) (@xtalax)
  • CompatHelper: bump compat for Symbolics to 5, (keep existing compat) (#234) (@github-actions[bot])
  • Recursively unwrap equations (#237) (@xtalax)
  • Update boundary_conditions.md (#238) (@inokawazu)