The following changes were made in this release:
TensorConstant
is now a subclass ofTensorVariable
- Code that was previously using
isinstance(..., TensorVariable)
as a means of filtering outTensorConstant
s will need to be updated
- Code that was previously using
- The following config flags have been removed:
gpu_*_elemwise
,warn__inc_subtensor1_opt
,warn__inc_set_subtensor1
,warn__reduce_join
,warn__signal_conv2d_interface
,warn__vm_gc_bug
,warn__gpu_set_subtensor1
,warn__subtensor_merge_bug
,warn__sum_div_dimshuffle_bug
,warn__gpusum_01_011_0111_bug
,warn__argmax_pushdown_bug
,warn__identify_1pexp_bug
. - Fixed a bug in an
aesara.scan
warning message local_1msigmoid
rewrites are applied by defaultPatternSub
will no longer return nodes with different output types- Fixed a bug in
PatternSub
whenget_nodes
andvalues_eq_approx
are specified - Implemented
DeepCopyOp.infer_shape
- Added a
CholeskySolve
Op
- Fixed a scope issue in the C code generated by
UltraFastScalarSigmoid