Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace aesara.tensor.sub with aesara.tensor.subtract and add deprecation warning and sub alias. #1497

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yahiahamdaoui
Copy link

@yahiahamdaoui yahiahamdaoui commented May 11, 2023

This commit replaces all occurrences of aesara.tensor.sub with aesara.tensor.subtract in all files. A deprecation warning has been added to warn users of the change and an alias sub was added for backward compatibility.

Fixes #1423.

deprecation warning and sub alias. Fixes#1423
This commit replaces all occurences of aesara.tensor.sub with
aesara.tensor.subtract in all files. A deprecation warning has been
added to warn users of the change and an alias 'sub' was added for
backward compatibility.
@brandonwillard brandonwillard added enhancement New feature or request refactor This issue involves refactoring NumPy compatibility labels May 12, 2023
@brandonwillard
Copy link
Member

Thanks for submitting a PR!

It looks like your branch has added a lot of new files. You'll need to remove those first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request NumPy compatibility refactor This issue involves refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace aesara.tensor.sub by aesara.tensor.subtract
2 participants