Skip to content

Releases: JuliaArrays/LazyArrays.jl

v2.2.1

05 Sep 09:40
Compare
Choose a tag to compare

LazyArrays v2.2.1

Diff since v2.2.0

Merged pull requests:

  • Ignore versioned manifest files (#344) (@jishnub)
  • Avoid depending on LazyArraysBandedMatricesExt from within LazyArraysBlockBandedMatricesExt (#345) (@topolarity)

v2.2.0

07 Aug 11:23
7777232
Compare
Choose a tag to compare

LazyArrays v2.2.0

Diff since v2.1.9

Merged pull requests:

v2.1.9

17 Jul 20:37
c22b86d
Compare
Choose a tag to compare

LazyArrays v2.1.9

Diff since v2.1.8

Merged pull requests:

  • Add row/colsupport for InvLayout(TriangularLayout) properly (#341) (@DanielVandH)

v2.1.8

11 Jul 14:17
66ae7a2
Compare
Choose a tag to compare

LazyArrays v2.1.8

Diff since v2.1.7

Merged pull requests:

v2.1.7

10 Jul 16:19
8770c60
Compare
Choose a tag to compare

LazyArrays v2.1.7

Diff since v2.1.6

Merged pull requests:

  • Change signature of materialize! to fix regression on Windows (#337) (@DanielVandH)

v2.1.6

09 Jul 07:46
8ee041b
Compare
Choose a tag to compare

LazyArrays v2.1.6

Diff since v2.1.5

Merged pull requests:

v2.1.5

08 Jul 14:00
a7bd760
Compare
Choose a tag to compare

LazyArrays v2.1.5

Diff since v2.1.4

Merged pull requests:

v2.1.4

04 Jul 14:10
f2ed399
Compare
Choose a tag to compare

LazyArrays v2.1.4

Diff since v2.1.3

Merged pull requests:

Closed issues:

  • Ambiguity copy(::Mul{<:LazyLayout, <:BandedLayout}) (#330)

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)