Releases: SciML/ExponentialUtilities.jl
Releases · SciML/ExponentialUtilities.jl
v1.8.0
ExponentialUtilities v1.8.0
Closed issues:
- generic_exp fails in zero (#42)
Merged pull requests:
- Hard code 13 term Pade approximate (#45) (@ChrisRackauckas)
- Alternative fix of exp_generic(0.0) that makes it correct for higher … (#46) (@andreasnoack)
v1.7.0
ExponentialUtilities v1.7.0
Closed issues:
- support CUDA arrays? (#27)
Merged pull requests:
- Default to type 13,13 Padé approximantion (#30) (@YingboMa)
- Install TagBot as a GitHub Action (#31) (@JuliaTagBot)
- Update README.md (#33) (@mforets)
- generalize function definitions to support cuda (#36) (@Roger-luo)
- cuarrays support through requires (#37) (@ChrisRackauckas)
- CompatHelper: add new compat entry for "Requires" at version "1.0" (#38) (@github-actions[bot])
- Allow CUDA.jl (#39) (@ChrisRackauckas)
v1.6.0
v1.6.0 (2019-12-11)
Closed issues:
- Register (#23)
Merged pull requests:
- Add
exp\_generic
to README and make it work withNumber
s. (#29) (MasonProtter) - Add generic exp function. (#28) (MasonProtter)
- Remove scaling tolerance by opnorm (#26) (YingboMa)
v1.5.1
v1.5.0
Complex handling
Merge pull request #15 from Roger-luo/roger-patch make arnoldi work for complex hermitian
Restructure and improve `opnorm` & `ishermitian` handling
-
Structural update to make things more logical.
-
opnorm
andishermitian
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 extendingLinearAlgebra
methods.
Improvement for Hermitian operators
Better support for complex Hermitian operators and an alternative stopping criteria (Saad) for expv.
Efficient `Diagonal` handling for `phi`
Adds a special case for Diagonal
inputs to phi
that is more efficient and also returns Diagonal
s.
Initial release
Initial release