Skip to content

Releases: SciML/MethodOfLines.jl

v0.11.13

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 25 Jun 02:00
fdb07af

Release v0.11.13 (tag created to match the registered version).

v0.11.6

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 12 Oct 20:14
ca42414
Update Project.toml

v0.11.0

Choose a tag to compare

@xtalax xtalax released this 08 Apr 16:30
bc0bf8c

Update to MTK v9.0

v0.10.6

Choose a tag to compare

@github-actions github-actions released this 25 Jan 17:09
0c6b918

MethodOfLines v0.10.6

Diff since v0.10.5

Merged pull requests:

Closed issues:

  • UndefVarError: issymbollike not defined (#356)

v0.10.5

Choose a tag to compare

@github-actions github-actions released this 19 Jan 08:28
42545bd

MethodOfLines v0.10.5

Diff since v0.10.4

Merged pull requests:

v0.10.4

Choose a tag to compare

@github-actions github-actions released this 05 Dec 21:50
172cdc4

MethodOfLines v0.10.4

Diff since v0.10.3

Merged pull requests:

v0.10.3

Choose a tag to compare

@github-actions github-actions released this 04 Dec 19:03
505cd38

MethodOfLines v0.10.3

Diff since v0.10.2

Merged pull requests:

Closed issues:

  • One-dimensional NLS using MethodOfLines ‘type Array has no field lhs` (#58)
  • Complex Number support (#101)
  • Fix NonlinearProblem tests (#334)
  • Linear and nonlinear solve for steady state tutorials (#336)

v0.10.2

Choose a tag to compare

@github-actions github-actions released this 14 Nov 22:40
a04e094

MethodOfLines v0.10.2

Diff since v0.10.1

Merged pull requests:

Closed issues:

  • fix depwarns (#325)
  • Steady State Heat Equation Tutorial erroring out (#335)

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 11 Oct 13:52
e2974ea

MethodOfLines v0.10.1

Diff since v0.10.0

Merged pull requests:

  • Advanced Nonlinear Laplacian handling (#291) (@xtalax)
  • CompatHelper: bump compat for MethodOfLines to 0.10 for package docs, (keep existing compat) (#323) (@github-actions[bot])
  • CompatHelper: bump compat for NonlinearSolve to 2 for package docs, (keep existing compat) (#324) (@github-actions[bot])
  • docs: fix rendering of the plots in the heat equation example (#326) (@sathvikbhagavan)
  • Hotfix nonlinlaap (#329) (@xtalax)

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 27 Sep 15:33
3139607

MethodOfLines v0.10.0

Diff since v0.9.6

Merged pull requests:

  • Integrate JuliaSimCompiler (#298) (@xtalax)
  • CompatHelper: bump compat for SciMLBase to 2, (keep existing compat) (#316) (@github-actions[bot])
  • Documenter 1.0 upgrade. (#317) (@ArnoStrouwen)
  • CompatHelper: add new compat entry for MethodOfLines at version 0.9 for package docs, (keep existing compat) (#319) (@github-actions[bot])
  • Bump actions/checkout from 3 to 4 (#320) (@dependabot[bot])
  • Move over JSC extension (#322) (@xtalax)

Closed issues:

  • Is it possible to turn off SIMD to enable the demonstration of larger point counts? (#311)
  • Initial condition is not correct (#314)