Skip to content

Releases: SciML/ExponentialUtilities.jl

v1.8.0

17 Aug 05:07
dfbbceb
Compare
Choose a tag to compare

ExponentialUtilities v1.8.0

Diff since v1.7.0

Closed issues:

  • generic_exp fails in zero (#42)

Merged pull requests:

v1.7.0

22 Jun 05:04
fce7ae6
Compare
Choose a tag to compare

ExponentialUtilities v1.7.0

Diff since v1.6.0

Closed issues:

  • support CUDA arrays? (#27)

Merged pull requests:

v1.6.0

11 Dec 02:43
v1.6.0
46c0a08
Compare
Choose a tag to compare

v1.6.0 (2019-12-11)

Diff since v1.5.1

Closed issues:

  • Register (#23)

Merged pull requests:

v1.5.1

22 Jun 06:47
v1.5.1
b152125
Compare
Choose a tag to compare

v1.5.1 (2019-06-22)

Diff since v1.5.0

Merged pull requests:

v1.5.0

19 Jun 09:48
v1.5.0
Compare
Choose a tag to compare

v1.5.0 (2019-06-19)

Diff since v1.4.0

Closed issues:

Merged pull requests:

Complex handling

01 Mar 05:08
34d89fb
Compare
Choose a tag to compare
Merge pull request #15 from Roger-luo/roger-patch

make arnoldi work for complex hermitian

Restructure and improve `opnorm` & `ishermitian` handling

26 Oct 16:53
9304f45
Compare
Choose a tag to compare
  • Structural update to make things more logical.

  • opnorm and ishermitian kwargs are now values instead of functions. This allows the user to more conveniently pass in precomputed values without having to define dummy functions or extending LinearAlgebra methods.

Improvement for Hermitian operators

09 Oct 22:48
Compare
Choose a tag to compare

Better support for complex Hermitian operators and an alternative stopping criteria (Saad) for expv.

Efficient `Diagonal` handling for `phi`

23 Sep 18:21
Compare
Choose a tag to compare

Adds a special case for Diagonal inputs to phi that is more efficient and also returns Diagonals.

Initial release

07 Aug 19:59
3d18369
Compare
Choose a tag to compare

Initial release