Skip to content

Releases: JuliaArrays/BlockArrays.jl

v0.16.43

03 Apr 00:26
d2a05fe
Compare
Choose a tag to compare

BlockArrays v0.16.43

Diff since v0.16.42

Merged pull requests:

v0.16.42

01 Apr 00:29
2c86412
Compare
Choose a tag to compare

BlockArrays v0.16.42

Diff since v0.16.41

Merged pull requests:

v0.16.41

30 Mar 00:25
687cd32
Compare
Choose a tag to compare

BlockArrays v0.16.41

Diff since v0.16.40

Merged pull requests:

  • Consolidate convert methods for BlockedUnitRange (#349) (@jishnub)
  • Replace generated functions by normal ones (#350) (@jishnub)
  • Improve type-inference in broadcasting (#351) (@jishnub)
  • Don't use generated function in _generic_blockbroadcast_copyto (#352) (@jishnub)
  • Simplify state in SubBlockIterator (#353) (@jishnub)
  • Index into a CartesianIndices with a Block (#354) (@jishnub)
  • BlockArray construction from immutable array (#357) (@jishnub)
  • Add constructors to BlockArray docstring (#360) (@jishnub)
  • Don't use generated in initialized_blocks_BlockArray (#361) (@jishnub)
  • Slightly reduce allocations in tests (#362) (@jishnub)
  • Don't specify namespace for imported names (#363) (@jishnub)
  • Define dataids for PseudoBlockArrays (#364) (@jishnub)
  • Bump version to v0.16.41 (#365) (@jishnub)

v0.16.40

22 Mar 00:25
f87ad0c
Compare
Choose a tag to compare

BlockArrays v0.16.40

Diff since v0.16.39

Merged pull requests:

Closed issues:

  • Potential issue with findblock[index] for BlockUnitRange with first != 1 (#336)

v0.16.39

12 Dec 00:27
f3ac607
Compare
Choose a tag to compare

BlockArrays v0.16.39

Diff since v0.16.38

Merged pull requests:

Closed issues:

  • Concatenating an arbitrary number of matrices horizontally with mortar (#302)
  • Conversion of Block to Tuple (#317)

v0.16.38

24 Aug 00:25
6dcd1f7
Compare
Choose a tag to compare

BlockArrays v0.16.38

Diff since v0.16.37

Merged pull requests:

v0.16.37

22 Aug 00:25
a3261ff
Compare
Choose a tag to compare

BlockArrays v0.16.37

Diff since v0.16.36

Merged pull requests:

v0.16.36

15 Jul 00:36
948065c
Compare
Choose a tag to compare

BlockArrays v0.16.36

Diff since v0.16.35

Merged pull requests:

  • replace AbstractTriangular by UpperOrLowerTriangular (#296) (@jishnub)

v0.16.35

30 Jun 00:35
e41fce4
Compare
Choose a tag to compare

BlockArrays v0.16.35

Diff since v0.16.34

Merged pull requests:

v0.16.34

29 Jun 00:36
6970e33
Compare
Choose a tag to compare

BlockArrays v0.16.34

Diff since v0.16.33

Merged pull requests:

  • Add blockcheckindex and blockcheckbounds_indices (#269) (@jishnub)
  • Preserve block types in similar for BlockArray (#284) (@jishnub)
  • support BlockRange(B::AbstractBlockArray) (#285) (@jishnub)
  • sub_materialize_axes for PseudoBlockArray axes dispatch (#286) (@jishnub)