What's Changed
* Add stricter type checking and expected matrix sizes by corwinjoy in https://github.com/cornellius-gp/linear_operator/pull/42
* Re-remove cached decorator for TriangularLinearOperator.to_dense by Balandat in https://github.com/cornellius-gp/linear_operator/pull/59
* Make jaxtyping dep install requirement by Balandat in https://github.com/cornellius-gp/linear_operator/pull/60
* Fix an issue for `DiagLinearOperator` if its `_diag` is a scalar tensor by Balandat in https://github.com/cornellius-gp/linear_operator/pull/61
* Clean up deprecation warnings by saitcakmak in https://github.com/cornellius-gp/linear_operator/pull/63
* Catch some warnings in linear_cg tests by Balandat in https://github.com/cornellius-gp/linear_operator/pull/64
* Add KernelLinearOperator, deprecate KeOpsLinearOperator by gpleiss in https://github.com/cornellius-gp/linear_operator/pull/62
New Contributors
* corwinjoy made their first contribution in https://github.com/cornellius-gp/linear_operator/pull/42
**Full Changelog**: https://github.com/cornellius-gp/linear_operator/compare/v0.4.0...v0.5.0