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

SymPy 1.12 #1256

Merged
merged 5 commits into from
May 17, 2023
Merged

SymPy 1.12 #1256

merged 5 commits into from
May 17, 2023

Conversation

alexnick83
Copy link
Contributor

@alexnick83 alexnick83 commented May 17, 2023

Fixes for compatibility with SymPy 1.12.

The main issue concerns symbolic substitution. In SymPy 1.12, the new values are sympified with strict=True, which allows the sympification of only scalar values (no None values, Callables. Iterables, and strings). This PR addressed the issue in the following manner:

  • None values, Callables, and Iterables are filtered out from the replacement dictionaries since it is unlikely that their corresponding old values need to be replaced.
  • Strings are first converted to sympy.symbols since they should be symbol names.

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
… symbols and filter out Callables and Iterables.
@alexnick83 alexnick83 requested a review from tbennun May 17, 2023 16:49
@alexnick83 alexnick83 marked this pull request as ready for review May 17, 2023 16:49
@alexnick83 alexnick83 merged commit 5e32afe into master May 17, 2023
@alexnick83 alexnick83 deleted the sympy-112 branch May 17, 2023 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants