[sage-devel] Re: Thoughts on wording if someone tries to build Sage on HP-UX. AIX, tru64 etc.

2009-09-23 Thread Minh Nguyen
Hi David, On Thu, Sep 24, 2009 at 4:39 PM, Dr. David Kirkby wrote: > Is there anyone else who agrees or disagrees with putting messages to > encourage those trying Sage on other OS's? I strongly agree. Ideally Sage should run on FreeBSD, Solaris (SPARC and x86), and other exotic systems. Not

[sage-devel] Re: Where can I find the inner sage code ?

2009-09-23 Thread William Stein
On Wed, Sep 23, 2009 at 10:11 AM, Francois Maltey wrote: > > Hi, > > I'm testing sage, the expressions and I play with expr.expand(). > > After test = 3*x, I find test.expand? and get the help text, and > test.expand?? and the main call about expand. > > Then emacs goes to expression.pyx at the l

[sage-devel] Re: Thoughts on wording if someone tries to build Sage on HP-UX. AIX, tru64 etc.

2009-09-23 Thread William Stein
On Wed, Sep 23, 2009 at 11:39 PM, Dr. David Kirkby wrote: > > Jason Grout wrote: >> Dr. David Kirkby wrote: >> >>> 2) You are attempting to build Sage on HP-UX. While there are no plans >>> to support HP-UX, if you want to port Sage to HP-UX, the Sage community >>> would appreciate that, and give

[sage-devel] Re: Thoughts on wording if someone tries to build Sage on HP-UX. AIX, tru64 etc.

2009-09-23 Thread Dr. David Kirkby
Jason Grout wrote: > Dr. David Kirkby wrote: > >> 2) You are attempting to build Sage on HP-UX. While there are no plans >> to support HP-UX, if you want to port Sage to HP-UX, the Sage community >> would appreciate that, and give you what support they can. Any patches >> you are able to submi

[sage-devel] Re: n(list)

2009-09-23 Thread William Stein
On Wed, Sep 23, 2009 at 11:14 PM, Rado wrote: > > I am not sure if I get a vote, but I wanted to say my opinion as more > of a Sage user than developer. > > Since n() is type conversion of sorts, I would expect it to behave > similar to python's int() function. Which means just give error if you

[sage-devel] Re: n(list)

2009-09-23 Thread Rado
I am not sure if I get a vote, but I wanted to say my opinion as more of a Sage user than developer. Since n() is type conversion of sorts, I would expect it to behave similar to python's int() function. Which means just give error if you pass it a list (to remind you to use map). "explicit is be

[sage-devel] Re: Exterior algebra (again)

2009-09-23 Thread Michael Brickenstein
Hi! On 23 Sep., 11:07, mmarco wrote: > I have to do some computations in an exterior algebra, and i have seen > that it is not yet implemented in sage, but there is some work in that > direction. My question is: will this feature be implemented in sage > 4.1.2? If so, how complete will it be?.

[sage-devel] Re: n(list)

2009-09-23 Thread Craig Citro
>>> The question is, do we want this case to also raise an error, or the >>> function n() to iterate over the argument when it's iterable? >> >> Why is there list comprehension in Python? I am "-1" concerning >> iteration over the argument. > > Would it be pythonic enough to have n(pi/2,pi,2*pi) r

[sage-devel] Re: n(list)

2009-09-23 Thread William Stein
On Wed, Sep 23, 2009 at 8:20 PM, Jason Grout wrote: > > Nils Bruin wrote: >> On Sep 8, 3:38 am, Jason Grout wrote: >>> Would it be pythonic enough to have n(pi/2,pi,2*pi) return a list of >>> three values?  That way we could do: >>> >>> n(*my_list) >>> >>> Note that min, max, and other functions

[sage-devel] Re: IRC logs for #sage-devel?

2009-09-23 Thread Craig Citro
>> I would go so far as to recommend >> that we auto-email the logs each day to sage-devel. >> Note that typically less than 20 people are logged into #sage-devel at >> any time, and there is no posted log, so the people that benefit from >> #sage-devel are about 2% of the subscribers to the sage-

[sage-devel] Re: n(list)

2009-09-23 Thread Jason Grout
Nils Bruin wrote: > On Sep 8, 3:38 am, Jason Grout wrote: >> Would it be pythonic enough to have n(pi/2,pi,2*pi) return a list of >> three values? That way we could do: >> >> n(*my_list) >> >> Note that min, max, and other functions work something like this, in >> that they accept a variable num

[sage-devel] Re: Review Day next Tuesday (22 Sep)

2009-09-23 Thread Robert Bradshaw
On Sep 22, 2009, at 8:51 AM, Jason Grout wrote: > Tim Joseph Dumol wrote: >> Sorry, I mean't we *can't* use it without a bit of modification. > > > A google search for "rietveld mercurial" shows lots of work on this > problem. Very cool. As mentioned, I used this system all summer, and it is

[sage-devel] Re: n(list)

2009-09-23 Thread Robert Bradshaw
On Sep 23, 2009, at 7:57 PM, Nils Bruin wrote: > On Sep 8, 3:38 am, Jason Grout wrote: >> Would it be pythonic enough to have n(pi/2,pi,2*pi) return a list of >> three values? That way we could do: >> >> n(*my_list) >> >> Note that min, max, and other functions work something like this, in >> t

[sage-devel] Re: n(list)

2009-09-23 Thread Nils Bruin
On Sep 8, 3:38 am, Jason Grout wrote: > Would it be pythonic enough to have n(pi/2,pi,2*pi) return a list of > three values?  That way we could do: > > n(*my_list) > > Note that min, max, and other functions work something like this, in > that they accept a variable number of arguments. They do,

[sage-devel] Re: IRC logs for #sage-devel?

2009-09-23 Thread Marshall Hampton
I have mixed feelings but in general I think it would be good to log. Knowing that it is logged will affect how I interact with it - I would say fewer personal things - but I have learned a huge amount from #sage-devel and it could be of great use to other people. So, overall, +1 to a formal log.

[sage-devel] Re: n(list)

2009-09-23 Thread Marshall Hampton
I think it would be great if n() and other functions mapped to a list. I don't see the downside, but maybe I am missing something. -Marshall On Sep 8, 5:38 am, Jason Grout wrote: > Simon King wrote: > > Hi Burcin, > > > On Sep 8, 11:21 am, Burcin Erocal wrote: > >> I would call it a bug, a si

[sage-devel] Re: Behavior of solve

2009-09-23 Thread Jason Grout
Robert Bradshaw wrote: >> >> What i do understand is that for example elements in QQBar should be >> represented by symbols (sqrt(2) instead of a numerical value 1,... or >> pi instead of 3.14... ). > > The problem is that most elements of QQBar can't be represented this > way, and even if t

[sage-devel] Re: Behavior of solve

2009-09-23 Thread rjf
If you want to look at possible definitions of solve that have been refined more recently than Maxima's solve, you can look at Mathematica's Solve, NSolve, RSolve, Reduce, and maybe some others like Eliminate. Maxima's solve dates to 1971, but there is also linsolve, algsys, realroots, and some o

[sage-devel] Re: Behavior of solve

2009-09-23 Thread Robert Bradshaw
On Sep 22, 2009, at 3:20 PM, x x wrote: > Hi Burcin, > > Thanks for the explanation! > >> "Symbolic ring" is an unfortunate name. It doesn't mean much from the >> "mathematical point of view." It's just where all the symbolic stuff >> live in Sage. Maybe we should call it symbolic parent. > > I a

[sage-devel] Re: Sage not properly catching GAP errors?

2009-09-23 Thread Minh Nguyen
Hi Simon, On Wed, Sep 23, 2009 at 10:01 PM, Simon King wrote: > If Frank allows, I will post his example on ticket #7001, and probably > the ticket should be closed afterwards, labeled "reported upstream" > and marked "invalid". Or what is the usual procedure? That is the usual procedure for

[sage-devel] Re: IRC logs for #sage-devel?

2009-09-23 Thread Robert Bradshaw
On Sep 23, 2009, at 2:24 PM, William Stein wrote: > > On Wed, Sep 23, 2009 at 2:20 PM, Rob Beezer > wrote: >> >> +/- 0 to logging. I can argue both sides. >> >> On the one hand, I know I have seen things on #sage-devel that I >> think >> would be better off not being posted and indexed - in

[sage-devel] Re: Sage 4.1.2.alpha2 doctest failures on Mandriva

2009-09-23 Thread Minh Nguyen
Hi Jaap, On Thu, Sep 24, 2009 at 2:43 AM, Jaap Spies wrote: > I had the same failures on Fedora 11, 32 bit Felix Lawrence has uploaded a patch at ticket #6999 [1] to fix the 32- versus 64-bit issues caused by these doctests: sage -t -long "devel/sage/sage/interfaces/expect.py" sage -t -long

[sage-devel] Re: sage notebook project: status report

2009-09-23 Thread Paulo César Pereira de Andrade
2009/9/22 William Stein : > > Hi, > > I was able to create a limited functionality separated sage notebook so far: > >  http://sage.math.washington.edu/home/wstein/patches/sagenb/ > > One key thing I did was abstract out how the worksheets communicate > with another python process.  I then did a r

[sage-devel] Re: Graphical Physics Program Suggestions

2009-09-23 Thread Fernando Perez
On Wed, Sep 23, 2009 at 4:41 AM, Prabhu Ramachandran wrote: > Thanks Fernando.  The speed issue is still true but I wouldn't blame > traits since that isn't the source of the bottleneck. I think there are > a little too many events and too many renders. I have not had the time > to profile it car

[sage-devel] Re: n(list)

2009-09-23 Thread Robert Bradshaw
On Sep 8, 2009, at 3:38 AM, Jason Grout wrote: > Simon King wrote: >> Hi Burcin, >> >> On Sep 8, 11:21 am, Burcin Erocal wrote: >>> I would call it a bug, a side effect of trying to convert the >>> argument >>> to a complex number as a last resort. >> >> No, it is documented, at least implicit

[sage-devel] femhub 0.9.7 released

2009-09-23 Thread Ondrej Certik
Hi, I just released FEMhub 0.9.7. web page: http://femhub.org/ Our mission: To create an open-source distribution featuring many finite element codes, along with a web notebook and a unified Python interface. We want FEMhub to become an alternative to commercial FEM codes. Source + binaries ar

[sage-devel] Re: IRC logs for #sage-devel?

2009-09-23 Thread Timothy Clemans
On Wed, Sep 23, 2009 at 2:33 PM, Rob Beezer wrote: > > On Sep 23, 2:24 pm, William Stein wrote: >> For the Sage project I think it would *best* if we changed our >> behavior on #sage-devel and make the #sage-devel logs public and >> searchable.   The benefit to the project overall is that less g

[sage-devel] Re: survey: how many "cpus" do you have?

2009-09-23 Thread Dr. David Kirkby
William Stein wrote: > On Wed, Sep 23, 2009 at 10:31 AM, John H Palmieri > wrote: >> On Sep 23, 6:27 am, Dan Drake wrote: >>> On Wed, 23 Sep 2009 at 01:55PM +0100, Dr. David Kirkby wrote: I will need to build Sage again on 't2' and let you know what it gives on that, as it may be 2, 16

[sage-devel] Re: IRC logs for #sage-devel?

2009-09-23 Thread Rob Beezer
On Sep 23, 2:24 pm, William Stein wrote: > For the Sage project I think it would *best* if we changed our > behavior on #sage-devel and make the #sage-devel logs public and > searchable.   The benefit to the project overall is that less gets > discussed "in secret", process -- such as release man

[sage-devel] Re: IRC logs for #sage-devel?

2009-09-23 Thread William Stein
On Wed, Sep 23, 2009 at 2:20 PM, Rob Beezer wrote: > > +/- 0 to logging.  I can argue both sides. > > On the one hand, I know I have seen things on #sage-devel that I think > would be better off not being posted and indexed - in particular, a > flamer and a naive-sage-support-poster being critiqu

[sage-devel] Re: IRC logs for #sage-devel?

2009-09-23 Thread William Stein
On Wed, Sep 23, 2009 at 2:18 PM, William Stein wrote: > On Wed, Sep 23, 2009 at 1:44 PM, Harald Schilly > wrote: >> >> On Sep 23, 10:23 pm, Tim Joseph Dumol wrote: >>> #sagemath... >> >> about that channel, i registered it because it seems to be a good fit >> in the name with sagemath.org and s

[sage-devel] Re: IRC logs for #sage-devel?

2009-09-23 Thread Rob Beezer
+/- 0 to logging. I can argue both sides. On the one hand, I know I have seen things on #sage-devel that I think would be better off not being posted and indexed - in particular, a flamer and a naive-sage-support-poster being critiqued. Nothing necessarily wrong with that, mostly folks blowing

[sage-devel] Re: IRC logs for #sage-devel?

2009-09-23 Thread William Stein
On Wed, Sep 23, 2009 at 1:44 PM, Harald Schilly wrote: > > On Sep 23, 10:23 pm, Tim Joseph Dumol wrote: >> #sagemath... > > about that channel, i registered it because it seems to be a good fit > in the name with sagemath.org and similar. some are OPs (i.e. it is a > moderated channel) there and

[sage-devel] Re: IRC logs for #sage-devel?

2009-09-23 Thread Harald Schilly
On Sep 23, 10:23 pm, Tim Joseph Dumol wrote: > #sagemath... about that channel, i registered it because it seems to be a good fit in the name with sagemath.org and similar. some are OPs (i.e. it is a moderated channel) there and we should discuss to make this the official channel. i think it's b

[sage-devel] Re: sage notebook project: status report

2009-09-23 Thread Tim Joseph Dumol
04:11 < timdumol> wstein-3852: Oh, I've been looking through the sagenb code, and I noticed that WorksheetProcess is an old-style object (doesn't inherity from object). Also, `misc/sageinspect.py` has been patched in 4.1.2.alpha2, and the changes are not yet reflected in the one y

[sage-devel] Re: IRC logs for #sage-devel?

2009-09-23 Thread Jaap Spies
William Stein wrote: > On Wed, Sep 23, 2009 at 12:35 PM, kcrisman wrote: >>> There are privacy issues at play here -- I would like some debate >>> about this before we go ahead. Personally, I think #sage-devel should >>> be logged, because it's a development channel, but there is a great >>> dea

[sage-devel] Re: IRC logs for #sage-devel?

2009-09-23 Thread Tim Joseph Dumol
+1 for logging. Any flames, we can use #sagemath, or a new channel for. I would love to have at least see yesterday's logs posted. I saw a bit of it, but I forgot to save my logs. On Thu, Sep 24, 2009 at 4:14 AM, William Stein wrote: > > On Wed, Sep 23, 2009 at 12:35 PM, kcrisman wrote: > > >

[sage-devel] Re: Graphical Physics Program Suggestions

2009-09-23 Thread Jaap Spies
Fernando Perez wrote: > On Tue, Sep 22, 2009 at 11:14 AM, kstueve wrote: >> An example of the desired functionality is to either with a few lines >> of code from within a Sage worksheet, or by clicking buttons in a >> graphical user interface (GUI) create a physics problem with >> components such

[sage-devel] Re: IRC logs for #sage-devel?

2009-09-23 Thread William Stein
On Wed, Sep 23, 2009 at 12:35 PM, kcrisman wrote: > >> There are privacy issues at play here -- I would like some debate >> about this before we go ahead.  Personally, I think #sage-devel should >> be logged, because it's a development channel, but there is a great >> deal of personal information

[sage-devel] units package

2009-09-23 Thread William Stein
Hi, A first version -- without any documentation! -- of units is now up at http://trac.sagemath.org/sage_trac/ticket/3852 It's installed on http://alpha.sagenb.org. sage: units. sage: unis.mass. sage: units.mass.gram? <> sage: s = 13 * var('a') * units.mass.gram/units.area.barn^2; s 13*a*gr

[sage-devel] Re: IRC logs for #sage-devel?

2009-09-23 Thread kcrisman
> There are privacy issues at play here -- I would like some debate   > about this before we go ahead.  Personally, I think #sage-devel should   > be logged, because it's a development channel, but there is a great   > deal of personal information exchanged in that venue. -1. At least for me, I

[sage-devel] Re: survey: how many "cpus" do you have?

2009-09-23 Thread William Stein
On Wed, Sep 23, 2009 at 10:31 AM, John H Palmieri wrote: > > On Sep 23, 6:27 am, Dan Drake wrote: >> On Wed, 23 Sep 2009 at 01:55PM +0100, Dr. David Kirkby wrote: >> > I will need to build Sage again on 't2' and let you know what it gives >> > on that, as it may be 2, 16 or 128! >> >> I download

[sage-devel] Fwd: Sage Participation at Educause 2009

2009-09-23 Thread William Stein
Hi, I am curious if anybody can go to the Educause 2009 conference in Denver,CO. Sun was really hoping there could be some Sage representation, and I can't go. See below if you're interested. William -- Forwarded message -- From: Corinne Cho-Beaulieu Date: Wed, Sep 23, 2009

[sage-devel] Re: update on femhub windows port

2009-09-23 Thread Ondrej Certik
On Mon, Sep 21, 2009 at 12:20 PM, Ondrej Certik wrote: > Hi, > > I passed my PhD comps! so I started to work on the femhub windows port > (cygwin) and it's *almost* there. Lots of packages need to be fixed, > we worked on that with William and Dan Drake yesterday, so > > gpg et. al > numpy > matp

[sage-devel] Re: survey: how many "cpus" do you have?

2009-09-23 Thread John H Palmieri
On Sep 23, 6:27 am, Dan Drake wrote: > On Wed, 23 Sep 2009 at 01:55PM +0100, Dr. David Kirkby wrote: > > I will need to build Sage again on 't2' and let you know what it gives > > on that, as it may be 2, 16 or 128! > > I downloaded Python 2.6.2 to 't2', built it, and ran > multiprocessing.cpu_co

[sage-devel] Where can I find the inner sage code ?

2009-09-23 Thread Francois Maltey
Hi, I'm testing sage, the expressions and I play with expr.expand(). After test = 3*x, I find test.expand? and get the help text, and test.expand?? and the main call about expand. Then emacs goes to expression.pyx at the lines defining the interface (outer) function expand. In this code I fi

[sage-devel] Re: IRC logs for #sage-devel?

2009-09-23 Thread Nick Alexander
On 23-Sep-09, at 9:40 AM, William Stein wrote: > > On Wed, Sep 23, 2009 at 3:14 AM, Tim Dumol wrote: >> >> Are there any IRC logs up for #sage-devel? If there isn't, then >> perhaps we can have a bot (http://www.eggheads.org/) do logging >> automatically, and have them automatically posted onli

[sage-devel] Re: survey: how many "cpus" do you have?

2009-09-23 Thread Nick Alexander
> This seems to give reasonable numbers for my iMac, an ubuntu box I > sometimes use, and sage.math. Does it give bad numbers for your > computer? sage: import multiprocessing sage: multiprocessing.cpu_count() 2 sage: !uname -a Darwin pv139204.reshsg.uci.edu 9.7.0 Darwin Kernel Version 9.7.0: Tu

[sage-devel] Re: Sage 4.1.2.alpha2 doctest failures on Mandriva

2009-09-23 Thread Jaap Spies
Jaap Spies wrote: > Minh Nguyen wrote: >> Hi folks, >> > > I had the same failures on Fedora 11, 32 bit > > Jaap > > In addition I get a message: -- | Sage Version 4.1.2.alpha2, Release Date: 2009-09-21| | Ty

[sage-devel] Re: Sage 4.1.2.alpha2 doctest failures on Mandriva

2009-09-23 Thread Jaap Spies
Minh Nguyen wrote: > Hi folks, > I had the same failures on Fedora 11, 32 bit Jaap > Sage 4.1.2.alpha2 compiles OK on the mandriva32 VM guest on > boxen.math, i.e. 32-bit Mandriva 2009.0. The following doctests fail: [...] > > ---

[sage-devel] Re: IRC logs for #sage-devel?

2009-09-23 Thread William Stein
On Wed, Sep 23, 2009 at 3:14 AM, Tim Dumol wrote: > > Are there any IRC logs up for #sage-devel? If there isn't, then > perhaps we can have a bot (http://www.eggheads.org/) do logging > automatically, and have them automatically posted online. It will be > helpful for people to catch up with any

[sage-devel] Re: survey: how many "cpus" do you have?

2009-09-23 Thread mmarco
I got 2 as answer over my core2duo laptop (running over gentoo linux), which is correct counting the two cores as two processors. I also got 2 as answer over my atom n270 netbook (running over ubuntu), which is a single core processor but with hyperthreading. For multithread computation puroposes,

[sage-devel] Re: Thoughts on wording if someone tries to build Sage on HP-UX. AIX, tru64 etc.

2009-09-23 Thread Jason Grout
Dr. David Kirkby wrote: > 2) You are attempting to build Sage on HP-UX. While there are no plans > to support HP-UX, if you want to port Sage to HP-UX, the Sage community > would appreciate that, and give you what support they can. Any patches > you are able to submit would probably be accepte

[sage-devel] Re: Exterior algebra (again)

2009-09-23 Thread Oleksandr
Dear mmarco, as far as i know Burcin and Michael started integrating noncommutative Singular features and in particular, graded commutative (e.g. supercommutative and exterior) algebras into Sage (http://trac.sagemath.org/sage_trac/ticket/4539). Luckily there will be another meeting concerning t

[sage-devel] Re: survey: how many "cpus" do you have?

2009-09-23 Thread Dan Drake
On Wed, 23 Sep 2009 at 01:55PM +0100, Dr. David Kirkby wrote: > I will need to build Sage again on 't2' and let you know what it gives > on that, as it may be 2, 16 or 128! I downloaded Python 2.6.2 to 't2', built it, and ran multiprocessing.cpu_count() -- it returned 128 on that machine. Dan -

[sage-devel] Thoughts on wording if someone tries to build Sage on HP-UX. AIX, tru64 etc.

2009-09-23 Thread Dr. David Kirkby
As far as I know, if one tries to build Sage on Cygwin or Solaris x86, there will be a warning that it is not support. If one tried to build Sage on any of the rarer opperating systems, such as HP-UX, tru64, AIX, SCO, Unicos, NetBSD etc, no such warning would be issued. Some time ago, I posted

[sage-devel] 4.1.2.alpha2 builds ok on Solaris, with just one manual intervention.

2009-09-23 Thread Dr. David Kirkby
I just built 4.1.2.alpha2 on my Sun Ultra 80. The build still stops at one point, with a problem in paripriv.h, so I have to comment out 3 lines. But apart from that, it built ok. This machine does not have Sun Studio anywhere SCons can find it. As soon as SCons can find SunStudio, so the whol

[sage-devel] Re: survey: how many "cpus" do you have?

2009-09-23 Thread Dr. David Kirkby
John H Palmieri wrote: > The goal of trac #6283 is 'Make it so NUM_THREADS is set intelligently > instead of idiotically in makefile so doing "make ptest" or "make > ptestlong" doesn't kill some computer'. Right now, NUM_THREADS (set in > SAGE_ROOT/makefile) is used for parallel testing if you do

[sage-devel] Re: Syntax highlighting + reST on trac and wiki

2009-09-23 Thread kcrisman
On Sep 12, 3:08 pm, Jason Grout wrote: > > Which features shall we ask the trac and wiki admins to install? > > For a long time, I've wanted a report of all tickets on which I've > participated (i.e., commented, started, been assigned, posted patches, etc.) > > Jason There is a trac ticket for

[sage-devel] Sage trac demo

2009-09-23 Thread Pat LeSmithe
William Stein wrote: > Thanks!! To sample a bevy of Trac plugins, please visit http://trac.sagemath.org/sage_trac/ticket/6928#comment:9 Highlights: * Mercurial repository browser - side-by-side diffs; supports queues. * Custom notifications - I have not tested these. * "Blocks" and "Is bloc

[sage-devel] Re: Sage not properly catching GAP errors?

2009-09-23 Thread Simon King
Hi! On Sep 23, 10:43 am, Simon King wrote: [...] > Probably I will be able to find the place in the code myself, but it > might simplify the bug hunt if you can give me a pointer. > > The problem is tracked at http://trac.sagemath.org/sage_trac/ticket/7001 It turned out that the bug is in GAP:

[sage-devel] Re: Graphical Physics Program Suggestions

2009-09-23 Thread Prabhu Ramachandran
On Wednesday 23 September 2009 07:20 AM, Fernando Perez wrote: >> https://svn.enthought.com/enthought/wiki/TVTKIntroduction#visual >> >> I've used vpython too, and I thought it was really nice and simple. > > Prabhu may comment with more information, but in the meantime, it's > worth keeping in m

[sage-devel] Re: Sage 4.1.2.alpha2 released

2009-09-23 Thread Tim Joseph Dumol
Error building lapack on Arch Linux x86_64. Log: [timdu...@tim-pc sage-bin]$ sudo !! sudo make cd spkg && ./install all 2>&1 | tee -a ../install.log make[1]: Entering directory `/opt/sage-bin/spkg' standard/deps:406: warning: overriding commands for target `installed/' standard/deps:188: warning:

[sage-devel] FLINT 1.5 Released

2009-09-23 Thread Bill Hart
We are pleased to announce the release of FLINT 1.5, available at http://www.flintlib.org/ This release contains a number of new functions and a number of very critical bug fixes. IMPORTANT NOTE: the interface to the fmpz_multi_mod_ui, fmpz_multi_CRT_ui and fmpz_multi_CRT_unsigned_ui functions h

[sage-devel] IRC logs for #sage-devel?

2009-09-23 Thread Tim Dumol
Are there any IRC logs up for #sage-devel? If there isn't, then perhaps we can have a bot (http://www.eggheads.org/) do logging automatically, and have them automatically posted online. It will be helpful for people to catch up with any discussion made in IRC. --~--~-~--~~~

[sage-devel] Re: survey: how many "cpus" do you have?

2009-09-23 Thread mmarco
I got the right answer (counting different cores of the same processor as different processors) in all the computers i have checked (with different number of processors and different flavours of linux). All of them are x86 or amd64 architecture. Still have to check how does it work with atom proce

[sage-devel] Sage not properly catching GAP errors?

2009-09-23 Thread Simon King
Dear sage-devel, can you please point me to the place in the gap interface code where errors are caught? Namely, it seems to me that it is forgotten to quit GAP's break loop before continuing. Example: sage: def bugtrigger(n): : a = gap(1) : for i in range(n): :

[sage-devel] Exterior algebra (again)

2009-09-23 Thread mmarco
I have to do some computations in an exterior algebra, and i have seen that it is not yet implemented in sage, but there is some work in that direction. My question is: will this feature be implemented in sage 4.1.2? If so, how complete will it be?. If no, any idea about when it will be? I have c

[sage-devel] Re: Sage 4.1.2.alpha2 doctest failures on Fedora

2009-09-23 Thread Minh Nguyen
On Tue, Sep 22, 2009 at 7:01 PM, Minh Nguyen wrote: >sage -t -long "devel/sage/sage/interfaces/gp.py" >sage -t -long "devel/sage/sage/interfaces/expect.py" Ticket #6999 [1] contains a patch to fix these two doctest failures on 32-bit platforms. [1] http://trac.sagemath.org/sa

[sage-devel] Re: Sage 4.1.2.alpha2 doctest failures on OS X 10.5.8

2009-09-23 Thread Minh Nguyen
On Tue, Sep 22, 2009 at 2:07 PM, Minh Nguyen wrote: >sage -t -long "-4.1.2.alpha2/devel/sage/sage/interfaces/expect.py" >sage -t -long "-4.1.2.alpha2/devel/sage/sage/interfaces/gp.py" Ticket #6999 [1] contains a patch to fix these two doctest failures on 32-bit platforms. [1]

[sage-devel] Re: Sage 4.1.2.alpha2 doctest failures on Ubuntu

2009-09-23 Thread Minh Nguyen
On Wed, Sep 23, 2009 at 5:45 PM, Minh Nguyen wrote: > Hi folks, > > Sage 4.1.2.alpha2 builds OK on ubuntu32 VM guest on boxen.math, i.e. > x86 Ubuntu 9.04. The following doctests fail: Builds OK on ubuntu64 VM guest on boxen.math, i.e. x86_64 Ubuntu 9.04. All doctests pass. -- Regards Minh Va

[sage-devel] Sage 4.1.2.alpha2 doctest failures on Ubuntu

2009-09-23 Thread Minh Nguyen
Hi folks, Sage 4.1.2.alpha2 builds OK on ubuntu32 VM guest on boxen.math, i.e. x86 Ubuntu 9.04. The following doctests fail: {{{ sage -t -long "devel/sage/sage/crypto/boolean_function.pyx" ** File "/space/wstein/farm/sage-4.1.2

[sage-devel] Re: Sage 4.1.2.alpha2 doctest failures on x86 openSUSE 11.0

2009-09-23 Thread Minh Nguyen
On Tue, Sep 22, 2009 at 4:46 PM, Minh Nguyen wrote: > Hi folks, > > Compiling Sage 4.1.2.alpha2 from scratch went OK on 32-bit openSUSE > 11.0. Here are the doctest failures on that platform: Builds fine on opensuse64 VM guest on boxen.math, i.e. x86_64 openSUSE 11.1. All doctests pass. -- Reg

[sage-devel] Re: Sage 4.1.2.alpha2 doctest failures on x86 openSUSE 11.0

2009-09-23 Thread Minh Nguyen
On Tue, Sep 22, 2009 at 4:46 PM, Minh Nguyen wrote: > Hi folks, > > Compiling Sage 4.1.2.alpha2 from scratch went OK on 32-bit openSUSE > 11.0. Here are the doctest failures on that platform: Compiles OK on opensuse32 VM guest on boxen.math, i.e. 32-bit openSUSE 11.1. The following doctests fail

[sage-devel] Re: Sage 4.1.2.alpha2 doctest failures on Mandriva

2009-09-23 Thread Minh Nguyen
On Wed, Sep 23, 2009 at 5:06 PM, Minh Nguyen wrote: > Hi folks, > > Sage 4.1.2.alpha2 compiles OK on the mandriva32 VM guest on > boxen.math, i.e. 32-bit Mandriva 2009.0. The following doctests fail: Builds OK on mandriva64 VM guest on boxen.math, i.e. 64-bit Mandriva 2009.0. All doctests pass.

[sage-devel] Sage 4.1.2.alpha2 doctest failures on Mandriva

2009-09-23 Thread Minh Nguyen
Hi folks, Sage 4.1.2.alpha2 compiles OK on the mandriva32 VM guest on boxen.math, i.e. 32-bit Mandriva 2009.0. The following doctests fail: {{{ sage -t -long "devel/sage/sage/interfaces/expect.py" ** File "/space/wstein/farm/sa