rel-2.18.6
What's Changed
New Features 🎉
- Vectorize softmax and argmax nodes by @ricardoV94 in #571
- Add
linalg.block_diag
and sparse equivalent by @jessegrabowski in #576
Bugfixes 🐛
- Remove incorrect
solve
usage inpsd_solve_with_chol
rewrite by @jessegrabowski in #575 - Fix
vectorize_graph
bug when replacements were provided for only some outputs of a node by @ricardoV94 in #570 - Don't store
fortran
objects inScipyGer
tag by @lucianopaz in #574 - Fix bug in storage_input alignment of the JAX backend by @ricardoV94 in #587
Full Changelog: rel-2.18.5...rel-2.18.6