v3.0.0
LinearMaps v3.0.0
Closed issues:
- Relation to other libraries (#98)
- Left multiply with Adjoint vector (#99)
- Towards v3.0 (#101)
- Stable docs doesn't exist (#109)
- Example code throws MethodError (#120)
Merged pull requests:
- Allow BlockMap construction with matrices (#71) (@dkarrasch)
- Introduce specific show methods, add Base.parent overload (#87) (@dkarrasch)
- Get rid of A*_mul_B! (#97) (@dkarrasch)
- Left vector multiply (#100) (@JeffFessler)
- Set up Documenter.jl documentation (#102) (@dkarrasch)
- Add related packages (#103) (@JeffFessler)
- fix some references in docs (#107) (@dkarrasch)
- Rework conversions, speed-up matrix Kronecker products (#108) (@dkarrasch)
- Fix _unsafe_mul! for custom maps (#110) (@dkarrasch)
- Add documentation on how to define custom maps (#111) (@dkarrasch)
- Internal type promotion fixes (#112) (@dkarrasch)
- Add FillMaps (#113) (@dkarrasch)
- Final piece for v3.0 (#114) (@dkarrasch)
- (Even) Better LinearMap display (#115) (@dkarrasch)
- Add a few benchmarks (#116) (@dkarrasch)
- Correct typo (#117) (@eschnett)
- WIP: review before version 3 (#119) (@Jutho)