Skip to content

Remove deprecated pytensor.tensor.nnet,signal #124

Closed
@ferrine

Description

@ferrine

Description

python setup.py version
running version
keywords are unexpanded, not using
got version from VCS {'version': '2.8.10+90.g10610f5bb', 'full-revisionid': '10610f5bbe8396cf51791f9c1c46884c75d1df57', 'dirty': False, 'error': None, 'date': '2022-12-13T23:53:11+0300'}
Version: 2.8.10+90.g10610f5bb
 full-revisionid: 10610f5bbe8396cf51791f9c1c46884c75d1df57
 dirty: False
 date: 2022-12-13T23:53:11+0300

I guess we consider to bump version very soon. This module was marked for removal in the nest release.

warnings.warn(
"The module `pytensor.tensor.nnet` is deprecated and will "
"be removed from PyTensor in version 2.9.0",
DeprecationWarning,
stacklevel=2,
)

warnings.warn(
"The module `pytensor.tensor.signal` is deprecated and will "
"be removed from PyTensor in version 2.9.0.",
DeprecationWarning,
stacklevel=2,
)

warnings.warn(
"The module `pytensor.tensor.signal` is deprecated and will "
"be removed from PyTensor in version 2.8.5.",
DeprecationWarning,
stacklevel=2,
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions