Closed eendebakpt closed 1 year ago
Base: 93.40% // Head: 93.40% // Increases project coverage by +0.00%
:tada:
Coverage data is based on head (
052899a
) compared to base (2479279
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
@eendebakpt Thanks -- yes, let's deprecate those!
In numpy 1.24 a couple of aliases have been deprecated. In this PR we add the deprecated aliases to the list so they are not added to the asteval symbol table (and they do not generate warnings when asteval is used with numpy 1.24).
If these aliases are still in use and we do not want to remove them, we could create a PR what suppresses the warnings during addition for these elements.
@newville