Skip to content

Releases: JuliaArrays/BlockArrays.jl

v1.6.3

29 Apr 00:40
b167ede
Compare
Choose a tag to compare

BlockArrays v1.6.3

Diff since v1.6.2

Merged pull requests:

Closed issues:

  • mortar([Block(1)[1:2], Block(2)[1:2]])[Block(1)] has type Vector{BlockIndex{1}} instead of BlockIndexRange{1} (#404)

v1.6.2

23 Apr 00:39
Compare
Choose a tag to compare

BlockArrays v1.6.2

Diff since v1.6.1

Merged pull requests:

v1.6.1

13 Apr 02:06
9a2bce9
Compare
Choose a tag to compare

BlockArrays v1.6.1

Diff since v1.6.0

Merged pull requests:

v1.6.0

10 Apr 00:38
b55c7a4
Compare
Choose a tag to compare

BlockArrays v1.6.0

Diff since v1.5.0

Merged pull requests:

  • Generalize more functions to non-Int64 ranges (#455) (@ogauthe)

Closed issues:

  • failures for non-Int64 ranges (#454)

v1.5.0

22 Mar 00:37
83d8c3e
Compare
Choose a tag to compare

BlockArrays v1.5.0

Diff since v1.4.0

Merged pull requests:

Closed issues:

  • Adapt.adapt on views of block arrays involving : is broken (#451)

v1.4.0

07 Feb 00:35
a4e544e
Compare
Choose a tag to compare

BlockArrays v1.4.0

Diff since v1.3.0

Merged pull requests:

Closed issues:

  • Fix indexing with Vector{Block{1}} (#184)
  • Indexing with Vector{<:BlockIndexRange{1}} (#358)

v1.3.0

04 Dec 00:39
cc46573
Compare
Choose a tag to compare

BlockArrays v1.3.0

Diff since v1.2.0

julia compat v1.10

The v1.3 release sets the minimum julia compat to v1.10 (the current LTS release). Further development would seek to remain compatible with this version of julia. Older releases of BlockArrays (<v"1.3") would remain compatible with julia v1.6+.

Merged pull requests:

  • Inline blocksizes for better type-inference (#429) (@jishnub)
  • file -> files in CI codecov step (#434) (@jishnub)
  • Pass a command line flag to downstream tests (#435) (@jishnub)
  • Skip Aqua stale deps check in downstream tests (#436) (@jishnub)
  • Remove extension loading code for older julia versions (#437) (@jishnub)
  • Don't specify arch in ci matrix (#438) (@jishnub)

Closed issues:

  • Type instability of blocksizes(y, i) (#425)

v1.2.0

23 Nov 00:36
bf6f80b
Compare
Choose a tag to compare

BlockArrays v1.2.0

Diff since v1.1.1

Merged pull requests:

Closed issues:

  • Can we make blockcolsupport and blockrowsupport public? (#418)
  • typeof(zero(x)) != typeof(x) for BlockVector (#420)
  • a[Block()[]] when iszero(ndims(a)) returns a block, not an element (#430)

v1.1.1

12 Sep 00:33
24564ec
Compare
Choose a tag to compare

BlockArrays v1.1.1

Diff since v1.1.0

Merged pull requests:

Closed issues:

  • zero dimensional BlockArray and BlockedArray are broken (#409)
  • Array conversion breaks image outputs? (#415)

v1.1.0

19 Jun 00:29
53e3262
Compare
Choose a tag to compare

BlockArrays v1.1.0

Diff since v1.0.1

Merged pull requests:

Closed issues:

  • Tag v1.0 (#240)
  • Generalize BlockedUnitRange to element types besides Int (#335)