-
Notifications
You must be signed in to change notification settings - Fork 110
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
FIX: sympy 1.1 compatibility #108
Conversation
…y 1.1 import changes. Fixes gh-105.
Can you remind me why we are import checking rather than just Something about python 3.4 support, right? |
Why break backcompat when you can keep it with a two line check?
And I think Python 3.4 support will be going away soon when IPOPT starts getting merged.
|
That's fine. Still some failing tests here |
Warning testing is independent of the number of warnings raised and depends instead on specific string fragments.
Warning testing is independent of the number of warnings raised and depends instead on specific string fragments.
…y 1.1 import changes. Fixes gh-105.
…into fix_sympy11
…inity' on MSVC compilers
Looks like Mac builds are failing on travis, but everything else looks ok. |
|
Tracking issue: sympy/sympy#12895 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Open issue to pin version to >1.1 on upstream fix of gmpy in SymPy
Based on separate discussion, we think this is suitable for merge. We'll work with upstream to get the issue with gmpy2 fixed. |
Fixes gh-105.