What's Changed
- Add gufunc signature to
RandomVariable
's docstrings by @rlouf in #1160 - Add support for shared inputs in
numba_funcify_Scan
by @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.value
usage inbroadcast_shape_iter
by @brandonwillard in #1269 - Deprecate
nnet
andsignal
modules by @rlouf in #1188 - Add documentation for
aesara.as_symbolic
by @anirudhacharya in #1265 - Add type hint to
RandomVariable.rng_fn
by @sujitpal in #827 - Add specialization for subtraction and addition with negative terms by @ricardoV94 in #549
- Refactor output
Type
inference inRandomVariable
andScan
by @brandonwillard in #1253 - Use
time.perf_counter
foraesara.function
timing results by @anirudhacharya in #1262 - Update flake8 repo and version in
pre-commit
config by @brandonwillard in #1278 - Add Student's t
RandomVariable
by @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