The following changes were made in this release:
- Added optimizations for
log(exp(x))
,exp(log(x))
, andexp(log1p(x))
AdvancedIncSubtensor
Op
s (e.g.x[idx] = ...
) can now be in-place optimizedSigmoid
andSoftplus
have been moved toaesara.scalar.basic_scipy
, andexpit
was added as an alias tosigmoid
- Added a Numba graph compilation backend and a
NUMBA
compile mode option (e.g.aesara.function(..., mode="NUMBA")
)