[sage-devel] include a simplejson spkg?

2009-06-01 Thread Dan Drake
The patches at #5564 need a json encoder, and there's a ticket to include simplejson at #1510. I'd like to get this spkg in, but there are some comments on that ticket about pickling. I don't know enough of the details, so I thought I would ask if: * we need to patch the simplejson source to sup

[sage-devel] Re: Sage 4.0.1.alpha0 released!

2009-06-01 Thread Marshall Hampton
I got one failure on an intel mac (10.5): sage -t "devel/sage/sage/misc/html.py" ** File "/Users/mh/sagestuff/wsage3/devel/sage/sage/misc/html.py", line 157: sage: html.table([(i, j, i == j) for i in [0..1] for j in [0..1]])

[sage-devel] Re: Tutorial topics for SciPy'09 Conference

2009-06-01 Thread Fernando Perez
On Mon, Jun 1, 2009 at 10:22 PM, Fernando Perez wrote: > Hi all, > > The time for the Scipy'09 conference is rapidly approaching, and we > would like to both announce the plan for tutorials and solicit > feedback from everyone on topics of interest. I hope the above isn't considered too off-topi

[sage-devel] Tutorial topics for SciPy'09 Conference

2009-06-01 Thread Fernando Perez
Hi all, The time for the Scipy'09 conference is rapidly approaching, and we would like to both announce the plan for tutorials and solicit feedback from everyone on topics of interest. Broadly speaking, the plan is something along the lines of what we had last year: one continuous 2-day tutoria

[sage-devel] Sage 4.0 random doctest failures (7 failures in 120+ runs of the test suite)

2009-06-01 Thread Gonzalo Tornaria
I've run about 120 times with a brand new sage-4.0 (built from scratch) the doctest command: sage -tp 3 devel/sage (about 13 minutes each on a quad core q9550). Among those I've got 6 doctest failures and 1 timeout: = - 3 times a doctest failu

[sage-devel] Re: Sage 4.0.1.alpha0 released!

2009-06-01 Thread William Stein
On Mon, Jun 1, 2009 at 1:52 PM, John H Palmieri wrote: > > On Jun 1, 9:32 am, Mike Hansen wrote: >> Hello, >> >> Sage 4.0.1.alpha has been released.  This should hopefully take care of >> the rest of the fallout from the switch to Pynac.  The tarball can be >> found at >> >> http://sage.math.was

[sage-devel] Re: Sage 4.0.1.alpha0 released!

2009-06-01 Thread John Cremona
Built from scratch ok + all tests passed on 32-bit Ubuntu and on 64-bit ubuntu. John 2009/6/1 Mike Hansen : > > Hello, > > Sage 4.0.1.alpha has been released.  This should hopefully take care of > the rest of the fallout from the switch to Pynac.  The tarball can be > found at > > http://sage.ma

[sage-devel] Re: Sage 4.0.1.alpha0 released!

2009-06-01 Thread Jaap Spies
John H Palmieri wrote: > On Jun 1, 9:32 am, Mike Hansen wrote: >> Hello, >> >> Sage 4.0.1.alpha has been released. This should hopefully take care of >> the rest of the fallout from the switch to Pynac. The tarball can be >> found at >> >> http://sage.math.washington.edu/home/mhansen/sage-4.0.1

[sage-devel] Re: Sage 4.0.1.alpha0 released!

2009-06-01 Thread John H Palmieri
On Jun 1, 9:32 am, Mike Hansen wrote: > Hello, > > Sage 4.0.1.alpha has been released.  This should hopefully take care of > the rest of the fallout from the switch to Pynac.  The tarball can be > found at > > http://sage.math.washington.edu/home/mhansen/sage-4.0.1.alpha0.tar > > and a copy of it

[sage-devel] Sage 4.0.1.alpha0 released!

2009-06-01 Thread Mike Hansen
Hello, Sage 4.0.1.alpha has been released. This should hopefully take care of the rest of the fallout from the switch to Pynac. The tarball can be found at http://sage.math.washington.edu/home/mhansen/sage-4.0.1.alpha0.tar and a copy of it to be used for upgrading can be found at http://sage

[sage-devel] Re: sage blog aggregation : planet.sagemath.org

2009-06-01 Thread Marshall Hampton
Hey Minh, Thanks for working on planet sage! I think having it look better and including more blogs could be very beneficial for Sage. -Marshall On May 31, 5:38 pm, Minh Nguyen wrote: > Hi Harald, > > On Sun, May 31, 2009 at 8:00 AM, Harald Schilly > > wrote: > > > > > btw, i started a blog

[sage-devel] Re: bug in plot3d?

2009-06-01 Thread William Cauchois
I looked into this, and I found that the mesh=True property is supposed to be passed via RenderParams to jmol_repr(). However, this isn't happening. Graphics3d.export_jmol (which is invoked by show()) has a keyword parameter for mesh, but it is never referenced in the body of the function. I think

[sage-devel] Re: mpmath installation and location of extension code

2009-06-01 Thread William Stein
On Sun, May 31, 2009 at 11:48 PM, Fredrik Johansson wrote: > > Hi all, I could use some guidance for mpmath/Sage integration. > > To put mpmath in Sage, I presume it should just be installed into > site-packages as a regular Python library, so I should create an spkg > that does the usual python