This repository was archived by the owner on Nov 17, 2025. It is now read-only.
rel-2.8.8
What's Changed
- Add gufunc signature to
RandomVariable's docstrings by @rlouf in #1160 - Add support for shared inputs in
numba_funcify_Scanby @brandonwillard in #1241 - Remove redundant install/update instructions and Python/NumPy primers from documentation by @rlouf in #1256
- Mention common cases in issue template by @brandonwillard in #1266
- Fix
SharedVariable.valueusage inbroadcast_shape_iterby @brandonwillard in #1269 - Deprecate
nnetandsignalmodules by @rlouf in #1188 - Add documentation for
aesara.as_symbolicby @anirudhacharya in #1265 - Add type hint to
RandomVariable.rng_fnby @sujitpal in #827 - Add specialization for subtraction and addition with negative terms by @ricardoV94 in #549
- Refactor output
Typeinference inRandomVariableandScanby @brandonwillard in #1253 - Use
time.perf_counterforaesara.functiontiming results by @anirudhacharya in #1262 - Update flake8 repo and version in
pre-commitconfig by @brandonwillard in #1278 - Add Student's t
RandomVariableby @rlouf in #1211
New Contributors
- @anirudhacharya made their first contribution in #1265
- @sujitpal made their first contribution in #827
Full Changelog: rel-2.8.7...rel-2.8.8