What's Changed
New Features 🎉
- Support RandomVariable graphs with scalar shape parameters in JAX backend by @ricardoV94 in #1029
Bugfixes 🐛
- Handle
compute_map=None
in Scan by @zaxtax in #1435 - Coerce dtype
__props__
to string due to invalid hash ofnp.dtype()
objects by @ricardoV94 in #1436
Maintenance 🔧
- Fix slow dot in numba by @ricardoV94 in #1426
- Constant fold branches of variadic add/mul by @ricardoV94 in #1422
- Reuse output of Join in C backend by @ricardoV94 in #1340
- Avoid default allocation for taps of length 1 in ScanSaveMem by @ricardoV94 in #1395
Full Changelog: rel-2.31.2...rel-2.31.3