I'm interested in implementing Weil restriction (restriction of scalars)
for affine schemes. I see from #5569, that there is an implementation for
ideals. I'd like to extend this to affine schemes/points/morphisms. There
is also an aborted attempt of Weil restriction for projective models of
el
- William Stein (cell phone)
On Feb 2, 2015 4:09 PM, "Andrey Novoseltsev" wrote:
>
> Hello,
>
> The following behaviour in 6.5.rc0 breaks my interacts:
>
> sage: def add_sphere(p):
> : p += sphere([1,1,1])
> : print len(p.all)
> :
> sage: p = cube() +cube()
> sage: prin
Hello,
The following behaviour in 6.5.rc0 breaks my interacts:
sage: def add_sphere(p):
: p += sphere([1,1,1])
: print len(p.all)
:
sage: p = cube() +cube()
sage: print len(p.all)
2
sage: add_sphere(p)
3
sage: print len(p.all)
2
i.e. p += ... in a function ha
On Saturday, January 24, 2015 at 6:23:03 PM UTC+1, kcrisman wrote:
>
> Yes. We really really need a place to sell swag.
>
I think spreadshirt.com could be a good place to sell this. Does anyone
have any experience with them?
-- H
--
You received this message because you are subscribed to
I have a professional PyCharm license for sagemath.org development.
The only issue is (or was) that it doesn't support all of Cython... apart
from that, everything works very well.
-- Harald
On Friday, January 30, 2015 at 9:13:07 AM UTC+1, Ralf Stephan wrote:
>
> Hello,
> I'm using IDEs for dev
Am Freitag, 5. Dezember 2014 16:31:33 UTC+1 schrieb Martin R:
> 3) asymptotics.
>
>
Hello everyone!
I just wanted to let everyone know that Clemens Heuberger, Daniel Krenn,
and myself are currently working on improving the situation of asymptotic
expressions in Sage. Ticket #17601 (http://trac.
On Monday, February 2, 2015 at 10:13:39 AM UTC-5, Jakob Kroeker wrote:
>
> - how to recompile only the python and cython part (no pkgs) ?
>
sage -b
> - in case that sage is in a broken state, how to rebuild a single pkgs(
> e.g. Singular) in case a patch file was updated ?
>
sage -f singular
Hello,
I'm currently working on ticket #17254
and sometimes I introduce issues such that even if I fix them after a
failed build trial,
the relevant part gets not rebuild and I'm only be able to recover with a
`make distclean`
question:
- how to recompile only the python and cython part (no
You are right, reference cycles with __del__ methods are treated
differently from reference cycles without __del__ methods. The former are
uncollectable in Python 2.
On Sunday, February 1, 2015 at 12:00:13 PM UTC-5, Nils Bruin wrote:
> So indeed, the running of __del__ methods is not guarantee
Julien,
You did not need to modify anything, since there is already the
facility to send all the gp commands to a log file. The default gp
object is creted by the call gp=Gp() which has no log, but you can
start up other instances,
sage: gp = Gp(logfile="gp-log")
sage: gp("2+2")
4
sage: -d
Exiti
10 matches
Mail list logo