The following changes were made in this release:
OpFromGraph.infer_shape
now works with non-TensorType
sRandomVariable.__str__
now includes__props__
entriesRandomVariable.destroy_map
has been correctedaesara.scalar.basic_scipy
has been renamed toaesara.scalar.math
- Numba conversion of
Sum
,Prod
, andSwitch
have been fixed - Numerous documentation fixes and updates
- Numba conversion of
CAReduce
no longer uses experimental Numba features - Numba conversion of
Elemwise
Op
s now support in-place updates
Repository changes
- Aesara has been moved to the
aesara-devs
organization master
has been renamed tomain