rel-2.15.0
What's Changed
Major Changes 🛠
- Add
shape_unsafe
tag to rewrites that can hide shape errors by @ricardoV94 in #381 - Forbid runtime broadcasting by
Alloc
by @ricardoV94 in #390
New Features 🎉
- Extend
ExtractDiag
gradient and numba implementation to higher dimensional inputs by @ricardoV94 in #389
Bugfixes 🐛
- Fix typo in profile summary printing function by @Armavica in #416
- Fix numba implementation of
CumOp
when axis is None by @ricardoV94 in #420
Documentation 📖
- Fix docstrings reference for the
betainc_grad
function by @amyoshino in #412
Maintenance 🔧
- Don't run merge optimization in
ScalarInnerGraphOp.fgraph
by @ricardoV94 in #406
New Contributors
- @amyoshino made their first contribution in #412
Full Changelog: rel-2.14.2...rel-2.15.0