Skip to content

Releases: JuliaArrays/BlockArrays.jl

v1.9.3

21 Nov 00:41
ae21b37

Choose a tag to compare

BlockArrays v1.9.3

Diff since v1.9.2

Merged pull requests:

  • Fix ambiguity error in similar with 3 or more blocked axes (#494) (@mtfishman)

v1.9.2

11 Nov 00:42
4fc19a9

Choose a tag to compare

BlockArrays v1.9.2

Diff since v1.9.1

Merged pull requests:

  • Fix float block index causing hang due to infinite recursion (#492) (@KnutAM)
  • Bump version from v1.9.1 to v1.9.2 (#493) (@mtfishman)

v1.9.1

31 Oct 00:40
a1f2273

Choose a tag to compare

BlockArrays v1.9.1

Diff since v1.9.0

Merged pull requests:

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: