[sage-devel] Re: gens and ngens

2008-05-01 Thread Robert Bradshaw
On Apr 30, 2008, at 10:43 PM, David Harvey wrote: Regarding ticket http://sagetrac.org/sage_trac/ticket/3045 can someone explain to me what the gens and ngens methods are supposed to mean? There seems to be a lot of inconsistency. For example: sage: ZZ.gens() (1,) These are the

[sage-devel] Sage 3.0.1-alpha1 released!

2008-05-01 Thread mabshoff
Hello, this release should have been out two days ago, but somehow general slowness and me spending a lot of time on various porting issues did delay this release more than it should have. Gary's pbuild should now be fully functional, but it wasn't made the default build system yet. If you run

[sage-devel] Sage SLES 10 Itanium binaries

2008-05-01 Thread mabshoff
Hi, besides the RHEL 5/Itanium we now also offer SLES 10/Itanium binaries of Sage for each release. There will probably be little deman for this overall compared to the other builds, but since I now have 24/7 dedicated access to such hardware it is and easy way to make sure things work out of

[sage-devel] Re: Sage 3.0.1-alpha1 released!

2008-05-01 Thread Gary Furnish
If you export SAGE_PBUILD=yes before you run make (so that it uses pbuild from the beginning) it is necessary to link site-packages yourself with the following command from $SAGE_ROOT: ln -s devel/sage/build/sage/ local/lib/python/site-packages/sage This will be fixed in rc0. On Thu, May 1,

[sage-devel] Fwd: Fwd: [sage-devel] Re: sloppy mult and div in quaddouble?

2008-05-01 Thread William Stein
Hi, These are some comments from Paul Zimmerman about QuadDouble. -- Forwarded message -- From: Paul Zimmermann [EMAIL PROTECTED] Date: Thu, May 1, 2008 at 3:41 AM Subject: Re: Fwd: [sage-devel] Re: sloppy mult and div in quaddouble? To: William Stein [EMAIL PROTECTED]

[sage-devel] Can't install experimental packages

2008-05-01 Thread Jaap Spies
Was there a change in the repo? PIL-1.1.5 is in experimental, but I get: [EMAIL PROTECTED] sage-2.11]$ ./sage -i PIL-1.1.5 Installing PIL-1.1.5 Calling sage-spkg on PIL-1.1.5 You must set the SAGE_ROOT environment variable or run this script from the SAGE_ROOT or SAGE_ROOT/local/bin/

[sage-devel] Re: Can't install experimental packages

2008-05-01 Thread mabshoff
On May 1, 3:25 pm, Jaap Spies [EMAIL PROTECTED] wrote: Was there a change in the repo? PIL-1.1.5 is in experimental, but I get: SNIP Same with sage-3.0 on two other machines. I just checked the spkg at sagemath.org and it is fine. But look at what is downloaded: [start content] ?xml

[sage-devel] Re: Can't install experimental packages

2008-05-01 Thread mabshoff
On May 1, 3:25 pm, Jaap Spies [EMAIL PROTECTED] wrote: Was there a change in the repo? PIL-1.1.5 is in experimental, but I get: SNIP Same with sage-3.0 on two other machines. I just checked the spkg at sagemath.org and it is fine. But look at what is downloaded: [start content] ?xml

[sage-devel] Re: fast vs viable (offline post)

2008-05-01 Thread Bill Hart
Hi Tim, Thanks for posting the example. It will be more interesting to look at when it is complete, I note for example that something is missing on line 379, there is a typo on line 394 and so far the implementation essentially only defines the category that you want to work in and the algebraic

[sage-devel] Re: fast vs viable (offline post)

2008-05-01 Thread mabshoff
On May 1, 3:57 pm, Bill Hart [EMAIL PROTECTED] wrote: Hi Tim, SNIP Hi Bill, I do have some specific concerns about SAGE: 1) The adequacy of test code to detect corner cases. Yes, but we are getting better at it. For example look at Didier passing an empty Matrix into various routines and

[sage-devel] Re: Can't install experimental packages

2008-05-01 Thread mabshoff
There are two problems here: a) somebody changed the default 404 error page [we know who did it, but no need to name names] b) consequently the download_package command fails since it no longer recognizes the 404 page and the new 404 page is also larger than the magic lower bound for a legal

[sage-devel] Re: fast vs viable (offline post)

2008-05-01 Thread mabshoff
On May 1, 3:57 pm, Bill Hart [EMAIL PROTECTED] wrote: Hi Tim, SNIP The main focus seems to be on fixing bugs related to failing doctests. I forgot to make a very important point here: Failing doctests clearly show that regression testing works. We now have a little under 55,000 or so input

[sage-devel] article for OpenWetWare

2008-05-01 Thread mhampton
Recently I read a nice article on OpenWetWare: http://openwetware.org/wiki/Julius_B._Lucks/Projects/Python_All_A_Scientist_Needs and after writing to the author about Sage he encouraged me to write something on O.W.W. about Sage. I mentioned this in the sage-devel IRC room a couple of weeks ago

[sage-devel] Re: fast vs viable (offline post)

2008-05-01 Thread William Stein
On Thu, May 1, 2008 at 6:57 AM, Bill Hart [EMAIL PROTECTED] wrote: [stuff about docs] IMHO the right thing to do regarding documenting algorithms is to write research papers and books, e.g., like Henri Cohen has done. On the other hand, in the mean time, SAGE has become an enormous project

[sage-devel] Re: Sage 3.0.1-alpha1 released!

2008-05-01 Thread Jaap Spies
mabshoff wrote: Hello, this release should have been out two days ago, but somehow general slowness and me spending a lot of time on various porting issues did delay this release more than it should have. Gary's pbuild should now be fully functional, but it wasn't made the default build

[sage-devel] Fwd: [sage-support] Re: X range (plotting).

2008-05-01 Thread John Cremona
-- Forwarded message -- From: William Stein [EMAIL PROTECTED] Date: 2008/5/1 Subject: [sage-support] Re: X range (plotting). To: [EMAIL PROTECTED] Yes. Use the figsize= option, which takes inches as input: sage: plot(cos(x),1,2).show(xmin=1,xmax=2, ymin=-0.5,ymax=0.5,

[sage-devel] Re: fast vs viable (offline post)

2008-05-01 Thread Bill Hart
On 1 May, 16:32, William Stein [EMAIL PROTECTED] wrote: On Thu, May 1, 2008 at 6:57 AM, Bill Hart [EMAIL PROTECTED] wrote: snip  1) The adequacy of test code to detect corner cases. Same here.  I hope people will write more test code.  By the way, doctests are not the only testing code

[sage-devel] Re: Sage 3.0.1-alpha1 released!

2008-05-01 Thread John Cremona
Gary, that does not work! [EMAIL PROTECTED] SAGE_PBUILD=yes [EMAIL PROTECTED] -s devel/sage/build/sage/ local/lib/python/site-packages/sage ln: creating symbolic link `local/lib/python/site-packages/sage': No such file or directory This is in a freshly unpacked SAGE_ROOT, which does not yet

[sage-devel] Re: Sage 3.0.1-alpha1 released!

2008-05-01 Thread Gary Furnish
The symlink is needed only after make completes when you try to run sage, not to build it. On Thu, May 1, 2008 at 11:18 AM, John Cremona [EMAIL PROTECTED] wrote: Gary, that does not work! [EMAIL PROTECTED] SAGE_PBUILD=yes [EMAIL PROTECTED] -s devel/sage/build/sage/

[sage-devel] Re: Sage 3.0.1-alpha1 released!

2008-05-01 Thread Jaap Spies
mabshoff wrote: Hello, this release should have been out two days ago, but somehow general slowness and me spending a lot of time on various porting issues did delay this release more than it should have. Gary's pbuild should now be fully functional, but it wasn't made the default build

[sage-devel] Re: Sage 3.0.1-alpha1 released!

2008-05-01 Thread Robert Bradshaw
On May 1, 2008, at 11:08 AM, Jaap Spies wrote: mabshoff wrote: Hello, this release should have been out two days ago, but somehow general slowness and me spending a lot of time on various porting issues did delay this release more than it should have. Gary's pbuild should now be fully

[sage-devel] Re: fast vs viable (offline post)

2008-05-01 Thread William Stein
2) The way SAGE handles exceptions and special cases when interfacing with some of the underlying packages. This is a difficult problem. That Sage is able to get any reuse at all out of underlying and external packages is already surprising. The use of underlying packages

[sage-devel] Re: fast vs viable (offline post)

2008-05-01 Thread David Harvey
On May 1, 2008, at 2:42 PM, William Stein wrote: Optimistically, perhaps one indirect contribution in this direction is that Sage being open might make some people a little more aware of the extent to which one must never blindly trust the output of mathematical software. I think having

[sage-devel] Re: Sage 3.0.1-alpha1 released!

2008-05-01 Thread John Cremona
Thanks -- I mistakenly thought pbuild was short for parallel build. If it is not about building Sage, while is it called SAGE_PBUILD? Anyway, can someone remind me what causes this and how to fix it? SAGE build/upgrade complete! [EMAIL PROTECTED]/sage

[sage-devel] Re: fast vs viable (offline post)

2008-05-01 Thread Jason Martin
I think Sage is awesome. I've started using it in my research. I've been using it to teach classes, and I've even forced my students to learn Python (and Linux) in the process. Yes, Sage has lots of bugs, but at least I get to see the code, and if I'm motivated then I can even fix it myself.

[sage-devel] Re: fast vs viable (offline post)

2008-05-01 Thread Bill Page
William, On Thu, May 1, 2008 at 2:42 PM, you wrote: ... [A lot of interesting observations and recommendations about how to do software development in Sage.] Everything you wrote in the this email made extremely good sense to me and I think it deserves to be repeated... You know, I think I

[sage-devel] Re: fast vs viable (offline post)

2008-05-01 Thread Bill Hart
William Stein wrote:  I 100% totally and absolutely agree with Tim Daly that computer  algebra is at the handwaving stage.  As a mathematician concerned with  rigour, I am interested to know what SAGE hopes to do about it. Nothing.  This is certainly not one of my goals of Sage; it's

[sage-devel] Re: Fwd: [sage-support] Re: X range (plotting).

2008-05-01 Thread Jason Grout
John Cremona wrote: -- Forwarded message -- From: William Stein [EMAIL PROTECTED] Date: 2008/5/1 Subject: [sage-support] Re: X range (plotting). To: [EMAIL PROTECTED] Yes. Use the figsize= option, which takes inches as input: sage: plot(cos(x),1,2).show(xmin=1,xmax=2,

[sage-devel] Re: Sage 3.0.1-alpha1 released!

2008-05-01 Thread John Cremona
Doing sage -ba sorted that out. Here is the result of --testall: The following tests failed: sage -t devel/sage/sage/server/simple/twist.py sage -t devel/sage/sage/dsage/tests/testdoc.py Both passed when rerun separately. John Linux host-57-71 2.6.18.8-0.3-default #1 SMP

[sage-devel] Re: fast vs viable (offline post)

2008-05-01 Thread William Stein
On Thu, May 1, 2008 at 1:19 PM, Bill Hart [EMAIL PROTECTED] wrote: William Stein wrote: I 100% totally and absolutely agree with Tim Daly that computer algebra is at the handwaving stage. As a mathematician concerned with rigour, I am interested to know what SAGE hopes to

[sage-devel] ISSAC abstract

2008-05-01 Thread William Stein
Hi, I wrote a new version of my ISSAC talk abstract. What do you think: http://sage.math.washington.edu/home/was/tmp/abstract.pdf -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org --~--~-~--~~~---~--~~ To post to

[sage-devel] Re: ISSAC abstract

2008-05-01 Thread David Joyner
Very good! On Thu, May 1, 2008 at 5:51 PM, William Stein [EMAIL PROTECTED] wrote: Hi, I wrote a new version of my ISSAC talk abstract. What do you think: http://sage.math.washington.edu/home/was/tmp/abstract.pdf -- William Stein Associate Professor of Mathematics University of

[sage-devel] Re: ISSAC abstract

2008-05-01 Thread Bill Page
On Thu, May 1, 2008 at 5:51 PM, William Stein [EMAIL PROTECTED] wrote: Hi, I wrote a new version of my ISSAC talk abstract. What do you think: http://sage.math.washington.edu/home/was/tmp/abstract.pdf This is abstract number 3, right? I hope I got that right. Well, ah ... -1. I thought

[sage-devel] Re: ISSAC abstract

2008-05-01 Thread Roman Pearce
I liked the abstract2 version better. It had a better overview of the project :) --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this

[sage-devel] Re: ISSAC abstract

2008-05-01 Thread root
In the past I have had 2 distributions that I gave away at ISSAC. The first was my Rosetta collection (about 100 open source systems collected onto CDs). Some of these I eventually put on the ISSAC CD itself (I constructed the CD for 2 years). It was distributed by ACM. The second was an Axiom

[sage-devel] Re: Sage 3.0.1-alpha1 released!

2008-05-01 Thread David Joyner
On an ubuntu 7.10amd64 machine: The following tests failed: sage -t devel/sage/sage/server/simple/twist.py Total time for all tests: 4833.6 seconds Please see /home/wdj/wdj/sagefiles/sage-3.0.1.alpha1/tmp/test.log for the complete log from this test. [EMAIL

[sage-devel] Re: Sage 3.0.1-alpha1 released!

2008-05-01 Thread Willem Jan Palenstijn
On Thu, May 01, 2008 at 04:12:36AM -0600, Gary Furnish wrote: If you export SAGE_PBUILD=yes before you run make (so that it uses pbuild from the beginning) it is necessary to link site-packages yourself with the following command from $SAGE_ROOT: ln -s devel/sage/build/sage/

[sage-devel] Re: fast vs viable (offline post)

2008-05-01 Thread Ondrej Certik
On Thu, May 1, 2008 at 11:34 PM, William Stein [EMAIL PROTECTED] wrote: On Thu, May 1, 2008 at 1:19 PM, Bill Hart [EMAIL PROTECTED] wrote: William Stein wrote: I 100% totally and absolutely agree with Tim Daly that computer algebra is at the handwaving stage. As a

[sage-devel] Re: ISSAC abstract

2008-05-01 Thread Robert Bradshaw
On May 1, 2008, at 2:51 PM, William Stein wrote: Hi, I wrote a new version of my ISSAC talk abstract. What do you think: http://sage.math.washington.edu/home/was/tmp/abstract.pdf I think the previous abstract (version 2) is much better--this abstract seems more a reaction to the recent

[sage-devel] Re: ISSAC abstract

2008-05-01 Thread root
You might consider designating a particular snapshot (say, 3.0) that you plan to package and build onto CDs. If they use Alfredo Portes's Doyen Live CD then people can just boot up their laptops and have Sage running live immediately. In fact, If you used the Live CD to give your talk

[sage-devel] Re: ISSAC abstract

2008-05-01 Thread root
Though I've never been to ISSAC (someone who has been, correct me if I'm wrong), I get the impression that many of the people there would have little C programs and scripts that they use/develop for research. If this is the case then I think it would be worthwhile expanding on the

[sage-devel] Re: Sage 3.0.1-alpha1 released!

2008-05-01 Thread mabshoff
On May 1, 9:02 pm, John Cremona [EMAIL PROTECTED] wrote: Hi John, Thanks -- I mistakenly thought pbuild was short for parallel build. Yes, it is meant to emphasize the parallel nature. Gary builds routinely with 8 cores on his box and it cuts down the build time in a linear fashion.  If it

[sage-devel] Re: ISSAC abstract

2008-05-01 Thread William Stein
On Thu, May 1, 2008 at 4:05 PM, Robert Bradshaw [EMAIL PROTECTED] wrote: On May 1, 2008, at 2:51 PM, William Stein wrote: Hi, I wrote a new version of my ISSAC talk abstract. What do you think: http://sage.math.washington.edu/home/was/tmp/abstract.pdf I think the previous

[sage-devel] Re: ISSAC abstract

2008-05-01 Thread Timothy Clemans
I'm not pissed off about it in fact I think it is a great introduction to Sage. I particularly like the last line. Great job! On Thu, May 1, 2008 at 5:49 PM, William Stein [EMAIL PROTECTED] wrote: On Thu, May 1, 2008 at 4:05 PM, Robert Bradshaw [EMAIL PROTECTED] wrote: On May 1,

[sage-devel] Re: ISSAC abstract

2008-05-01 Thread David Joyner
Looks good to me. I think Python is actually in the top 5 languages now, isn't it? Maybe Perl is 5 and Python is 6? In any case, my only suggestion is to emphasize the point that *you* needed an alternative to the M's by pointing out somehow that (a) the others are propritary and therefore not

[sage-devel] Re: ISSAC abstract

2008-05-01 Thread Craig Citro
Let me know what you think.It will probably piss off everybody, but I guarantee you it is the most honest thing I've ever written about Sage. I like it a lot -- but maybe I'm the choir. :) I can only think of one thing I'd like to see added: a short list highlighting a few of the

[sage-devel] Re: ISSAC abstract

2008-05-01 Thread Jason Grout
William Stein wrote: On Thu, May 1, 2008 at 4:05 PM, Robert Bradshaw [EMAIL PROTECTED] wrote: On May 1, 2008, at 2:51 PM, William Stein wrote: Hi, I wrote a new version of my ISSAC talk abstract. What do you think: http://sage.math.washington.edu/home/was/tmp/abstract.pdf

[sage-devel] Re: Fwd: [sage-support] Re: X range (plotting).

2008-05-01 Thread Dan Drake
On Thu, 01 May 2008 at 06:05PM +0100, John Cremona wrote: -- Forwarded message -- From: William Stein [EMAIL PROTECTED] Date: 2008/5/1 Subject: [sage-support] Re: X range (plotting). To: [EMAIL PROTECTED] Yes. Use the figsize= option, which takes inches as input: sage:

[sage-devel] Re: ISSAC abstract

2008-05-01 Thread Dan Drake
On Thu, 01 May 2008 at 05:49PM -0700, William Stein wrote: Thanks for your patience with my experiments. Please see abstract number 3: http://sage.math.washington.edu/home/was/tmp/abstract3.pdf Let me know what you think.It will probably piss off everybody, but I guarantee you it

[sage-devel] Re: ISSAC abstract

2008-05-01 Thread William Stein
On Thu, May 1, 2008 at 6:19 PM, David Joyner [EMAIL PROTECTED] wrote: Looks good to me. I think Python is actually in the top 5 languages now, isn't it? Maybe Perl is 5 and Python is 6? In the latest TIOBE ranking it is #7:

[sage-devel] Re: Fwd: Fwd: [sage-devel] Re: sloppy mult and div in quaddouble?

2008-05-01 Thread Francois
On May 2, 12:51 am, William Stein [EMAIL PROTECTED] wrote: Hi, These are some comments from Paul Zimmerman about QuadDouble. -- Forwarded message -- From: Paul Zimmermann [EMAIL PROTECTED] Date: Thu, May 1, 2008 at 3:41 AM Subject: Re: Fwd: [sage-devel] Re: sloppy mult and