Skip to content

Releases: JuliaArrays/LazyArrays.jl

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)

v1.10.0

19 Apr 13:23
7a9679e
Compare
Choose a tag to compare

LazyArrays v1.10.0

Diff since v1.9.1

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)

v1.9.1

07 Apr 16:03
c8b68a8
Compare
Choose a tag to compare

LazyArrays v1.9.1

Diff since v1.9.0

Merged pull requests: