rel-2.13.0
What's Changed
Major Changes 🛠
- Use static-only broadcasting rules to compute shape of broadcasting by @aseyboldt in #345
- Allow rebuilding graphs when output type depends on input values by @ricardoV94 in #280
- Forbid runtime broadcasting in Elemwise by @ricardoV94 in #372
New Features 🎉
- Extend
log_softmax
stabilization rewrite to graphs with indexing andexpand_dims
by @ricardoV94 in #352 - Inline constants in composite graphs by @ricardoV94 in #361
- Add rewrite for Sum(MakeVector) by @aseyboldt in #346
- Infer shape of advanced boolean indexing by @ricardoV94 in #329
Bugfixes 🐛
- Fix bug in
boolean_indexing_set_or_inc
by @ricardoV94 in #359 - Fix miscelaneous bugs by @ricardoV94 in #368
- Fix bug in JAX implementation of Second by @ricardoV94 in #374
Maintenance 🔧
- Use Dimshuffle for
expand_dims
by @ricardoV94 in #353 - Don't run useless fusion and inplace rewrites in JAX mode by @ricardoV94 in #370
- Cleanup fusion rewrite database by @ricardoV94 in #369
Full Changelog: rel-2.12.3...rel-2.13.0