Releases: JuliaArrays/LazyArrays.jl
Releases · JuliaArrays/LazyArrays.jl
v1.0.1
LazyArrays v1.0.1
Merged pull requests:
- Only special case vcat broadcast when arrays are same dimensinos (#246) (@dlfivefifty)
v1.0.0
LazyArrays v1.0.0
Closed issues:
- Ambiguity in adding
Vcat
andFill
(#241)
Merged pull requests:
- fix typos (#243) (@spaette)
- FillArrays v1 (#244) (@dlfivefifty)
v0.22.18
LazyArrays v0.22.18
Merged pull requests:
- Overload
LinearAlgebra.axpy!
, prepare forAbstractQ
(#230) (@dkarrasch) - enable dependabot for GitHub actions (#234) (@ranocha)
- Julia v1.9 (#235) (@dlfivefifty)
- Bump actions/checkout from 2 to 3 (#236) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#237) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#238) (@dependabot[bot])
- restore LazyArrays.axpy! (#239) (@dlfivefifty)
v0.22.16
v0.22.15
v0.22.14
LazyArrays v0.22.14
Merged pull requests:
- special case getindex with Broadcast with \ and / (#226) (@dlfivefifty)
v0.22.13
v0.22.12
LazyArrays v0.22.12
Closed issues:
- Am using LazyArrays correctly? It appears slower and allocating more memory than regular Arrays. (#216)
Merged pull requests:
v0.22.11
v0.22.10
LazyArrays v0.22.10
Merged pull requests:
- BroadcastStyle for Lazy and Structured (#213) (@dlfivefifty)