What's Changed
Major Changes 🛠
- Handle
axis=Nonesymbolically instead of within CumOp by @Copilot in #1574
New Features 🎉
- Refactor
Expmand add jax dispatch by @jessegrabowski in #1668
Bugfixes 🐛
- Fix C-cache bug related to input order of nominal variables by @ricardoV94 in #1673
- Don't return tuple from
jax.scipy.linalg.qrwhenmode = 'r'by @jessegrabowski in #1682
Maintenance 🔧
- Move shared HStack and VStack methods to Stack superclass by @jessegrabowski in #1662
- Fix MKL BLAS detection with renamed libiomp5md.lib by @maresb in #1667
- Cleanup numba dispatches by @ricardoV94 in #1648
- Use incsubtesor in gradient of repeat by @ricardoV94 in #1621
- Suppress numpy warnings in python implementation of Elemwise by @ricardoV94 in #1681
Full Changelog: rel-2.35.0...rel-2.35.1