Releases: JuliaArrays/LazyArrays.jl
Releases · JuliaArrays/LazyArrays.jl
v2.1.2
LazyArrays v2.1.2
Merged pull requests:
- Fix ambiguity
getindex(::AbstractCachedMatrix, ::Band)
(#326) (@DanielVandH)
Closed issues:
- Method ambiguity for
getindex(::AbstractCacheMatrix, ::Band)
(#325)
v2.1.1
LazyArrays v2.1.1
Merged pull requests:
- Fix some ambiguities between BandedLazyLayouts and LazyLayouts (#324) (@DanielVandH)
v2.1.0
LazyArrays v2.1.0
Merged pull requests:
- Fix method ambiguity between Diagonal{<:FillLayout} and LazyLayout (#317) (@DanielVandH)
- Add missing
const
declarations (#319) (@DanielVandH) - ArrayLayouts v1.10 (#321) (@dlfivefifty)
Closed issues:
v2.0.5
LazyArrays v2.0.5
Merged pull requests:
- Update downstream.yml to include InfiniteLinearAlgebra.jl again (#315) (@DanielVandH)
- BlockArrays v1.1: fix ambiguities (#322) (@dlfivefifty)
Closed issues:
- Downstream testing for InfiniteLinearAlgebra.jl (#314)
v2.0.4
LazyArrays v2.0.4
Merged pull requests:
- Restore broadcastlayout for block banded layouts, extend broadcast ru… (#313) (@dlfivefifty)
v2.0.3
LazyArrays v2.0.3
Merged pull requests:
- Fix copyto! with banded BroadcastArray and lazy banded \ diagonal (#310) (@dlfivefifty)
- Fix error message for
@~
when multiple arguments are captured (#311) (@DanielVandH) - Better Ldiv for lazy banded and fill! for views of CachedVector (#312) (@dlfivefifty)
v2.0.2
v2.0.1
LazyArrays v2.0.1
Merged pull requests:
- Fix slicing with Vcat(::Number, ::Zeros) (#308) (@dlfivefifty)
v2.0.0
LazyArrays v2.0.0
Merged pull requests:
- BandedMatrices extension (#302) (@dlfivefifty)
- v2.0 (#303) (@dlfivefifty)
- BlockArrays extension (#304) (@dlfivefifty)
- BlockBandedMatrices extension (#305) (@dlfivefifty)
- Add PaddedRows and PaddedColumns (#306) (@dlfivefifty)
Closed issues:
- Speed of multiplication of Diagonal (#19)
- Replace special types with ApplyArray (#33)
- hvcat? (#43)
- Replace
CachedArray
withApplyArray(setindex!, ...)
? (#63) - Why isn't
AddArray
aBroadcastArray
? (#71) - Inv, Pinv, etc. should be ApplyArray (#137)
- non-broadcasted LazyArray bug? (#189)
- Cached BandedMatrices give wrong entries and break bandedness (#247)
v1.10.0
LazyArrays v1.10.0
Merged pull requests:
- Let broadcasting and transposes commute (#299) (@dlfivefifty)
- BLAS tests updated for new OpenBLAS where strided vectors change orde… (#300) (@dlfivefifty)
- Map imported names to correct parentmodules (#301) (@jishnub)