[sage-devel] Re: Deprecate or just remove

2015-04-14 Thread Niles Johnson
another 2c: There is also the option of deprecating, but for less than the somewhat arbitrary 1 year. On Tuesday, April 14, 2015 at 12:57:44 PM UTC-4, Volker Braun wrote: > > Since its about me I might just as well add my 2c: > > Its a good rule to deprecate things before changing/removing them.

Re: [sage-devel] Sage code "for educational purposes only"?

2015-02-26 Thread Niles Johnson
I'm in favor of moving such toys to an educational-library. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to thi

[sage-devel] Re: ask.sagemath.org and openid2

2015-01-02 Thread Niles Johnson
> >> > 2. ask.sagemath.org is running on Google Compute Engine using free >> credits they gave me. These were going to expire in Nov 2014, but >> Google kindly extended the credits through March (though they could >> run out before then). We should continue to think about where to host >>

[sage-devel] Re: Doctest granularity for private methods

2014-08-14 Thread Niles Johnson
On Wednesday, July 16, 2014 1:57:36 PM UTC-4, martin@gmx.net wrote: > > On Wednesday, July 16, 2014 4:39:39 PM UTC+2, Volker Braun wrote: >> >> For better or worse, the decision is to doctest every method. >> > > Have there been any discussions about using tools like coverage.py >

Re: [sage-devel] Warn about long doctests (#16609 needs review)

2014-07-31 Thread Niles Johnson
On Wednesday, July 30, 2014 5:20:21 PM UTC-4, Volker Braun wrote: > > On Wednesday, July 30, 2014 11:04:02 AM UTC-4, Niles Johnson wrote: >> >> 1. Test that code produces the expected output >> 2. Document what sage can do >> >> The 1000 point resolution is no

Re: [sage-devel] Warn about long doctests (#16609 needs review)

2014-07-30 Thread Niles Johnson
flag, except we'd have to agree on yet another convention that we'll instantly forget, or agree to just use "# optional -- [whatever strikes my fancy, so long as it doesn't conflict with the other optional flags]". Surely this kind of problem has come up elsewhere in

Re: [sage-devel] Re: creation of tmp files names is not lexicographic anymore

2014-07-03 Thread Niles Johnson
get properly cleaned up. Maybe this has already been solved for the notebook? (I didn't check.) -Niles -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send a

[sage-devel] Re: creation of tmp files names is not lexicographic anymore

2014-07-02 Thread Niles Johnson
On Wednesday, July 2, 2014 10:43:05 AM UTC-4, Sébastien Labbé wrote: > > > > The following would be make everybody happy and I am sure it is not too > much administration : > > tmp-001_ZuuV0L.png > tmp-002_ij0dqf.png > tmp-003_yNciio.png > I like this idea -- you should open a ticket! My top q

[sage-devel] Re: creation of tmp files names is not lexicographic anymore

2014-07-01 Thread Niles Johnson
also, I'll just mention my other trick for manually digging through temporary sage outputs: sort by creation date instead of name On Tuesday, July 1, 2014 1:06:18 PM UTC-4, Niles Johnson wrote: > > > > > On Tuesday, July 1, 2014 12:45:57 PM UTC-4, Nils Bruin wrote: >&g

[sage-devel] Re: creation of tmp files names is not lexicographic anymore

2014-07-01 Thread Niles Johnson
On Tuesday, July 1, 2014 12:45:57 PM UTC-4, Nils Bruin wrote: > > > It probably was intended. As a general rule, temporary files live in > directories where multiple entities have file creation privileges, > including ones that don't necessarily trust each other fully. If you're > creating

[sage-devel] Re: Best practice when working on multiple (kind of related) tickets

2014-07-01 Thread Niles Johnson
show you a list of commits that are in one branch but not another (I forget the syntax at the moment, but it involves ^) Just my two cents, Niles -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop

Re: [sage-devel] Re: Sage Stack Exchange Site

2014-06-02 Thread Niles Johnson
On Monday, June 2, 2014 11:13:09 AM UTC-4, William wrote: > > On Mon, Jun 2, 2014 at 8:02 AM, Kannappan Sampath > wrote: > > I don't agree that we may not make a successful proposal. > I find Karl's assessment pretty convincing, but I propose that we move discussion of this topic to the Area

Re: [sage-devel] Re: Sage Stack Exchange Site

2014-06-02 Thread Niles Johnson
d) task of updating our very old installation. -Niles -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post

Re: [sage-devel] Re: Sage Stack Exchange Site

2014-06-02 Thread Niles Johnson
to the Area 51 site. -Niles -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send ema

[sage-devel] Re: naive question on build process/patchbot

2014-05-06 Thread Niles Johnson
s" should be checked -- maybe the list of tagged commits ordered by containment? Maybe going back only to the most recent official release? -Niles -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group

Re: [sage-devel] Re: patchbot runs failing apply

2014-04-29 Thread Niles Johnson
at http://patchbot.sagemath.org/ticket/16226/ -Niles On Tuesday, April 29, 2014 4:00:57 AM UTC-4, Robert Bradshaw wrote: > > sage -i > http://sage.math.washington.edu/home/robertwb/patches/patchbot-2.1.1.spkg > > I've updated the instructions as well. I'm not sure what

[sage-devel] plotting surfaces: ParametricSurface v.s. TrianglePlot

2014-04-25 Thread Niles Johnson
Hello all, There seem to be two different ways of constructing surfaces (for plotting) in Sage. Both produce triangulations, and there seems to be a fair amount of different code to accomplish the same task. One is used mainly by Graphics3d objects, and the other is used mainly by Tachyon obj

Re: [sage-devel] Re: Call for vote about ticket #10963: axioms and more functorial constructions

2014-03-12 Thread Niles Johnson
On Tuesday, March 11, 2014 6:21:19 PM UTC-4, Nicolas M. Thiéry wrote: > > On Mon, Mar 10, 2014 at 11:36:01AM -0700, Niles Johnson wrote: > > > After scanning the ticket discussion and documentation, I > >think the purpose is to provide some way of mixing in some

[sage-devel] Re: RFC: draft PEP for adding @ as a matrix multiplication operator to Python

2014-03-11 Thread Niles Johnson
I actually just have a minor complaint about the very last sentence. In the last section you write *Use overloading hacks to define a "new infix operator" like *dot*, as in a > well-known Python recipe:* (See: > [2]

Re: [sage-devel] Re: Call for vote about ticket #10963: axioms and more functorial constructions

2014-03-10 Thread Niles Johnson
Hi Nicolas, On Monday, March 10, 2014 11:16:17 AM UTC-4, Nicolas M. Thiéry wrote: > > > Hmm, as is, the argument is a bit general, and I believe it would rule > out the very principle underlying categories :-) Oh -- maybe that's why I have a hard time understanding categories :) ... > The

[sage-devel] Re: Is github down ?

2014-03-10 Thread Niles Johnson
It's working for me. The following also report everything ok . . . http://www.isitdownrightnow.com/github.com.html https://status.github.com/ -Niles On Monday, March 10, 2014 5:54:00 AM UTC-4, Nathann Cohen wrote: > > Hello everybody ! > > Is it just me or ?... >

[sage-devel] Re: Call for vote about ticket #10963: axioms and more functorial constructions

2014-03-10 Thread Niles Johnson
I would prefer not to use "mathematical context" or "semantic" when trying to read code (for debugging, or for learning). My reason for this is that I don't believe the computer "knows" mathematics, so I wouldn't use my mathematical knowledge to try to guess what the code is doing. Using math

[sage-devel] Re: Request: Bug Hunter for #9457

2014-03-01 Thread Niles Johnson
The ticket is about *all* power series; although the weird behavior I don't understand is just for p-adics. On Saturday, March 1, 2014 4:41:29 AM UTC-5, Ralf Stephan wrote: > > Can someone please give me a hint why the stopgap of that ticket (which > seems about p-adics power series) is triggere

[sage-devel] Request: Bug Hunter for #9457

2014-02-28 Thread Niles Johnson
bug (as of Sage 6.2), but I thought I would try to get some attention from the experts too. If you understand elliptic curves, or are a master bug-hunter, join us on the ticket :) best, Niles -- You received this message because you are subscribed to the Google Groups "sage-devel"

Re: [sage-devel] Re: admin for ask.sagemath

2014-02-21 Thread Niles Johnson
On Friday, February 21, 2014 9:50:18 AM UTC-5, kcrisman wrote: > Does someone have access to the actual database? I suppose it could be done at that really low level too. That's what I had in mind (not that I would know how to do it myself). After that I think the natural step is to upgrade

Re: [sage-devel] Re: admin for ask.sagemath

2014-02-21 Thread Niles Johnson
Now that I've spent a little time thinking about this, here are some comments: * I misread our version of askbot -- it's over 2 years old * recent versions of askbot (6 months ago or so) can put a captcha on users' first posts * some of the spam is posted as "Anonymous" -- but that still requi

Re: [sage-devel] Re: admin for ask.sagemath

2014-02-21 Thread Niles Johnson
wrote: > > > > On Thursday, February 20, 2014 10:48:53 AM UTC-5, William wrote: >> >> Hi, >> >> I found that I'm an admin (which makes sense) -- I've changed kcrisman >> and niles to be admins. You can make other people admins as you see >>

Re: [sage-devel] Re: admin for ask.sagemath

2014-02-20 Thread Niles Johnson
r of ideas on the askbot support site http://askbot.org/en/question/7893/suggestions-for-antispam-measures/ but I don't know which of them are available in our version of askbot (roughly 1 year old). -Niles -- You received this message because you are subscribed to the Google Groups &qu

Re: [sage-devel] Re: admin for ask.sagemath

2014-02-20 Thread Niles Johnson
Thanks -- deleting spam now . . . On Thursday, February 20, 2014 10:48:53 AM UTC-5, William wrote: > > Hi, > > I found that I'm an admin (which makes sense) -- I've changed kcrisman > and niles to be admins. You can make other people admins as you see > fit un

[sage-devel] Re: admin for ask.sagemath

2014-02-20 Thread Niles Johnson
I was just going to ask the same question. Karl and I can edit posts to remove the spam, but we can't actually delete posts or ban users. Currently the front page of ask.sagemath is almost completely full of spam, and as I type this it's still coming in (from the same user). -

[sage-devel] Re: admin for ask.sagemath

2014-02-20 Thread Niles Johnson
I was just going to ask the same question. Karl and I can edit posts to remove the spam, but we can't actually delete posts or ban users. Currently the front page of ask.sagemath is almost completely full of spam, and as I type this it's still coming in (from the same user). -

Re: [sage-devel] Error installing package conway_polynomials-0.5.p0 on Ubuntu 12.04 - Sage 6.1.1

2014-02-07 Thread Niles Johnson
> > On Thursday, February 6, 2014 8:39:14 PM UTC-7, François wrote: >> >> I am stumped. I will have to think it over for a bit. Output of "ld -v" >> please. >> > While François is thinking, I'll make some other (more rudimentary) suggestions. * Have you successfully built older versions of sag

[sage-devel] Re: trouble building pycrypto-2.6.1 (for sage 6.1)

2014-02-06 Thread Niles Johnson
l now. Anyway, I've learned a lesson and I'm posting this in case anyone else makes the same mistake. thanks, Niles p.s. If you'd like to know, future Googler, here are the details of what I learned, and what I think happened: 0. I tried downloading and building pycrypto separate

[sage-devel] Re: trouble building pycrypto-2.6.1 (for sage 6.1)

2014-02-05 Thread Niles Johnson
variables on the Mac when I'm back in the office tomorrow . . . I didn't realize I was passing them through the ssh connection, but I agree that would explain the strange behavior. -Niles -- You received this message because you are subscribed to the Google Groups "sage-devel&

[sage-devel] Re: trouble building pycrypto-2.6.1 (for sage 6.1)

2014-02-04 Thread Niles Johnson
On Monday, February 3, 2014 3:09:57 PM UTC-5, Niles Johnson wrote: > configure: error: cannot find sources (src/pycrypto_compat.h) in > /Applications/sage or .. > After some trial and error, I found the file pycrypto_compat.h in what looks like a weird place: /local/var/tmp/s

[sage-devel] Re: trouble building pycrypto-2.6.1 (for sage 6.1)

2014-02-03 Thread Niles Johnson
Oh, my build on Mac OS 10.7.5 just finished and I have the same problem there :( Here are the equivalent excerpts: Found local metadata for pycrypto-2.6.1.p0 Attempting to download package pycrypto-2.6.1.p0 >>> Trying to download http://www.sagemath.org/packages/upstream/pycrypto/pycrypto-2.

[sage-devel] trouble building pycrypto-2.6.1 (for sage 6.1)

2014-02-03 Thread Niles Johnson
log file, with the full thing attached. Ideas on what I can do? Thanks, Niles Found local metadata for pycrypto-2.6.1.p0 Found local sources at /home/johnson.5320/sage/upstream/pycrypto-2.6.1.tar.gz Checksum: aeda3ed41caf1766409d4efc689b9ca30ad6aeb2 vs

[sage-devel] review request: patch to animate more graphics types

2014-01-23 Thread Niles Johnson
hnson/posts/UcXjavi9DDV After a fair amount of discussion, and then a long break, the patch is relatively straightforward but I have no reviewers :( If you have time and interest in reviewing, I'd appreciate it. The ticket is http://trac.sagemath.org/ticket/12827 thanks, Niles p.s. I

[sage-devel] Re: changing authentication method on ask.sagemath.org

2014-01-14 Thread Niles Johnson
I don't know the answer here, but I think this is an excellent question for AskBot, the project on which ask.sagemath.org is based: http://askbot.org/en/questions/ On Monday, January 13, 2014 7:49:25 AM UTC-5, Daniel Krenn wrote: > > Hi, > > since myopenid will be hinstory soon, see [1] "MYOP

Re: [sage-devel] Re: sage crashes when current working directory is $SAGE_ROOT/src/sage !?

2014-01-07 Thread Niles Johnson
om this directory. After some checking, I see that this was discovered in exactly the same way a few months ago, and reported to ipython: https://github.com/ipython/ipython/issues/4407 The issue is closed because it does not seem to occur in the latest versions of ipython. -Niles >

[sage-devel] sage crashes when current working directory is $SAGE_ROOT/src/sage !?

2014-01-07 Thread Niles Johnson
mands). Anyone else have this problem? -Niles njohnson@galileo:sage$ pwd /Applications/sage/src/sage njohnson@galileo:sage$ /Applications/sage/sage ┌┐ │ Sage Version 6.0, Release Date: 2013-12-17 │ │

[sage-devel] Re: error building from source with git clone

2014-01-02 Thread Niles Johnson
Do you have the developer tools (Xcode) installed? This prerequisite is sort of buried in the middle of the instructions at http://www.sagemath.org/doc/installation/source.html -Niles On Saturday, December 21, 2013 1:25:29 AM UTC-5, Theron Hitchman wrote: > > I just tried cloning t

[sage-devel] Re: Coefficients of power series

2013-05-08 Thread Niles Johnson
generic power series classes. So I'm all for a fix, but be warned that you might have to wrestle with p-adics. (Or maybe this has been improved in the intervening years!) -Niles On Tuesday, May 7, 2013 11:50:09 PM UTC-4, Nils Bruin wrote: > > On May 7, 2:10 pm, David Roe wrot

[sage-devel] Re: Modular fibration animated with Sage

2012-09-14 Thread Niles Johnson
Thanks Jason! I'm not surprised that there's lots of room for speed up -- and I agree it could be a lot of fun for the right kind of person :) I've been out of the loop for a little while, and I guess I missed interact.sagemath.org . . . I have a few things I'd like to add! On Thursday, Septe

[sage-devel] Modular fibration animated with Sage

2012-09-13 Thread Niles Johnson
e even happier that I decided to make the source public :) enjoy, Niles -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroups.com. To unsubscribe from this group, send email to

[sage-devel] Re: How to implement parent with gens?

2012-04-18 Thread Niles Johnson
Someone should also mention Simon's article on implementing algebraic structures. It's comprehensive and well-written! http://flask.sagenb.org/home/pub/82/ -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubs

Re: [sage-devel] Re: reply to Trac via e-mail?

2012-04-17 Thread Niles Johnson
Aaaahhh -- Thanks for the tip!! -- 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-devel URL: http://www.sa

[sage-devel] Re: reply to Trac via e-mail?

2012-04-16 Thread Niles Johnson
actually prefer replying on trac so that I can verify how wiki markup will display my reply (although, of course, adding wiki markup makes the replies harder to read in email). > > -Niles -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, s

[sage-devel] Re: DeprecationWarning in doctesting

2012-04-11 Thread Niles Johnson
a doctest which only shows the deprecation warning when *not* in doctest mode. Here are the places DOCTEST_MODE is used in the sage library; good luck (and please let us know if you figure out how to use it :) -Niles sage: search_src('DOCTEST_MODE') misc/functional.py:1504:if sa

[sage-devel] Re: working on animation for 3d objects

2012-04-10 Thread Niles Johnson
an Solution 3 from my first post. This is my understanding of the phrase "duck typing": that if an object quacks, swims, and walks like a duck, it should be used like a duck in any setting where those attributes are the important features of an object. In this case, we need a good way

[sage-devel] Re: zeromq and @parallel for clusters

2012-04-10 Thread Niles Johnson
On Monday, April 9, 2012 7:07:14 AM UTC-4, Volker Braun wrote: > > I think it would be of general interest, but of course depends on zeromq. Indeed, I am interested! Please Cc me ("niles") on any ticket you make for this! -- To post to this group, send an ema

[sage-devel] Re: working on animation for 3d objects

2012-04-09 Thread Niles Johnson
On Monday, April 9, 2012 5:02:45 PM UTC-4, Niles Johnson wrote: > > But I haven't found a Trac ticket for it -- could someone point it out to > me if it doesn't exist? > > Er, I mean, could someone point out a ticket if it *does* exist? Also, I've since learned th

[sage-devel] working on animation for 3d objects

2012-04-09 Thread Niles Johnson
dy a function named is_Graphics(), which checks whether its input is a Graphics instance, and Solution 3 seems to be the approach which is most consistent with that function (for better or for worse). Please feel free to give me a better idea, or let me know where else I should be looking for

Re: [sage-devel] Witt vectors

2012-03-30 Thread Niles Johnson
Indeed, these are good places to look -- especially the recommendation of browsing the rings directory to see how those are implemented (e.g. polynomial rings). It might make more sense for RingOfWittVectors to inherit from CommutativeRing instead of Ring. Also, it wouldn't be a bad idea to o

[sage-devel] implicit_plot option 'fill' is broken

2012-03-16 Thread Niles Johnson
Hello all, I just noticed that the 'fill' option of implicit_plot is broken. The following example, from the reference manual [1], returns a plot which is entirely blue, rather than just filling the circle as the documentation claims. sage: x,y = var('x,y')sage: f(x,y) = x^2 + y^2 - 2sage: i

[sage-devel] Re: 3D animation with Sage (of Tachyon pngs)

2012-01-21 Thread Niles
ly the easiest way to do this is to improve the existing functions. It would be nice to see an optional argument for the "tachyon" method which returns a complete tachyon object. -Niles p.s. Since you're already using ffmpeg, it's relatively easy to add music using the "m

[sage-devel] Re: Finding the exact camera position in Jmol

2011-09-12 Thread Niles
Just printing the camera position would be a huge help! I have been trying to figure out the same thing for a while now. -Niles p.s. Thanks Sébastian!!! On Sep 10, 2:11 pm, Jonathan wrote: > If you are doing everything through Sage, would having Jmol print the > rotation information

[sage-devel] Re: short article on Sage

2011-08-30 Thread Niles
ons: 1. it's redundant to list names like "Singular" and "Gap" when they can be clearly read from the images. 2. The diagram *looks* complete because the contributing programs make a complete circle -- leaving 1/4 or 1/3 of the circle open might be a way to visually communicate t

[sage-devel] Improvements to ask.sagemath.org

2011-08-24 Thread Niles
"update sage, best practice?" Can we remove the duplicate [ASK.SAGEMATH], and change the From to something like '"AskSage" ' best, Niles [1]: http://ask.sagemath.org/questions/?tags=FAQ -- To post to this group, send an email to sage-devel@googlegroups

[sage-devel] Re: Citing used Sage components automatically

2011-07-29 Thread Niles
On Jul 28, 2:35 pm, Jason Grout wrote: > I find the two responses here very interesting.  From Niles and John's > responses, it sounds like this feature could help users turn into > developers as their curiosity about the algorithms gets the better of > them and they started

[sage-devel] Re: Citing used Sage components automatically

2011-07-28 Thread Niles
nder "how much" each one was used though . . . This might be measured by number of function calls, or total time for function calls. Both ways of measuring (or any combination thereof) certainly have shortcomings, and I think there are some fair reasons not to include any such measurement at

[sage-devel] Re: Advertising Sage development versions on the website

2011-06-10 Thread Niles
for my system (even though, in retrospect, this doesn't make much sense for a development release). Do I not understand what the term "build" means, or should the description be changed? (or both?) thanks, Niles [1] http://mirrors.xmission.com/sage/devel/index.html On Jun 9, 11:56

[sage-devel] Re: Documentation tips...

2011-04-27 Thread Niles
may be useful, in case the other examples are all boring, to point out an interesting one. But seriously, has anyone opened a ticket for the original suggestions yet? They are very good, and it would be a shame to loose track of them. -Niles -- To post to this group, send an email to sage-devel@goog

[sage-devel] Re: Re : trac account managers wanted

2011-04-16 Thread Niles
I'd like to help with this; I've been involved with Sage development for about a year, which I guess is a long time if measured in releases :) -Niles -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-deve

[sage-devel] Re: Looking for graph comparison operator

2011-03-18 Thread Niles
on, which might explain why you get erratic behavior [1]: > CPython implementation detail: Objects of different types except numbers are > ordered by their type names; objects of the same types that don’t support > proper comparison are ordered by their address. best, Niles [1] : http://do

[sage-devel] profiling Sage startup

2011-02-23 Thread Niles
once we've determined that Sage is starting up as quickly as it possibly can (not likely to happen soon :) -Niles -- 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 op

[sage-devel] Re: Updating the Developer's Walk-Through

2011-02-21 Thread Niles
Bugs" http://www.sagemath.org/doc/developer/trac.html#reporting-bugs perhaps AskSage should be mentioned along side sage-devel and sage- support * conventions for naming patches on the Trac server might be useful: the one I've seen is "trac_d_short_description.patch". * a t

[sage-devel] Re: AskSage oddity

2011-02-13 Thread Niles
or some questions, or just the ones you've asked -- these do report comments, answers, and even edits thereof. If you have other suggestions for how it could be more useful, I for one would be glad to know :) -Niles -- To post to this group, send an email to sage-devel@googlegroups.com To u

[sage-devel] Re: Fwd: Feedback on Tachyon APIs used by SAGE, etc..

2011-02-11 Thread Niles
dn't figure out how to apply arbitrary colormaps to surfaces plotted with Tachyon -- I'd like to be able to give a function which specifies the color at each point (and other characteristics of the texture while I'm at it, I guess). Is this already possible? -Niles On Feb 11, 7:5

[sage-devel] Re: sage thoughts

2011-02-09 Thread Niles
ed the following in "~/.hgrc" (update for your information, but an email address is not required). This is explained earlier on the page "Walking Through the Development Process", but not entirely in the section "Getting Started with Mercurial Queues". [ui] username = Carl

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

2011-02-08 Thread Niles
ne who knows these pointers (and who thinks it's a worthwhile project) either add them to the wiki page, or send them to me so I can do it? thanks! Niles -- 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

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

2011-02-08 Thread Niles
d remove that line :) As for goals, I'm totally in favor of them! For a start, we could use the Ask Sage site to aggregate an ordered list of the goals individual developers have. A steering committee could use this (and other input) as a basis for stating some specific mid-range (3 -- 6

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

2011-02-08 Thread Niles
this, please let me know. If you think this might help but aren't sure, try it out by reviewing one of these items! ;) best, Niles -- 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...@googlegro

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

2011-01-30 Thread Niles
e. Clearly we won't agree perfectly on this, but maybe there are some generally good ideas which can emerge anyway? thanks everyone! Niles -- 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...@googlegr

[sage-devel] Re: Free advertising on Stack Overflow

2011-01-30 Thread Niles
hover text. May I suggest "Sage: Open source mathematics software" ? thanks again to all involved, Niles and p.s. Let's make sure to not forget about the landing page :) On Jan 29, 2:12 pm, Ivan Andrus wrote: > > Thank you. > > > How did you get all tha

[sage-devel] Re: Free advertising on Stack Overflow

2011-01-29 Thread Niles
On Jan 29, 9:41 am, Ivan Andrus wrote: > Okay it's up > athttp://meta.stackoverflow.com/questions/74983/open-source-advertising... > so feel free to vote for it. > > I think I can still edit it to point somewhere else if we want. > > -Ivan Thanks! Now I have to get some rep. points so I can v

[sage-devel] Re: post more

2011-01-29 Thread Niles
icket #1956), and I very much hope it gets a final review soon. I also filed some new tickets having to do with algebra and graphics, and fixed a few other tickets. I think I even did a review or two. Oh, and I'm really happy about the new look of the sage documentation, another change I got

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

2011-01-29 Thread Niles
iously. As Tom has pointed out, the structure required for sage contributions should help in this area. And maybe we'll think of some other ways to help ensure quality contributions. -Niles -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this

[sage-devel] Re: Free advertising on Stack Overflow

2011-01-29 Thread Niles
On Jan 29, 4:57 am, Eviatar wrote: > I can't post it because you need 10 reputation to post images. Anyone > have a Meta StackOverflow account with over 10 reputation? I can't help here, but I did see that someone with +200 on StackOverflow gets a +100 bonus on Meta, so maybe someone else can h

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

2011-01-28 Thread Niles
oses. Maybe there are other (better?) reasons too? -Niles -- 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-devel URL: http://www.sagemath.org

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

2011-01-27 Thread Niles
On Jan 27, 12:25 pm, "Nicolas M. Thiery" wrote: > All of those should be track tickets. And we could choose a new > keyword (like the one we already have for "beginner" patches) for > those tickets that require advanced computer science skills but not so > much mathematics. Then of course a sea

[sage-devel] Re: Free advertising on Stack Overflow

2011-01-27 Thread Niles
On Jan 27, 11:42 am, Emil Widmann wrote: > > I like ALL of Eviatars designs very much, though I would vote for the > 2nd. I think most important is to get them out "in the wild" soonest, > so please Eviatar publish. (I guess Link can be optimised later) Agreed -- some of the other designs ther

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

2011-01-27 Thread Niles
nvolved with sage for longer have even better suggestions than these for ways programmers could contribute. Please add them here, and after a while hopefully we can add the suggestions somewhere programmers can find them. best, Niles -- To post to this group, send an email to sage-devel@googlegroup

[sage-devel] Re: Free advertising on Stack Overflow

2011-01-27 Thread Niles
become prevalent in recent years (this one is white and purple) -- I think this gives a "fresh and new" edge (which is perhaps the same as 'amateurish', I admit). -Niles -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group,

[sage-devel] Re: Free advertising on Stack Overflow

2011-01-24 Thread Niles
results", or another such line to evoke a sense of challenge. This could fit under the line "Contribute to Sage", in a slightly smaller font (maybe black or dark grey, monospace, as a clue that we're referencing coding problems). -Niles p.s. on the topic of graphics: The Ma

[sage-devel] Re: I'm running Mac OS X. So which version of sage do I install?

2011-01-22 Thread Niles
at we could use someone building a 10.5 or 10.4 > binary on Intel more regularly.  The 32/64 shouldn't make a difference > in terms of whether it runs, though. thanks! -Niles -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an ema

[sage-devel] Re: I'm running Mac OS X. So which version of sage do I install?

2011-01-22 Thread Niles
A partial answer to my own question: The installation instructions at http://wiki.sagemath.org/DownloadAndInstallationGuide and http://www.sagemath.org/doc/installation/binary.html look pretty easy to update. Now I just need to know what to recommend for 10.5, 64-bit Mac users. -Niles

[sage-devel] I'm running Mac OS X. So which version of sage do I install?

2011-01-22 Thread Niles
The following comes from a friend and long-time gap user who has decided to give sage a real try. How tough would it be to make the install choices more clear? Also, should I tell him "sage-4.5.3- OSX-32bit-10.5-i386-Darwin.dmg" (note that it's an older version of sage too)? th

[sage-devel] Re: preparser is affecting commands like 'cd', 'mv', etc.

2011-01-19 Thread Niles
On Jan 18, 1:00 pm, Mike Hansen wrote: > If you just want to run "system" commands, just use the IPython > command for that: > >  !mv tmp0-50/output-02*.png some-other-directory/ Ah -- I didn't know about that. Thanks! Niles -- To post to this group,

[sage-devel] Re: preparser is affecting commands like 'cd', 'mv', etc.

2011-01-18 Thread Niles
because I don't know how to do globbing properly. Is there a proper syntax for the following? sage: mv tmp0-50/output-02*.png some-other-directory/ Note that using quotes around the command fails here. thanks, Niles -- To post to this group, send an email to sage-devel@googlegroups.com To

[sage-devel] preparser is affecting commands like 'cd', 'mv', etc.

2011-01-17 Thread Niles
Is the following a known bug? sage: cd tmp0-50/ [Errno 2] No such file or directory: 'tmp0-Integer(50)/' of course it works fine if I put quotes around the filename. (I'm using sage 4.6 on RHEL, but I've noticed similar problems on Mac too) -Niles -- To post to this gro

[sage-devel] Re: Community thanks

2011-01-10 Thread Niles
I just wanted to add my voice of *thanks!* to everyone involved with the booth. I enjoyed the chance to meet some other sage folks and talk to some new people about sage. And I love my sage sticker ;) thanks everyone, Niles -- To post to this group, send an email to sage-devel

[sage-devel] Re: patchbot seems to have trouble with dependencies

2010-12-20 Thread Niles Johnson
putting this off-list discussion back on the list :) On Mon, Dec 20, 2010 at 2:53 PM, Robert Bradshaw wrote: > On Mon, Dec 20, 2010 at 11:42 AM, Niles wrote: >> Hi Robert, >> >> I have a short bug report, which I didn't want to overload the sage- >> devel list wi

[sage-devel] Re: sage for newbies "sage days"

2010-12-11 Thread Niles
I'm interested in this too, especially bullet point two. -Niles On Dec 9, 11:37 pm, William Stein wrote: > Hi Sage-devel, > > If you would be interested in organizing, being involved in, > attending, getting your friends to attend, etc., a "Sage for Newbies" > Sage

[sage-devel] Re: buildbot testing documentation

2010-12-08 Thread Niles
field below is still blank but shouldn't be) I'm adding these comments to the buildbot description page (where you can also find a link to the source code): http://wiki.sagemath.org/buildbot best, Niles -- To post to this group, send an email to sage-devel@googlegroups.com To unsub

[sage-devel] Re: buildbot testing documentation

2010-12-06 Thread Niles
octest failures are from among a certain set of files -- this would give more useful information to reviewers. 4. On a similar topic, I think someone else suggested that the failure summary from doctests could be posted directly to each buildbot ticket page -- for most people, that's proba

[sage-devel] Re: Buildbot - does not seem to get much use

2010-12-04 Thread Niles
"depends on" line, and (if it doesn't already) accept a list of ticket dependencies at once? That way, 3 successive comments like depends on #1 depends on #2 depends on #1, #3 would result in the patches for #1 and #3 being applied, but not the one for #2. best, Niles -- To post

[sage-devel] Re: Buildbot - does not seem to get much use

2010-12-03 Thread Niles
t be applied In both cases, I tried to make it clear (to humans) what patches should be applied by adding an "== Apply ==" section to the ticket description, followed by a numbered list of patches to apply in order. Is there a better way for me (and others) to determine which patches a

[sage-devel] easy review #7644: power series reversion

2010-11-30 Thread Niles
sts. best, Niles -- 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-devel URL: http://www.sagemath.org

[sage-devel] Re: how to make pdf reference from a single file

2010-11-29 Thread Niles
On Nov 29, 9:11 am, John Cremona wrote: > Can anyone tell me how to make just part of the pdf reference manual, > specifically the part from a single .py file? I'd like to know how to do this too, and also how to produce the html version! -Niles -- To post to this group, send an em

  1   2   >