-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
Upgrade to Pynac-0.7.10 #23325
Comments
This comment has been minimized.
This comment has been minimized.
Branch: u/rws/upgrade_to_pynac_0_7_9 |
Author: Ralf Stephan |
This comment has been minimized.
This comment has been minimized.
Commit: |
comment:4
I don't agree with the change to |
Reviewer: Jeroen Demeyer |
comment:5
If you revert the change to |
comment:6
That's a no, because this then needs investigation (doctest fail at src/sage/manifolds/differentiable/diff_form.py:796):
While this is triggered by changes in Pynac that should be addressed it's not clear to me why the division of two scalar fields must go through |
comment:7
I will have a look. |
comment:8
The reason why this is now failing is that the quotient here, which is https://github.com/pynac/pynac/blob/master/ginac/mul.cpp#L702 Removing the call altogether in preliminary testing only fails one doctest involving |
comment:9
I think the best solution here is simply to implement |
Dependencies: #23329 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:13
Correct is 0.7.10 not 2.7.10. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
New commits:
|
Changed branch from u/jdemeyer/23325-1 to |
comment:37
Fails on 32-bit Linux
|
Changed commit from |
comment:38
Okay, I'm installing virtualization (a first) and Ubuntu 32-bit to get the ability to test on 32-bit. |
Changed branch from |
Changed branch from u/rws/b54f51bab33a602448c1b3e2f719fb375661aac3 to |
comment:41
STDERR: error: Server does not allow request for unadvertised object b54f51bab33a602448c1b3e2f719fb375661aac3 So I'll push to my previous branch |
Changed branch from |
Commit: |
comment:44
I think it can just be put back to positive review. Especially if the last fix is the stuff for 32bits problems. |
Changed branch from u/rws/23325-1 to |
In the new version:
PyObject
s; (Upgrade to Pynac-0.7.8 #23134)add::conjugate()
(Doctest: Conjugate does not distribute over a sum #23135)is_real(zeta(real))
set_domain
in symbol constructors (Cache assumptions and only send to Maxima when needed #23138)add.info(negative)
overall_coefficient
shttps://github.com/pynac/pynac/releases/download/pynac-0.7.10/pynac-0.7.10.tar.bz2
Depends on #23329
CC: @kiwifb
Component: packages: standard
Author: Ralf Stephan
Branch/Commit:
5387ba5
Reviewer: Jeroen Demeyer
Issue created by migration from https://trac.sagemath.org/ticket/23325
The text was updated successfully, but these errors were encountered: