Skip to content

Releases: JuliaArrays/LazyArrays.jl

v2.4.0

25 Jan 11:22
4492817
Compare
Choose a tag to compare

LazyArrays v2.4.0

Diff since v2.3.2

Merged pull requests:

  • BroadcastStyle for lazy triangular or HermOrSym, improved broadcast * (#360) (@dlfivefifty)

v2.3.2

15 Jan 07:51
5d7d524
Compare
Choose a tag to compare

LazyArrays v2.3.2

Diff since v2.3.1

Merged pull requests:

v2.3.1

07 Dec 08:43
97361a4
Compare
Choose a tag to compare

LazyArrays v2.3.1

Diff since v2.3.0

Merged pull requests:

  • Only Vcats of AbstractRange can be guaranteed to be vcat (#357) (@dlfivefifty)

v2.3.0

05 Dec 23:28
9c908d6
Compare
Choose a tag to compare

LazyArrays v2.3.0

Diff since v2.2.4

Merged pull requests:

v2.2.4

29 Nov 13:24
befe4a0
Compare
Choose a tag to compare

LazyArrays v2.2.4

Diff since v2.2.3

Merged pull requests:

v2.2.3

28 Nov 09:18
ea30a91
Compare
Choose a tag to compare

LazyArrays v2.2.3

Diff since v2.2.2

Merged pull requests:

v2.2.2

13 Nov 14:43
3bfdefb
Compare
Choose a tag to compare

LazyArrays v2.2.2

Diff since v2.2.1

Merged pull requests:

  • Fix LazyArrays module docstring error in documentation (#346) (@apkille)
  • Remove backwards compatibility package extension logic (#347) (@mtfishman)

Closed issues:

  • printing ApplyArray(*, A...) has exponential cost (#259)
  • Move FillArrays support to an extension? (#348)

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)