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

Add sub-package-level deprecations #1434

Merged

Conversation

brandonwillard
Copy link
Member

This PR allows deprecations to be accessed via sub-packages (e.g. aesara.tensor.true_div instead of aesara.tensor.math.true_div).

@brandonwillard brandonwillard added the bug Something isn't working label Feb 15, 2023
@brandonwillard brandonwillard self-assigned this Feb 15, 2023
@brandonwillard brandonwillard enabled auto-merge (rebase) February 15, 2023 23:48
@codecov
Copy link

codecov bot commented Feb 16, 2023

Codecov Report

Merging #1434 (9e3c2f9) into main (2f9a9e6) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1434      +/-   ##
==========================================
+ Coverage   74.72%   74.75%   +0.02%     
==========================================
  Files         194      194              
  Lines       49877    49896      +19     
  Branches    10549    10553       +4     
==========================================
+ Hits        37273    37298      +25     
+ Misses      10274    10270       -4     
+ Partials     2330     2328       -2     
Impacted Files Coverage Δ
aesara/tensor/math.py 90.68% <ø> (+0.26%) ⬆️
aesara/scalar/__init__.py 100.00% <100.00%> (ø)
aesara/scalar/basic.py 79.16% <100.00%> (+0.12%) ⬆️
aesara/tensor/__init__.py 96.29% <100.00%> (+0.74%) ⬆️

@brandonwillard brandonwillard merged commit ead2c02 into aesara-devs:main Feb 16, 2023
@brandonwillard brandonwillard deleted the add-package-level-deprecations branch February 16, 2023 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant