Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 773901 - dev-python/theano-pymc-2.0.1: bump (and rename to aesara?)
Summary: dev-python/theano-pymc-2.0.1: bump (and rename to aesara?)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-03-02 00:46 UTC by Sam James
Modified: 2021-03-03 11:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-03-02 00:46:36 UTC
2.0.0:
"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"

2.0.1:
"The following changes were made in this release:

Gamma functions now return nan
New inplace gamma functions were added
FunctionGraph now makes a shallow copy of its outputs argument
FunctionGraph now has an option to add missing inputs automatically
The method COp.python_constant_folding was removed
aesara.tensor.as_tensor_function is now a functools.singledispatch function"
Comment 1 Larry the Git Cow gentoo-dev 2021-03-03 11:40:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8957a1f52af73f5442a7646b81bd3e4c750a39d0

commit 8957a1f52af73f5442a7646b81bd3e4c750a39d0
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2021-03-02 18:32:12 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2021-03-03 11:40:38 +0000

    dev-python/aesara: Another rename of theano (version 2.0.1)
    
    Closes: https://bugs.gentoo.org/773901
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Closes: https://github.com/gentoo/gentoo/pull/19741
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/aesara/Manifest            |  1 +
 dev-python/aesara/aesara-2.0.1.ebuild | 59 +++++++++++++++++++++++++++++++++++
 dev-python/aesara/metadata.xml        | 13 ++++++++
 3 files changed, 73 insertions(+)