Skip to content

Releases: SKopecz/PositiveIntegrators.jl

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)

v0.2.2

17 Aug 11:24
9f662cc
Compare
Choose a tag to compare

PositiveIntegrators v0.2.2

Diff since v0.2.1

Merged pull requests:

v0.2.1

29 Jul 07:11
38d69d8
Compare
Choose a tag to compare

PositiveIntegrators v0.2.1

Diff since v0.2.0

Merged pull requests:

v0.2.0

18 Jul 18:29
f86c263
Compare
Choose a tag to compare

PositiveIntegrators v0.2.0

Diff since v0.1.16

v0.1.16

18 Jul 18:06
69db9ab
Compare
Choose a tag to compare

PositiveIntegrators v0.1.16

Diff since v0.1.15

Merged pull requests:

  • CompatHelper: bump compat for FastBroadcast to 0.3, (keep existing compat) (#78) (@github-actions[bot])
  • fix edit URL of license in docs (#88) (@ranocha)
  • Remove examples from runtests.jl and add additional tests (#89) (@SKopecz)
  • some clean-up (#90) (@ranocha)
  • Update NEWS.md (#91) (@ranocha)
  • Create Downgrade.yml (#92) (@ranocha)
  • Update README.md (#93) (@ranocha)
  • Sk/update basic examples and docstrings (#96) (@SKopecz)
  • improve performance with sparse matrices (#101) (@ranocha)
  • remove PositiveIntegrators from docs/Project.toml (#102) (@ranocha)
  • add heat equation tutorial (#105) (@ranocha)

Closed issues:

  • Use FastBroadcast.jl, @muladd etc. consistently (#64)
  • Specializations for SparseMatrix (#98)

v0.1.15

03 Jul 12:03
cb10cfd
Compare
Choose a tag to compare

PositiveIntegrators v0.1.15

Diff since v0.1.14

Merged pull requests:

Closed issues:

  • Feature: production-destruction-rest systems (#43)

v0.1.14

25 Jun 12:13
9eec12e
Compare
Choose a tag to compare

PositiveIntegrators v0.1.14

Diff since v0.1.13

Merged pull requests:

  • additional error handling and tests (#84) (@SKopecz)
  • Implementation of MPRK22 and MPRK43 for nonconservative PDS (includes cleaning up the caches) (#85) (@SKopecz)