rel-2.1.0
·
1170 commits
to main
since this release
The following changes were made in this release:
- Added
logsumexp
andlogaddexp
- Numba backend improvements (e.g. less indirect function calls in generated code)
- Added NumPy
Generator
support forRandomVariable
s - Added missing
hermitian
option toMatrixPinv
- Renamed
aesara.tensor.nlinalg.lstsq
class toLstsq
- Updated
aesara.tensor.slinalg.Solve
to match the current SciPy interface - Work around
squeeze
bug in SciPy samplers - Added
betainc
Op
- Added cases for
log1msigm
andSoftplus
inlocal_exp_log
opt - Added stabilize opt for
log1mexp
- Added a
log1mexp
Op
- Added
log1pexp
alias tosoftplus
- Added Numba support for
RandomVariable
Op
s - Introduced an
aesara.tensor.linalg
module that combines thenlinalg
andslinalg
modules - Removed
Hints
- Add Numba conversions for
aesara.tensor.nlinalg.pinv
andinv
- Preserve broadcastable dimensions in params_broadcast_shapes
- Added
shape_tuple
helper function - Fixed broadcasting bug in
broadcast_shape_iter