You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Diff since v0.1.39](v0.1.39...v0.1.40)
**Closed issues:**
- Method ambiguity between `adjoint` and `BlockDiagonal` with different `eltype` (#91)
**Merged pull requests:**
- Fix method ambiguity for `*` between `Adjoint` or `Transpose` and `BlockDiagonal` with different eltype (#122) (@mjp98)
[Diff since v0.1.37](v0.1.37...v0.1.38)
**Closed issues:**
- Adding a `BlockDiagonal` and `Diagonal` matrix fails for non-square matrices (#103)
**Merged pull requests:**
- Add tests for `getblock` and `setblock!` (#118) (@mjp98)
- Add fallback for `+(::BlockDiagonal,::Diagonal)` when blocks are not square (#120) (@mjp98)