Releases: JuliaArrays/BlockArrays.jl
Releases · JuliaArrays/BlockArrays.jl
v0.15.1
BlockArrays v0.15.1
Closed issues:
- Treat Array as having many size 1 blocks? (#166)
Merged pull requests:
- Support tuples in blockedrange (#165) (@dlfivefifty)
v0.15.0
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)
v0.14.5
v0.14.4
BlockArrays v0.14.4
Merged pull requests:
v0.14.3
BlockArrays v0.14.3
Merged pull requests:
- Support ∞ block ranges (as implemented in InfiniteLinearAlgebra.jl) (#152) (@dlfivefifty)
v0.14.2
BlockArrays v0.14.2
Merged pull requests:
- Support Julia v1.6 (#147) (@dlfivefifty)
- Support Diagonal(::AbstractBlockVector) (#151) (@dlfivefifty)
v0.14.1
BlockArrays v0.14.1
Merged pull requests:
- Remove redundent block getindex code (#145) (@dlfivefifty)
- add more block slice converts (#146) (@dlfivefifty)
v0.14.0
BlockArrays v0.14.0
Closed issues:
- Replace
getblock(A, k)
withview(A, Block(k))
(#138) - No method is implemented for reducing index range of type BlockedUnitRange (#141)
Merged pull requests:
- getblock -> view (#139) (@dlfivefifty)
- Overload Base.reduced_index to support sum (Fix #141) (#142) (@dlfivefifty)
v0.13.0
BlockArrays v0.13.0
Merged pull requests:
- Add blockkron (#123) (@dlfivefifty)
- copy on A[Block(5)] (#135) (@dlfivefifty)