[sage-devel] distributed reviews for large patches (e.g. multivariate power series)

2011-02-08 Thread Niles
Hello all, I've invested a fair amount of effort in implementing multivariate (truncated) power series for sage, and a number of other people have spent time and energy making suggestions and partial reviews. However it's a lot of code to read, and so far it is still awaiting a positive review.

[sage-devel] Re: FAQ suggestion: I'm a programmer, how can I contribute to Sage?

2011-02-08 Thread Niles
Hello everyone, I just wanted to let you know that I've made some additions to the Stack Overflow landing page http://wiki.sagemath.org/StackOverflowLanding These are basically the suggestions I opened this thread with, but I've also taken the liberty of adding "The Sage community is interested

[sage-devel] Re: FAQ suggestion: I'm a programmer, how can I contribute to Sage?

2011-02-08 Thread Emil Widmann
On Feb 8, 3:39 pm, Niles wrote: > Hello everyone, > > I just wanted to let you know that I've made some additions to the > Stack Overflow landing page > > http://wiki.sagemath.org/StackOverflowLanding > > These are basically the suggestions I opened this thread with, but > I've also taken the li

Re: [sage-devel] test Flask-based notebook

2011-02-08 Thread didier deshommes
On Mon, Feb 7, 2011 at 3:27 PM, Jason Grout wrote: > It would also be very interesting to see if this code is more scalable than > the current notebook.  For example, I wonder if running this flask-based This is somewhat off-topic, but has anyone considered celery for executing computation-heavy

[sage-devel] Re: distributed reviews for large patches (e.g. multivariate power series)

2011-02-08 Thread Rob Beezer
On Feb 8, 6:24 am, Niles wrote: > So that my work and theirs can be fruitful, I have a suggestion for > distributing the review effort. Niles, I think this sort of approach makes a lot of sense. Especially if a large project breaks-up nicely into the sort of sub-tasks you imagine. I've written

[sage-devel] Re: test Flask-based notebook

2011-02-08 Thread Jason Grout
On 2/8/11 12:12 PM, didier deshommes wrote: On Mon, Feb 7, 2011 at 3:27 PM, Jason Grout wrote: It would also be very interesting to see if this code is more scalable than the current notebook. For example, I wonder if running this flask-based This is somewhat off-topic, but has anyone consid

Re: [sage-devel] Re: test Flask-based notebook

2011-02-08 Thread Mike Hansen
On Tue, Feb 8, 2011 at 7:54 PM, Jason Grout wrote: >> This is somewhat off-topic, but has anyone considered celery for >> executing computation-heavy tasks? > > That's the basic idea of the notebook redesign.  See > http://wiki.sagemath.org/Notebook%20design > > I hadn't heard of celery.  Thanks f

Re: [sage-devel] Re: distributed reviews for large patches (e.g. multivariate power series)

2011-02-08 Thread David Roe
+1 As someone who writes large patches sometimes, I will try to use this idea. David On Tue, Feb 8, 2011 at 13:40, Rob Beezer wrote: > On Feb 8, 6:24 am, Niles wrote: > > So that my work and theirs can be fruitful, I have a suggestion for > > distributing the review effort. > > Niles, > > I th

[sage-devel] Re: FAQ suggestion: I'm a programmer, how can I contribute to Sage?

2011-02-08 Thread Niles
On Feb 8, 10:54 am, Emil Widmann wrote: > Should there also be a section about the Sage-Windows port as a long > standing goal? > Doing this is in reach and probably there are some with a windows > background coming in from "stackoverflow". Yes, this should probably be on the list, although I

[sage-devel] install errors with sqlite

2011-02-08 Thread Fang Xu
Hi all, computer: Linux ws2lx 2.6.31.8-0.1-default #1 SMP 2009-12-15 23:55:40 +0100 i686 i686 i386 GNU/Linux system: suse 11.1 I got an error with installing readline, then I repaced with http://boxen.math.washington.edu/home/kirkby/patches/readline-6.1.spkg and the error is fixed. then I got err

[sage-devel] Re: Multidimensional root finding with GSL

2011-02-08 Thread Kiran Kedlaya
I have some old Cython code (based on some code from Josh Kantor, which I may also still have) that wrapped gsl_poly_complex_solve for taking roots of complex univariate polynomials. That could at least serve as a starting point... Kiran On Feb 7, 11:24 am, Joris Vankerschaver wrote: > Dear all,

[sage-devel] Sage Days 29

2011-02-08 Thread William Stein
Hi, If you're interested in coming to Seattle during our spring break (when campus is pretty empty and the weather is nice), it looks highly likely I'll be able to run a big Sage Days workshop. Please send me an email (wst...@gmail.com) if you're very interested in the possibility of attending (

[sage-devel] Re: Sage Days 29

2011-02-08 Thread William Stein
On Tue, Feb 8, 2011 at 5:20 PM, William Stein wrote: > Hi, > > If you're interested in coming to Seattle during our spring break > (when campus is pretty empty and the weather is nice), it looks highly > likely I'll be able to run a big Sage Days workshop. Some relevant information is that our Sp

[sage-devel] maxima's version is tested twice in sage/interfaces/maxima.py

2011-02-08 Thread Francois Bissey
Once should be enough. Found it because I am running maxima-5.23.2 on my iMac, this is with 4.6.2.alpha4: age -t -force_lib "devel/sage-main/sage/interfaces/maxima.py" ** File "/Users/frb15/Desktop/Gentoo/usr/share/sage/devel/sage-

Re: [sage-devel] maxima's version is tested twice in sage/interfaces/maxima.py

2011-02-08 Thread Francois Bissey
> Once should be enough. Found it because I am running maxima-5.23.2 > on my iMac, this is with 4.6.2.alpha4: > age -t -force_lib "devel/sage-main/sage/interfaces/maxima.py" > ** > File "/Users/frb15/Desktop/Gentoo/usr/share/sage/d

Re: [sage-devel] Re: Sage Days 29

2011-02-08 Thread John Cremona
2011? John On Tue, Feb 8, 2011 at 5:21 PM, William Stein wrote: > On Tue, Feb 8, 2011 at 5:20 PM, William Stein wrote: >> Hi, >> >> If you're interested in coming to Seattle during our spring break >> (when campus is pretty empty and the weather is nice), it looks highly >> likely I'll be able

[sage-devel] Re: Sage Days 29

2011-02-08 Thread William Stein
On Tue, Feb 8, 2011 at 5:21 PM, William Stein wrote: > On Tue, Feb 8, 2011 at 5:20 PM, William Stein wrote: >> Hi, >> >> If you're interested in coming to Seattle during our spring break >> (when campus is pretty empty and the weather is nice), it looks highly >> likely I'll be able to run a big

Re: [sage-devel] Re: Sage Days 29

2011-02-08 Thread David Roe
I'm potentially interested. The deadline for my thesis is March 31 though, so it would depend on how that goes in the next month. If you needed an answer right now, I'd probably say no, but I might be able to say yes in 3 weeks or so. David On Tue, Feb 8, 2011 at 23:02, William Stein wrote: >

[sage-devel] Re: test Flask-based notebook

2011-02-08 Thread Eviatar
I am currently testing the Flask notebook. I will report any problems I encounter. -- 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.g

[sage-devel] Re: Sage Days 29

2011-02-08 Thread Nils Bruin
On Feb 8, 8:02 pm, William Stein almost wrote: > Some relevant information is that our Spring Break is March 21-25, 2011. Unfortunately I'm not around. Another possible topic (but probably for a different meeting): - moving the calculus use of maxima to a library interface. If you'd get the righ

[sage-devel] sage thoughts

2011-02-08 Thread D. S. McNeil
Hello! First time poster, so brief introduction: planetary astronomer, been using Sage for years for both science and fun. I'm also one of the Editors-in-Chief of the OEIS, and have been experimenting with using Sage for bulk sequence processing and verification. I find writing in Sage very comp

Re: [sage-devel] sage thoughts

2011-02-08 Thread William Stein
On Tue, Feb 8, 2011 at 9:02 PM, D. S. McNeil wrote: > Hello! > > First time poster, so brief introduction: planetary astronomer, been > using Sage for years for both science and fun.  I'm also one of the > Editors-in-Chief of the OEIS, and have been experimenting with using > Sage for bulk sequenc

Re: [sage-devel] Re: FAQ suggestion: I'm a programmer, how can I contribute to Sage?

2011-02-08 Thread Dr. David Kirkby
On 02/ 8/11 08:09 PM, Niles wrote: On Feb 8, 10:54 am, Emil Widmann wrote: Should there also be a section about the Sage-Windows port as a long standing goal? Doing this is in reach and probably there are some with a windows background coming in from "stackoverflow". Yes, this should proba

Re: [sage-devel] Re: Sage Days 29

2011-02-08 Thread Dr. David Kirkby
On 02/ 9/11 05:33 AM, Nils Bruin wrote: On Feb 8, 8:02 pm, William Stein almost wrote: Some relevant information is that our Spring Break is March 21-25, 2011. Unfortunately I'm not around. Another possible topic (but probably for a different meeting): - moving the calculus use of maxima to

Re: [sage-devel] Re: Sage Days 29

2011-02-08 Thread William Stein
On Tue, Feb 8, 2011 at 10:05 PM, Dr. David Kirkby wrote: > On 02/ 9/11 05:33 AM, Nils Bruin wrote: >> >> On Feb 8, 8:02 pm, William Stein  almost wrote: >>> >>> Some relevant information is that our Spring Break is March 21-25, 2011. >> >> Unfortunately I'm not around. >> >> Another possible topic

[sage-devel] Re: FAQ suggestion: I'm a programmer, how can I contribute to Sage?

2011-02-08 Thread Emil Widmann
> Is by "Sage-Windows port" meaning a "native" Windows application rather than > something based on Cygwin? With Sage - Windows port I was meant the Cygwin port. Or at least any port that is very easy to install (Windows Installer) and runs with comparable performance to a Cygwin version inside