rel-2.30.0
What's Changed
Major Changes 🛠
- Simplify dispatch of JAX random variables by handling rng split automatically by @educhesne in #1315
New Features 🎉
- Add scipy-like
kn
helper by @Aarsh-Wankar in #1313 - Implement faster Multinomial JAX dispatch by @educhesne in #1316
- Implement gradient for QR decomposition by @educhesne in #1303
- Implement tridiagonal solve in numba backend by @ricardoV94 in #1311
- Implement batched convolve1d by @ricardoV94 in #1318
- Add numba overload for Nonzero by @Abhinav-Khot in #1289
Bugfixes 🐛
- Fix inplace/layout bugs in Numba lapack routines by @ricardoV94 in #1304
- Fix
get_vector_length
incorrectly returning for shared variable without static shape by @Abhinav-Khot in #1295
Maintenance 🔧
- Include Op in message when raising
NotImplementedError
from grad by @Aarsh-Wankar in #1314 - Provide static output shape for constant
arange
by @Abhinav-Khot in #1302
New Contributors
- @educhesne made their first contribution in #1315
Full Changelog: rel-2.29.0...rel-2.30.0