Nothing Special   »   [go: up one dir, main page]

Skip to content

Tags: SciML/LinearSolve.jl

Tags

v2.37.0

Toggle v2.37.0's commit message
[Diff since v2.36.2](v2.36.2...v2.37.0)

**Merged pull requests:**
- Jf/unstick juliaformatter (#557) (@j-fu)
- Add MinAres solver to iterative wrappers (#558) (@mertkipcak)

**Closed issues:**
- Sparse LU benchmarking (#359)

v2.36.2

Toggle v2.36.2's commit message
[Diff since v2.36.1](v2.36.1...v2.36.2)

**Merged pull requests:**
- Guard BLAS defaults more, allowing only Array and BLASFloats (#555) (@ChrisRackauckas)

v2.36.1

Toggle v2.36.1's commit message
[Diff since v2.36.0](v2.36.0...v2.36.1)

**Merged pull requests:**
- CompatHelper: bump compat for GPUArraysCore to 0.2, (keep existing compat) (#549) (@github-actions[bot])
- Fix Pardiso extension for the case of an AbstractSparseMatrixCSC (#550) (@j-fu)

v2.36.0

Toggle v2.36.0's commit message
[Diff since v2.35.0](v2.35.0...v2.36.0)

**Merged pull requests:**
- use isfresh like mechinisim for precs (#547) (@oscardssmith)
- ci: test with `1`, `lts` and `pre` versions of julia (#548) (@thazhemadam)

**Closed issues:**
- `reinit!` calls `precs` three times (#527)
- Allocations and Inaccuracies in solve! for banded QRFactorization (#542)

v2.35.0

Toggle v2.35.0's commit message
[Diff since v2.34.0](v2.34.0...v2.35.0)

**Merged pull requests:**
- Adapt to pending Enzyme breaking change (#539) (@wsmoses)
- CompatHelper: bump compat for EnzymeCore in [weakdeps] to 0.8, (keep existing compat) (#540) (@github-actions[bot])
- CompatHelper: bump compat for Enzyme in [weakdeps] to 0.13, (keep existing compat) (#541) (@github-actions[bot])
- Adapt to pending Enzyme breaking change (#543) (@avik-pal)

v2.34.0

Toggle v2.34.0's commit message
[Diff since v2.33.0](v2.33.0...v2.34.0)

**Merged pull requests:**
- Introduce AbstractSparseFactorization and AbstractDenseFactorization (#526) (@j-fu)
- Remove CpuId-Dependency in favor of builtin function (#537) (@halentin)

v2.33.0

Toggle v2.33.0's commit message
[Diff since v2.32.0](v2.32.0...v2.33.0)

**Merged pull requests:**
- Fix handling of AbstractSparseMatrixCSC (#525) (@j-fu)

v2.32.0

Toggle v2.32.0's commit message
[Diff since v2.31.2](v2.31.2...v2.32.0)

**Merged pull requests:**
- make preconditioners part of the solver rather than a random extra (#514) (@oscardssmith)
- Update hypretests.jl for MPI deprecations (#523) (@ChrisRackauckas)

v2.31.2

Toggle v2.31.2's commit message
[Diff since v2.31.1](v2.31.1...v2.31.2)

**Merged pull requests:**
- ci: standardize workflows using SciML's reusable workflows (#522) (@thazhemadam)

**Closed issues:**
- 2.31 does not precompile (#519)

v2.31.1

Toggle v2.31.1's commit message
[Diff since v2.31.0](v2.31.0...v2.31.1)

**Merged pull requests:**
- Import CpuId only on x86_64 or i686 (#521) (@chriselrod)