Skip to content

Releases: JuliaArrays/LazyArrays.jl

v2.1.3

04 Jul 09:08
a7df659
Compare
Choose a tag to compare

LazyArrays v2.1.3

Diff since v2.1.2

Merged pull requests:

Closed issues:

  • cache(Zeros(n, n)) == cache(Zeros(n, n)) uses matrix == (#327)
  • Issues with Layout of inv(Triangular{ApplyLayout}) (#329)

v2.1.2

02 Jul 22:50
8fc085d
Compare
Choose a tag to compare

LazyArrays v2.1.2

Diff since v2.1.1

Merged pull requests:

Closed issues:

  • Method ambiguity for getindex(::AbstractCacheMatrix, ::Band) (#325)

v2.1.1

02 Jul 10:26
522f673
Compare
Choose a tag to compare

LazyArrays v2.1.1

Diff since v2.1.0

Merged pull requests:

  • Fix some ambiguities between BandedLazyLayouts and LazyLayouts (#324) (@DanielVandH)

v2.1.0

25 Jun 14:09
Compare
Choose a tag to compare

LazyArrays v2.1.0

Diff since v2.0.5

Merged pull requests:

Closed issues:

  • Method ambiguity for ldiv(Diagonal{<:FillLayout}, LazyLayout) (#316)
  • missing consts in extension source code (#318)
  • Defining inverses for triangular matrices with ArrayLayouts (#320)

v2.0.5

22 Jun 16:02
0d4379b
Compare
Choose a tag to compare

LazyArrays v2.0.5

Diff since v2.0.4

Merged pull requests:

Closed issues:

  • Downstream testing for InfiniteLinearAlgebra.jl (#314)

v2.0.4

04 Jun 02:56
052a0f6
Compare
Choose a tag to compare

LazyArrays v2.0.4

Diff since v2.0.3

Merged pull requests:

  • Restore broadcastlayout for block banded layouts, extend broadcast ru… (#313) (@dlfivefifty)

v2.0.3

03 Jun 07:48
afca890
Compare
Choose a tag to compare

LazyArrays v2.0.3

Diff since v2.0.2

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

21 May 09:53
d127388
Compare
Choose a tag to compare

LazyArrays v2.0.2

Diff since v2.0.1

Merged pull requests:

v2.0.1

21 May 07:20
7e1dac5
Compare
Choose a tag to compare

LazyArrays v2.0.1

Diff since v2.0.0

Merged pull requests:

v2.0.0

20 May 21:11
bb954e6
Compare
Choose a tag to compare

LazyArrays v2.0.0

Diff since v1.10.0

Merged pull requests:

Closed issues:

  • Speed of multiplication of Diagonal (#19)
  • Replace special types with ApplyArray (#33)
  • hvcat? (#43)
  • Replace CachedArray with ApplyArray(setindex!, ...)? (#63)
  • Why isn't AddArray a BroadcastArray? (#71)
  • Inv, Pinv, etc. should be ApplyArray (#137)
  • non-broadcasted LazyArray bug? (#189)
  • Cached BandedMatrices give wrong entries and break bandedness (#247)