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

refactor: swap optimized_lambdify implementation #348

Merged
merged 4 commits into from
Nov 23, 2021

Conversation

redeboer
Copy link
Member

Closes #322

The role of _backend_lambdify and _sympy_lambdify is now swapped:

  • _backend_lambdify is now purely a wrapper around sympy.lambdify.
  • _sympy_lambdify offers a switch between _backend_lambdify and optimized_lambdify.

These functions will change further in #292, but this is PR focuses only on the problem describe din #322.

@redeboer redeboer added this to the 0.4.0 milestone Nov 23, 2021
@redeboer redeboer self-assigned this Nov 23, 2021
@redeboer redeboer added the ⚠️ Interface Breaking changes to the API label Nov 23, 2021
@redeboer redeboer enabled auto-merge (squash) November 23, 2021 16:12
@redeboer redeboer merged commit d993488 into ComPWA:main Nov 23, 2021
@redeboer redeboer deleted the swap-optimized-lambdify branch November 23, 2021 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️ Interface Breaking changes to the API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Swap _sympy_lambdify and optimized_lambdify
1 participant