Releases: JuliaSIMD/TriangularSolve.jl
Releases · JuliaSIMD/TriangularSolve.jl
v0.2.1
TriangularSolve v0.2.1
v0.2.0
TriangularSolve v0.2.0
Merged pull requests:
- Bump julia-actions/setup-julia from 1 to 2 (#38) (@dependabot[bot])
- Improve static compilation, reduce uses of
lubuffer
(#39) (@chriselrod)
v0.1.21
TriangularSolve v0.1.21
v0.1.20
TriangularSolve v0.1.20
Merged pull requests:
- enable dependabot for GitHub actions (#30) (@ranocha)
- Bump actions/checkout from 2 to 3 (#31) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#32) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#33) (@dependabot[bot])
- Migrate from SnoopPrecompile to PrecompileTools (#34) (@timholy)
- Bump actions/checkout from 3 to 4 (#35) (@dependabot[bot])
v0.1.19
TriangularSolve v0.1.19
v0.1.18
TriangularSolve v0.1.18
Closed issues:
- Stuck on precompiling after upgrading to 1.8 (#21)
Merged pull requests:
- No precompile (#29) (@chriselrod)
v0.1.17
TriangularSolve v0.1.17
Merged pull requests:
v0.1.16
TriangularSolve v0.1.16
Closed issues:
ldiv!
invokes undefined behavior when callingm_thread_block_size
withnthreads == static(0)
. (#26)
Merged pull requests:
- set number of threads to 1 (#27) (@pepijndevos)
v0.1.15
TriangularSolve v0.1.15
Merged pull requests:
- trying to cut down heisen allocations to no avail (#25) (@chriselrod)
v0.1.14
TriangularSolve v0.1.14
Merged pull requests:
- Add Invalidations.yml [ci skip] [skip tests] (#22) (@ranocha)
- reduce invalidations by not using
CPUSummary.num_threads()
(#24) (@chriselrod)