v3.29.0
LinearSolve v3.29.0
Merged pull requests:
- Add FastLapackInterface.jl's LU to LinearSolveAutotune (#714) (@ChrisRackauckas-Claude)
- Update compat bounds to drop support for packages older than 3 months (#715) (@ChrisRackauckas-Claude)
- Add maxtime parameter to LinearSolveAutotune for timeout handling (#716) (@ChrisRackauckas-Claude)
- Fix hanging issue in autotune timeout mechanism (#717) (@ChrisRackauckas-Claude)
- Improve timeout handling: skip timed-out algorithms and cap big benchmarks at 15000 (#718) (@ChrisRackauckas-Claude)
- Revert timeout handling in autotune to use maxtime blocking (#719) (@ChrisRackauckas-Claude)
- CompatHelper: bump compat for AMDGPU in [weakdeps] to 2, (keep existing compat) (#720) (@github-actions[bot])
- Pure-Julia Sparse Cholesky (#721) (@samuelsonric)
- Improve constructor. (#722) (@samuelsonric)
- Add warning messages when algorithms are skipped in autotune benchmarking (#723) (@ChrisRackauckas-Claude)
- Get rid of
deepcopy
, put Dual types in type system (#724) (@jClugstor)
Closed issues:
- Use of
deepcopy
doesn't trim well (#648)