v0.10.2
JAX v0.10.2
Added 4
- Added jax.scipy.linalg.invhilbert for the closed-form inverse of the Hilbert matrix
- Added jax.scipy.linalg.invpascal for the inverse of the Pascal matrix
- Added jax.scipy.linalg.fiedler_companion for constructing the pentadiagonal Fiedler companion matrix of a polynomial
- Added jax.ShapeDtypeStruct.like as a shortcut for constructing a jax.ShapeDtypeStruct from an object with shape and dtype attributes
Changed 1
- Improved JAX tracing performance
- New features
- Added
jax.scipy.linalg.invhilbertfor the closed-form inverse of the Hilbert matrix ({jax-issue}#10144). - Added
jax.scipy.linalg.invpascalfor the inverse of the Pascal matrix (#10144). - Added
jax.scipy.linalg.fiedler_companionfor constructing the pentadiagonal Fiedler companion matrix of a polynomial (#10144). - Added
jax.ShapeDtypeStruct.like-- a shortcut for constructing ajax.ShapeDtypeStructfrom an object withshapeanddtypeattributes.
- Added
- We have made a number of improvements to JAX tracing performance.