This release makes matfree.eig
compatible with pytrees. That means that the linear operators can now map 2d-tensors to 2d-tensors or lists to lists -- any Pytree goes. The corresponding eigenvectors and singular vectors inherit the respective shape.
These changes are compatible with the API introduced by v0.2.0.
What's Changed
New Features
- Make the partial SVD compatible with Pytrees by @pnkraemer in #236
- Make the partial eigendecompositions compatible with Pytrees by @pnkraemer in #237
Full Changelog: v0.2.0...v0.2.1