This repository was archived by the owner on Nov 17, 2025. It is now read-only.
rel-2.1.0
·
1170 commits
to main
since this release
The following changes were made in this release:
- Added
logsumexpandlogaddexp - Numba backend improvements (e.g. less indirect function calls in generated code)
- Added NumPy
Generatorsupport forRandomVariables - Added missing
hermitianoption toMatrixPinv - Renamed
aesara.tensor.nlinalg.lstsqclass toLstsq - Updated
aesara.tensor.slinalg.Solveto match the current SciPy interface - Work around
squeezebug in SciPy samplers - Added
betaincOp - Added cases for
log1msigmandSoftplusinlocal_exp_logopt - Added stabilize opt for
log1mexp - Added a
log1mexpOp - Added
log1pexpalias tosoftplus - Added Numba support for
RandomVariableOps - Introduced an
aesara.tensor.linalgmodule that combines thenlinalgandslinalgmodules - Removed
Hints - Add Numba conversions for
aesara.tensor.nlinalg.pinvandinv - Preserve broadcastable dimensions in params_broadcast_shapes
- Added
shape_tuplehelper function - Fixed broadcasting bug in
broadcast_shape_iter