v0.15.0
·
221 commits
to master
since this release
BlockArrays v0.15.0
Closed issues:
- The boundscheck in set/get block are a bit too expensive (#9)
- views of views of blocks should use BlockIndexRange (#58)
- Initializing blockArrays with complex values (#103)
- Getting a vector of block sizes in a particular dimension (#114)
- BlockArray from Array of Arrays (#115)
- Linear indexing with
Block
broken? (#120) - Move to ci.yml (#148)
- In place broadcasting allocates (#160)
Merged pull requests:
- Add
blocksizes
and a few docs (#155) (@putianyi889) - Add linear block indexing (#156) (@putianyi889)
- Extend
setindex!
support toAbstractBlockArray
(#158) (@putianyi889) - remove author entry from README (#161) (@KristofferC)
- permutedims for Number block arrays (#164) (@dlfivefifty)