Skip to content

Releases: JuliaArrays/BlockArrays.jl

v1.9.0

25 Oct 00:39
d482cd9

Choose a tag to compare

BlockArrays v1.9.0

Diff since v1.8.0

Merged pull requests:

v1.8.0

24 Oct 00:37
7ebbea7

Choose a tag to compare

BlockArrays v1.8.0

Diff since v1.7.2

Merged pull requests:

Closed issues:

  • Make blocks(randn(2, 2))[1, 1] return the original array (#403)
  • Steprange indexing with Block not working (#419)

v1.7.2

05 Sep 00:38
b822f30

Choose a tag to compare

BlockArrays v1.7.2

Diff since v1.7.1

Merged pull requests:

Closed issues:

  • DimensionMismatch in broadcast (#295)

v1.7.1

20 Aug 00:40
3edffcb

Choose a tag to compare

BlockArrays v1.7.1

Diff since v1.7.0

Merged pull requests:

Closed issues:

  • Make view(a, Block(1)) return a when a has OneTo axes (#149)
  • Base.axes1(Base.Slice(blockedrange([2, 3]))) returns Base.IdentityUnitRange (#484)

v1.7.0

11 Jul 00:44
d55d96e

Choose a tag to compare

BlockArrays v1.7.0

Diff since v1.6.3

Merged pull requests:

Closed issues:

  • Broadcasting BlockedUnitRange sometimes loses blocking information (#334)
  • Slicing a BlockIndexRange with unit ranges doesn't return a BlockedIndexRange (#355)
  • More convenient syntax for merging blocks (#359)
  • getindex(::UnitRange, ::BlockedUnitRange) isn't blocked (#367)
  • error with views of Block and BlockIndex (#442)
  • Typo of terms "view" in Public Documentation. (#447)
  • Should blockcheckbounds(A, K) be called from checkbounds(A, Block(K))? (#458)
  • [ENH] add constructor to merge BlockIndexRange (#467)
  • Inconsistency in definition of BlockRange(::AbstractUnitRange) (#471)

v1.6.3

29 Apr 00:40
b167ede

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

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

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

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

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)