Skip to content

Releases: NumericalMathematics/PositiveIntegrators.jl

v0.2.12

16 May 14:40
Compare
Choose a tag to compare

PositiveIntegrators v0.2.12

Diff since v0.2.11

Merged pull requests:

v0.2.11

03 Apr 11:59
28ca213
Compare
Choose a tag to compare

PositiveIntegrators v0.2.11

Repository transferred to https://github.com/NumericalMathematics/PositiveIntegrators.jl

v0.2.10

31 Mar 15:04
Compare
Choose a tag to compare

PositiveIntegrators v0.2.10

Diff since v0.2.9

Merged pull requests:

Closed issues:

  • Feature: MPDeC methods (#42)

v0.2.9

28 Mar 15:32
Compare
Choose a tag to compare

PositiveIntegrators v0.2.9

Diff since v0.2.8

Merged pull requests:

Closed issues:

  • Remove hotfix for failing tests related to LinearSolve v2 (#152)

v0.2.8

06 Mar 18:20
Compare
Choose a tag to compare

PositiveIntegrators v0.2.8

Diff since v0.2.7

Merged pull requests:

Closed issues:

  • Improve documentation (#7)
  • Remove examples folder (#94)
  • MPRK schemes for the solution of scalar PDS. (#95)
  • Add an example where a standard method using isoutofdomain fails. (#142)

v0.2.7

24 Feb 20:28
29e521e
Compare
Choose a tag to compare

PositiveIntegrators v0.2.7

Diff since v0.2.6

Merged pull requests:

  • Bump crate-ci/typos from 1.23.6 to 1.24.3 (#122) (@dependabot[bot])
  • Bump crate-ci/typos from 1.24.3 to 1.25.0 (#125) (@dependabot[bot])
  • Bump crate-ci/typos from 1.25.0 to 1.26.8 (#126) (@dependabot[bot])
  • Bump crate-ci/typos from 1.26.8 to 1.28.1 (#127) (@dependabot[bot])
  • Bump codecov/codecov-action from 4 to 5 (#128) (@dependabot[bot])
  • Bump crate-ci/typos from 1.28.1 to 1.29.0 (#129) (@dependabot[bot])
  • Bump crate-ci/typos from 1.29.0 to 1.29.5 (#130) (@dependabot[bot])
  • CompatHelper: bump compat for LinearSolve to 3 for package docs, (keep existing compat) (#132) (@github-actions[bot])
  • CompatHelper: bump compat for LinearSolve to 3 for package examples, (keep existing compat) (#133) (@github-actions[bot])
  • CompatHelper: bump compat for LinearSolve to 3 for package test, (keep existing compat) (#134) (@github-actions[bot])
  • Fix CI (#139) (@JoshuaLampert)
  • require Julia 1.10 (#140) (@ranocha)
  • Switch to OrdinaryDiffEqCore.jl (#141) (@JoshuaLampert)

v0.2.6

30 Aug 07:54
ad47cfb
Compare
Choose a tag to compare

PositiveIntegrators v0.2.6

Diff since v0.2.5

Merged pull requests:

  • Careful handling of data types (Float32 & units) (#108) (@SKopecz)

v0.2.5

27 Aug 08:19
Compare
Choose a tag to compare

PositiveIntegrators v0.2.5

Diff since v0.2.4

Merged pull requests:

  • Implementation of get_fsalfirstlast for MPRK schemes (#119) (@SKopecz)

v0.2.4

20 Aug 14:47
719311e
Compare
Choose a tag to compare

PositiveIntegrators v0.2.4

Diff since v0.2.3

Merged pull requests:

v0.2.3

19 Aug 15:23
92b7e71
Compare
Choose a tag to compare

PositiveIntegrators v0.2.3

Diff since v0.2.2

Merged pull requests:

  • add ExplicitImports.jl tests (#44) (@ranocha)
  • add possibility to call a direct implementation of the ODE RHS (#117) (@ranocha)

Closed issues:

  • Choice of interpolations (#52)
  • Feature: Add possibility to call direct implementation of RHS (#56)
  • Implement simple "controller" for adaptive time stepping (#74)