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

Remove llvmlite.llvmpy after deprecation #876

Merged
merged 2 commits into from
Nov 15, 2022
Merged

Remove llvmlite.llvmpy after deprecation #876

merged 2 commits into from
Nov 15, 2022

Conversation

apmasell
Copy link
Contributor

This module was deprecated and scheduled for deletion in 0.40.

@apmasell apmasell added this to the v0.40.0 milestone Aug 25, 2022
This module was deprecated and scheduled for deletion in 0.40.
bench.py Outdated
@@ -100,26 +100,21 @@ def run_bench(verbose):

if __name__ == "__main__":
if len(sys.argv) != 2:
print("Usage: %s (llvmlite|llvmpy)"
print("Usage: %s llvmlite"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file was for comparing llvmpy (https://github.com/llvmpy/llvmpy) with llvmlite. I think we can remove this file all together now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@sklam sklam closed this Sep 12, 2022
@sklam sklam reopened this Sep 12, 2022
@sklam
Copy link
Member

sklam commented Sep 12, 2022

oops, i accidentally closed the PR

This is not longer required without llvmpy
@sklam sklam merged commit 85ea1b9 into numba:main Nov 15, 2022
@apmasell apmasell deleted the remove_llvmpy branch January 5, 2023 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants