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

Fixes for upcoming SymPy 1.4 #948

Merged
merged 5 commits into from Mar 23, 2019
Merged

Fixes for upcoming SymPy 1.4 #948

merged 5 commits into from Mar 23, 2019

Conversation

cbm755
Copy link
Collaborator

@cbm755 cbm755 commented Mar 23, 2019

Many thanks to @nickovs upstream in sympy/sympy#15985, we now print -x + 1 as 1 - x which looks much nicer in many places. This requires some doctest updates.

A few other updates based on upstream changes for the upcoming SymPy 1.4.

Previously, these were printed as "-x + 1" which isn't as nice.
We need to protect the doctests by version, but they will pass on
master (and thus with the next release).
In some cases we need to XFAIL instead b/c the result of the test
is used in a later test.
@cbm755 cbm755 merged commit 3f13bc3 into master Mar 23, 2019
@cbm755 cbm755 deleted the 1minusX branch March 23, 2019 15:54
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.

None yet

1 participant