ExponentialUtilities v1.27.0
Merged pull requests:
- Bump codecov/codecov-action from 3 to 4 (#161) (@dependabot[bot])
- fix exponential! example (#166) (@cvsvensson)
- [skip ci] update downgrade CI repo (#167) (@ArnoStrouwen)
- reapply formatting (#168) (@ArnoStrouwen)
- ci: use reusable formatting workflow (#170) (@thazhemadam)
- Bump julia-actions/setup-julia from 1 to 2 (#172) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#174) (@dependabot[bot])
- don't use generated function implimentation of naivemul for sparse matrices (#175) (@oscardssmith)
- ci: standardize workflows using SciML's reusable workflows (#177) (@thazhemadam)
- ci: test with
1
,lts
andpre
versions of julia (#178) (@thazhemadam) - CompatHelper: bump compat for GPUArraysCore to 0.2, (keep existing compat) (#179) (@github-actions[bot])
- Added StaticArrays extension for expv method (#180) (@jecs)
- Disallow exponential!() for sparse matrices (#182) (@mcarmesin)
- Parametrize VType in KrylovSubspace constructor (#183) (@mcarmesin)
- Bump codecov/codecov-action from 4 to 5 (#184) (@dependabot[bot])
Closed issues:
- export
alloc_mem
(#131)