v5.8.1
What's Changed
New Features 🎉
- Logprob derivation for Min of continuous IID variables by @Dhruvanshu-Joshi in #6846
- Derive logprob for exp2, log2, log10, log1p, expm1, log1mexp, log1pexp (softplus), and sigmoid transformations by @LukeLB in #6826
Bugfixes 🪲
- Fix wrong ZeroSumNormal logp expression by @lucianopaz in #6872
- Fix bug in univariate Ordered and SumTo1 transform logp by @ricardoV94 in #6903
Documentation 📖
Maintenance 🔧
- Reject logp derivation of binary operations with broadcasted measurable input by @shreyas3156 in #6893
- Cast
ZeroSumNormal
shape operations toconfig.floatX
by @thomasjpfan in #6889 - Bump pytensor by @ricardoV94 in #6910
Full Changelog: v5.8.0...v5.8.1