This release contains:
- The removal of
theano.dot
(usetheano.tensor.dot
, instead) - A fixed
Elemwise
fusion forOp
s without C implementations - New modules
theano.scan
andtheano.compile.function
that replacetheano.scan_module
andtheano.compile.function_module
, respectively - A
theano.tensor.extra_ops.broadcast_to
Op
for NumPy'snumpy.broadcast_to
- A JAX conversion for the
Eye
Op