Skip to content

Releases: SciML/ExponentialUtilities.jl

v1.12.0

01 Mar 23:08
3a16acf
Compare
Choose a tag to compare

ExponentialUtilities v1.12.0

Diff since v1.11.0

Closed issues:

  • Switch to LBT for 1.7+ (#76)

Merged pull requests:

  • update liblapack location to use libblastrampoline_jll if available (#77) (@sjkelly)

v1.11.0

10 Jan 08:41
17d06fa
Compare
Choose a tag to compare

ExponentialUtilities v1.11.0

Diff since v1.10.2

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

23 Nov 14:40
f34954f
Compare
Choose a tag to compare

ExponentialUtilities v1.10.2

Diff since v1.10.1

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

26 Oct 17:24
0a05727
Compare
Choose a tag to compare

ExponentialUtilities v1.10.1

Diff since v1.10.0

Merged pull requests:

v1.10.0

23 Sep 20:30
3b3e36f
Compare
Choose a tag to compare

ExponentialUtilities v1.10.0

Diff since v1.9.0

Closed issues:

  • Handling of different exp methods (#66)

Merged pull requests:

v1.9.0

18 Aug 15:28
ecc6167
Compare
Choose a tag to compare

ExponentialUtilities v1.9.0

Diff since v1.8.4

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

12 Apr 20:07
5460b95
Compare
Choose a tag to compare

ExponentialUtilities v1.8.4

Diff since v1.8.3

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

11 Apr 20:51
790ba26
Compare
Choose a tag to compare

ExponentialUtilities v1.8.3

Diff since v1.8.2

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

09 Apr 22:15
08a806b
Compare
Choose a tag to compare

ExponentialUtilities v1.8.2

Diff since v1.8.1

Merged pull requests:

  • Faster exp_pade_p(::Matrix, ::Val{13}, ::Val{13}) (#55) (@chriselrod)

v1.8.1

18 Mar 13:20
e819b26
Compare
Choose a tag to compare

ExponentialUtilities v1.8.1

Diff since v1.8.0

Merged pull requests: