github aesara-devs/aesara rel-2.0.0
Aesara

latest releases: rel-2.9.3, rel-2.9.2, rel-2.9.1...
3 years ago

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 to theano.assert_op, Rebroadcast to theano.tensor.basic, and Shape to theano.tensor.shape
  • Relocated tensor type definitions from theano.tensor.basic to theano.tensor.type
  • Renamed theano.clone/theano.scan.utils.clone to theano.graph.basic.clone_replace
  • Moved exception classes defined in theano.tensor modules to theano.tensor.exceptions
  • Renamed theano.tensor.nnet.nnet to theano.tensor.nnet.basic
  • Moved theano.tensor.basic.batched_*dot functions to theano.tensor.blas
  • Moved shape-related Ops and functions to theano.tensor.shape
  • Moved math-specific Ops into theano.tensor.math and array-specific Ops into theano.tensor.basic
  • Renamed theano.tensor.nnet.bn to theano.tensor.nnet.batchnorm
  • Moved theano.tensor.inc_code into theano.tensor.subtensor
  • Moved theano.sparse_grad to theano.sparse.sparse_grad
  • Moved theano.tensor.nnet.conv2d to theano.tensor.nnet.abstract_conv
  • Moved theano.pathparse to theano.gpuarray
  • Renamed theano.tensor.opt to theano.tensor.basic_opt
  • Moved math-related optimizations to theano.tensor.math_opt
  • Moved theano.tensor.basic_opt.MakeVector and make_vector to theano.tensor.basic

Don't miss a new aesara release

NewReleases is sending notifications on new releases.