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

feat: lambdify sympy.Indexed expressions #427

Merged
merged 6 commits into from
Apr 9, 2022

Conversation

redeboer
Copy link
Member

@redeboer redeboer commented Apr 9, 2022

Previously, it was not possible to lambdify SymPy expressions that contain sympy.Indexed symbols (see TR-008). This PR makes it possible to use such expressions with create_function() and related functions.

@redeboer redeboer added the 🐛 Bug Something isn't working label Apr 9, 2022
@redeboer redeboer added this to the 0.4.5 milestone Apr 9, 2022
@redeboer redeboer self-assigned this Apr 9, 2022
@redeboer redeboer merged commit a6406d6 into ComPWA:main Apr 9, 2022
@redeboer redeboer deleted the sympy.Indexed branch April 9, 2022 19:19
@redeboer redeboer changed the title feat: lambdify Sympy.indexed expressions feat: lambdify sympy.Indexed expressions Apr 11, 2022
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