Skip to content

Tags: SciML/ExponentialUtilities.jl

Tags

v1.26.1

Toggle v1.26.1's commit message
[Diff since v1.26.0](v1.26.0...v1.26.1)

**Merged pull requests:**
- expv error estimate: hermitian only (#165) (@daviehh)

**Closed issues:**
- mode=:error_estimate gives wrong results for long times (#160)

v1.26.0

Toggle v1.26.0's commit message
[Diff since v1.25.0](v1.25.0...v1.26.0)

**Merged pull requests:**
- docs 1.0 upgrade (#137) (@ArnoStrouwen)
- CompatHelper: bump compat for CUDA to 5 for package gpu, (keep existing compat) (#139) (@github-actions[bot])
- upgrade reproducibility Documenter 1.0 (#140) (@ArnoStrouwen)
- [skip ci] skip ci.yml for doc pr (#141) (@ArnoStrouwen)
- Fix typo in expv_timestep documentation (#142) (@ArneBouillon)
- typos CI (#144) (@ArnoStrouwen)
- Bump actions/checkout from 3 to 4 (#145) (@dependabot[bot])
- test dependabot ignore patch typos (#146) (@ArnoStrouwen)
- Finish timestepping after happy breakdown (#147) (@ArneBouillon)
- Bump crate-ci/typos from 1.15.10 to 1.16.23 (#148) (@dependabot[bot])
- finish dependabot ignoring typos patches (#149) (@ArnoStrouwen)
- Aqua CI (#150) (@ArnoStrouwen)
- CompatHelper: bump compat for Adapt to 4, (keep existing compat) (#152) (@github-actions[bot])
- downgrade CI (#153) (@ArnoStrouwen)
- Julia 1.10 compat maintenance (#155) (@ArnoStrouwen)
- Ci (#157) (@ArnoStrouwen)
- Bump crate-ci/typos from 1.16.23 to 1.17.0 (#158) (@dependabot[bot])
- Bump crate-ci/typos from 1.17.0 to 1.18.1 (#162) (@dependabot[bot])
- Update dependabot.yml (#163) (@ArnoStrouwen)

**Closed issues:**
- `phiv_timestep` performance problems for scalar equations (#143)
- [Feature request] `exp_timestep` for Schordinger picture? (#156)

v1.25.0

Toggle v1.25.0's commit message
[Diff since v1.24.0](v1.24.0...v1.25.0)

**Closed issues:**
- Long compile times (#128)
- Error: exponential! and exp_generic perform scalar indexing on gpu (#130)
- `exponential!` crashes with some sparse array (#132)

**Merged pull requests:**
- enable dependabot for GitHub actions (#121) (@ranocha)
- Bump actions/cache from 1 to 3 (#122) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#123) (@dependabot[bot])
- Bump actions/checkout from 1 to 3 (#124) (@dependabot[bot])
- Migrate from SnoopPrecompile to PrecompileTools (#127) (@timholy)
- Doc improv (#129) (@ArnoStrouwen)
- Bump actions/checkout from 3 to 4 (#133) (@dependabot[bot])
- Fix GPU exponential! defaults (#134) (@ChrisRackauckas)
- Allow for sparse matrices in exponential!? (#135) (@ChrisRackauckas)

v1.24.0

Toggle v1.24.0's commit message
[Diff since v1.23.0](v1.23.0...v1.24.0)

**Merged pull requests:**
- update to ArrayInterface 7 (#120) (@ChrisRackauckas)

v1.23.0

Toggle v1.23.0's commit message
[Diff since v1.22.1](v1.22.1...v1.23.0)

**Merged pull requests:**
- Remove over-specializations and extra precompile (#119) (@ChrisRackauckas)

v1.22.1

Toggle v1.22.1's commit message
[Diff since v1.22.0](v1.22.0...v1.22.1)

**Closed issues:**
- Support for CUDA Arrays (#80)
- Failure in precompiling in OrdinaryDiffEq (#112)

**Merged pull requests:**
- add precompile script (#107) (@daviehh)
- CompatHelper: add new compat entry for SnoopPrecompile at version 1, (keep existing compat) (#108) (@github-actions[bot])
- add reproducibility to index.md and make.jl (#110) (@00krishna)
- doc compat (#113) (@ArnoStrouwen)
- CompatHelper: add new compat entry for ExponentialUtilities at version 1 for package docs, (keep existing compat) (#114) (@github-actions[bot])
- format (#115) (@ArnoStrouwen)
- [skip ci] fix badge (#116) (@ArnoStrouwen)
- CompatHelper: bump compat for CUDA to 4 for package gpu, (keep existing compat) (#117) (@github-actions[bot])
- vl/u type: Real to concrete to avoid runtime dispatch (#118) (@daviehh)

v1.22.0

Toggle v1.22.0's commit message
[Diff since v1.21.1](v1.21.1...v1.22.0)

**Merged pull requests:**
- Move conversions to Adapt and setup downstream tests (#106) (@ChrisRackauckas)

v1.21.1

Toggle v1.21.1's commit message
[Diff since v1.21.0](v1.21.0...v1.21.1)

**Closed issues:**
- no stable docs (#95)

**Merged pull requests:**
- canonize docs (#105) (@ArnoStrouwen)

v1.21.0

Toggle v1.21.0's commit message
[Diff since v1.20.0](v1.20.0...v1.21.0)

**Merged pull requests:**
- updated README and make.jl as per sciml template (#104) (@00krishna)

v1.20.0

Toggle v1.20.0's commit message
## ExponentialUtilities v1.20.0

[Diff since v1.19.0](v1.19.0...v1.20.0)



**Merged pull requests:**
- GPU support for expv and expv_timestep (#101) (@albertomercurio)