Releases: SciML/ExponentialUtilities.jl
Releases · SciML/ExponentialUtilities.jl
v1.12.0
v1.11.0
ExponentialUtilities v1.11.0
Merged pull requests:
- likely a typo in export (#73) (@daviehh)
- CI for LTS (#74) (@ChrisRackauckas)
- CompatHelper: bump compat for ArrayInterface to 4, (keep existing compat) (#75) (@github-actions[bot])
v1.10.2
ExponentialUtilities v1.10.2
Closed issues:
- expv gives wrong results for a specific matrix (#52)
Merged pull requests:
- Avoid integer overflow when scaling the argument in the generic exp (#72) (@andreasnoack)
v1.10.1
ExponentialUtilities v1.10.1
Merged pull requests:
- Fix expmethod swapping from expv (#70) (@ChrisRackauckas)
v1.10.0
ExponentialUtilities v1.10.0
Closed issues:
- Handling of different exp methods (#66)
Merged pull requests:
- README.md description and reference update (#65) (@jarlebring)
- Selection of exponential in
exponential!
(#67) (@jarlebring) - Docs and deprecation for
exponential!
(#68) (@jarlebring)
v1.9.0
ExponentialUtilities v1.9.0
Closed issues:
- One multiplication too many in
_exp!
(#63)
Merged pull requests:
- New implementation of
_exp!
based on generated code (#64) (@jarlebring)
v1.8.4
ExponentialUtilities v1.8.4
Merged pull requests:
- Make faster
intlog2
use fallback in case arg is out of range. (#59) (@chriselrod) - Unroll based off of sizeof(eltype(C)) (#60) (@chriselrod)
v1.8.3
ExponentialUtilities v1.8.3
Closed issues:
- Generalize faster exp_pade_p for all ArrayInterface.ismutable (#56)
Merged pull requests:
- Use ArrayInterface.ismutable, further reduce allocations (#57) (@chriselrod)
- Fix exp_generic for general AbstractMatrix. (#58) (@chriselrod)
v1.8.2
ExponentialUtilities v1.8.2
Merged pull requests:
- Faster exp_pade_p(::Matrix, ::Val{13}, ::Val{13}) (#55) (@chriselrod)
v1.8.1
ExponentialUtilities v1.8.1
Merged pull requests:
- Zero fixes (#48) (@jagot)
- MassInstallAction: Install the TagBot workflow on this repository (#49) (@christopher-dG)
- MassInstallAction: Install the GitHubActionsCI workflow on this repository (#50) (@christopher-dG)
- Avoid throwing on Infs in exp_generic (#53) (@andreasnoack)