v0.7.0
v0.7.0 (2019-11-15)
Closed issues:
- Missing methods for AdjointLinearOperator (#123)
- Make Linear Operators immutable (#114)
- Some operations involving adjoints are not yet supported (#109)
- Unary operations on adjoint fail (#107)
- [discussion] Could we remove prod and define * for specific types? (#106)
- New ambiguity on Julia 1.3 (#100)
- Exponentially long precompilation times with hcat and LinearOperators (#97)
- Block diagonal operator (#89)
- Some (many?) proposals (#56)
- Add counters for number of products performed (#47)
Merged pull requests:
- convert types in kron multiply (#124) (dpo)
- add block-diagonal linear operator (#122) (dpo)
- update README (#121) (dpo)
- Timers (#120) (dpo)
- add counters for products (#119) (dpo)
- Increase coverage of Preallocated Operators (#118) (abelsiqueira)
- Fix Conjugate Operator and test all adjoint/transpose/conjugate operations (#117) (abelsiqueira)
- Skip coverage unless on Linux with Julia 1.2 (#116) (abelsiqueira)
- Use TestSetExtensions (#115) (abelsiqueira)
- Removes {h,v,hv}cat between arbitrary number of operators and matrices (#112) (abelsiqueira)
- Fix bug with sum and cat between Adjoint/Transpose and other matrices (#111) (abelsiqueira)
- Implement unary - and scalar product for Adjoint and Transpose (#108) (abelsiqueira)
- Remove all function types and add callable test (#99) (abelsiqueira)