This release introduces the new name Aesara.
The following changes were made in this release:
- Removed numerous unused modules (e.g.
theano.misc
) and outdated documentation - Relocated
Assert
totheano.assert_op
,Rebroadcast
totheano.tensor.basic
, andShape
totheano.tensor.shape
- Relocated tensor type definitions from
theano.tensor.basic
totheano.tensor.type
- Renamed
theano.clone
/theano.scan.utils.clone
totheano.graph.basic.clone_replace
- Moved exception classes defined in
theano.tensor
modules totheano.tensor.exceptions
- Renamed
theano.tensor.nnet.nnet
totheano.tensor.nnet.basic
- Moved
theano.tensor.basic.batched_*dot
functions totheano.tensor.blas
- Moved shape-related
Op
s and functions totheano.tensor.shape
- Moved math-specific
Op
s intotheano.tensor.math
and array-specificOp
s intotheano.tensor.basic
- Renamed
theano.tensor.nnet.bn
totheano.tensor.nnet.batchnorm
- Moved
theano.tensor.inc_code
intotheano.tensor.subtensor
- Moved
theano.sparse_grad
totheano.sparse.sparse_grad
- Moved
theano.tensor.nnet.conv2d
totheano.tensor.nnet.abstract_conv
- Moved
theano.pathparse
totheano.gpuarray
- Renamed
theano.tensor.opt
totheano.tensor.basic_opt
- Moved math-related optimizations to
theano.tensor.math_opt
- Moved
theano.tensor.basic_opt.MakeVector
andmake_vector
totheano.tensor.basic