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

Allow users to build Amplitudes in Python #31

Open
denehoffman opened this issue Dec 7, 2024 · 0 comments
Open

Allow users to build Amplitudes in Python #31

denehoffman opened this issue Dec 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@denehoffman
Copy link
Owner

This is currently sort of possible to implement, but it won't be very useful due to the GIL. I did this in rustitude and the same thing can work here, but I don't really want to implement it till freethreading Python becomes available in PyO3 (it currently is, but rust-numpy doesn't yet support it). When this is solved, it shouldn't be terribly hard to implement, but I'm not sure how easy it will be to use.

@denehoffman denehoffman added the enhancement New feature or request label Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant