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

Change diff() & co syntax: diff(f, x, 2) -> diff(f, (x, 2))) #1131

Merged
merged 2 commits into from Mar 19, 2021

Conversation

skirpichev
Copy link
Collaborator

@skirpichev skirpichev commented Mar 17, 2021

@skirpichev skirpichev added this to the 0.13 milestone Mar 17, 2021
@skirpichev skirpichev added core polys enhancement new feature requests (or implementation) labels Mar 17, 2021
@skirpichev skirpichev force-pushed the diff-syntax branch 4 times, most recently from 734c889 to d4bde8a Compare March 19, 2021 08:15
This now follows Mathematica D[] call convention (or Maple's
diff).  Support for differentiation of symbolic order
(see diofant#1066) also would require that change.

More simple testing in test_diff_args().

Closes sympy/sympy#19590
Closes diofant#1029
@skirpichev skirpichev marked this pull request as ready for review March 19, 2021 13:20
@skirpichev skirpichev added bug an unexpected problem or unintended behavior and removed enhancement new feature requests (or implementation) labels Mar 19, 2021
@skirpichev skirpichev merged commit f609b95 into diofant:master Mar 19, 2021
@skirpichev skirpichev deleted the diff-syntax branch March 19, 2021 15:53
@diofant diofant deleted a comment from github-actions bot Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior core polys
Development

Successfully merging this pull request may close these issues.

None yet

1 participant