rel-2.29.0
What's Changed
Major Changes 🛠
- Deprecate batched blas helpers by @ricardoV94 in #1215
- Modify
atleast_Ndto accept only one positional argument by @Abhinav-Khot in #1291 - Remove
UnbroadcastOp by @ricardoV94 in #1286
New Features 🎉
- Add numpy-like
vecdot,vecmatandmatvechelpers by @twiecki in #1250 - Allow more specialized
linalg.solveassume_acases by @ricardoV94 in #1273
Bugfixes 🐛
- Fix
einsumfailing with repeated inputs by @Abhinav-Khot in #1260
Maintenance 🔧
- Allow passing numpy arrays to
transposeby @velochy in #1258 - Speedup import time with lazy import of
scipy.statsby @ricardoV94 in #1268 - Allow broadcasting in specialized numba dispatch of
AdvancedIncSubtensorby @ricardoV94 in #1272 - Speedup
Scanin different backends by @ricardoV94 in #1281
New Contributors
- @velochy made their first contribution in #1258
- @Abhinav-Khot made their first contribution in #1260
Full Changelog: rel-2.28.3...rel-2.29.0