Releases: JuliaArrays/LazyArrays.jl
Releases · JuliaArrays/LazyArrays.jl
v0.21.1
v0.21.0
LazyArrays v0.21.0
Merged pull requests:
- Support caching where the wrapped array is not typed (#165) (@dlfivefifty)
v0.20.9
LazyArrays v0.20.9
Merged pull requests:
- Use copyto! in accumulate to avoid slow getindex (#164) (@dlfivefifty)
v0.20.8
LazyArrays v0.20.8
v0.20.7
LazyArrays v0.20.7
Merged pull requests:
- LazyArrayStyle Broadcasted for range .* fill (#163) (@dlfivefifty)
v0.20.6
LazyArrays v0.20.6
Merged pull requests:
- Broadcasted overrides for FillArrays and \ (#161) (@dlfivefifty)
v0.20.5
LazyArrays v0.20.5
Merged pull requests:
- Support oneto for Julia v1.6 (#159) (@dlfivefifty)
- Support \ for InvArray (#160) (@dlfivefifty)
v0.20.4
LazyArrays v0.20.4
Merged pull requests:
- Support Julia v1.6 (#157) (@dlfivefifty)
- overload permutedims for cached and MulArray (#158) (@dlfivefifty)
v0.20.3
LazyArrays v0.20.3
Merged pull requests:
- should permutedims, not transpose, to avoid recursion in mul arguments (#156) (@dlfivefifty)
v0.20.2
LazyArrays v0.20.2
Merged pull requests:
- Recursive implementation of
searchsortedfirst
andsearchsortedlast
(#155) (@jipolanco)