[sage-devel] Re: twisted 11

2011-10-15 Thread Dima Pasechnik
It could have been the haste rather than a pressing necessity to remove this functionality. (unless it was implemented using the now gone web2 module, of which not everything went back into twisted-11 proper). But, indeed, it can be perfectly done with a firewall rather than a built-in feature.

Re: [sage-devel] Re: Options for sage -pkg

2011-10-15 Thread Dima Pasechnik
the smaller the file size, the quicker md5sum on it is done. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-d

[sage-devel] Choosing names for exponential integral type special functions

2011-10-15 Thread Benjamin Jones
In Trac ticket #11143, there is some discussion [1] about the naming of exponential integral type special functions which are added to the global namespace there. Here are the names of the functions which are wrapped in #11143, according to Maxima: expintegral_e (v,z)Exponential integr

[sage-devel] twisted 11

2011-10-15 Thread Jason Grout
I've been looking at Rado's patch to upgrade the sage notebook to twisted 11, and it looks like his patch effectively removes the 'subnets' option from the notebook command: - ``subnets`` -- list of strings (default: None) a list of strings that define subnets; if given, reques

[sage-devel] Re: SIGSEGV during symbolic substitution on long expressions

2011-10-15 Thread Guilherme Brondani Torri
Hi, Just providing a feedback. With the pynac you provided, the substitution passes thru without segfault. I noticed the different ordering. Maybe that is the cause for slightly different float coefficients (after expansion) between the old and new codes acting upon my expressions. If you a

Re: [sage-devel] New PARI (#11130) still needs review

2011-10-15 Thread Jeroen Demeyer
Some notes: > * #11321: Make lcalc compatible with the new PARI. This is Michael Rubinstein's L-function calculator, upstream is at http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/L.html Luckily, for this review it is not necessary to know anything about the workings of the L-function cal

[sage-devel] Re: Updated Live CD sagelive-511-47-rc1.iso

2011-10-15 Thread Emil Widmann
On Oct 15, 8:18 am, Volker Braun wrote: > This only requires netcat and bash :-) > > === > #!/bin/sh > > while true ; do >     echo Waiting for notebook to start up... >     if nc -d -w 0 localhost 8000 ; then > break >     fi >     sleep 1 > done > > echo Starting browser >

[sage-devel] Re: Updated Live CD sagelive-511-47-rc1.iso

2011-10-15 Thread Volker Braun
This only requires netcat and bash :-) === #!/bin/sh while true ; do echo Waiting for notebook to start up... if nc -d -w 0 localhost 8000 ; then break fi sleep 1 done echo Starting browser defaultbrowser http://localhost:8000 -- To post to this group, send

[sage-devel] Re: Updated Live CD sagelive-511-47-rc1.iso

2011-10-15 Thread Emil Widmann
> > then there is a SeaMonkey error because it's waiting for the NB to > > start at localhost:8000 > > I struggled with that briefly, but I couldn't come up with a better > solution so far than just to wait a fixed amount of time > before the start of the browser. Could anyone provide a short snip

[sage-devel] Re: bug in generating regular graphs?

2011-10-15 Thread Dima Pasechnik
It turns out that generating regular graphs is apparently best done via deg_seq parameter. By the way, it is ugly, user-unfriendly, and hard to parse. I'll make a ticket requesting it being changed to degree_sequence. Or at least introducing an alias. -- To post to this group, send an email to