What's Changed
Bugfixes 🐛
- Remove wrong IndexedElemwise shape loop branch by @ricardoV94 in #2203
- OpFromGraph: Fix input value - output type dependent collision by @ricardoV94 in #2206
- Fix stale output type bugs in rewrites by @ricardoV94 in #2204
Maintenance 🔧
- Add _vectorize_node dispatchers for sparse ops by @jaanerik in #2190
- More robust diagonal constant check by @jessegrabowski in #2173
- Rewrite det(inv(X)) → 1/det(X) by @alessandrogentili001 in #2102
- Numba sparse dot: use final precision in intermediate computations by @ricardoV94 in #2159
Full Changelog: rel-3.0.4...rel-3.0.5