Re: [sage-devel] What are the most important parts of Sage?

2010-06-20 Thread François Bissey
> I would have thought python was pretty critical, but I can'f find a > way of testing python. Although python is built with the usual > > configure > make > make install > > there is no 'make check'. try 'make test'. Francois -- To post to this group, send an email to sage-devel@googlegroups.

Re: [sage-devel] sagenotebook vs codenode

2010-06-20 Thread Alex Clemesha
. > > OK, but that doesn't fully answer my question. From appearance they look > similar. Do they have the same codebase? Was sagenotebook developed from > codenode or vice versa? > They have different code bases. I was one of the original creators of the Sage Notebook (which came first) and I'm

Re: [sage-devel] sagenotebook vs codenode

2010-06-20 Thread Alex Ghitza
On Mon, 21 Jun 2010 01:40:06 +0200, Ralf Hemmecke wrote: > > It does not support interacts > > Can you explain what you mean by "interacts"? http://wiki.sagemath.org/interact Best, Alex -- Alex Ghitza -- http://aghitza.org/ Lecturer in Mathematics -- The University of Melbourne -- Australia

Re: [sage-devel] sagenotebook vs codenode

2010-06-20 Thread Ralf Hemmecke
>> What is the relation between sagenotebook and codenode.org? > My understanding is that Codenode was supposed to be a generalized > Sage Notebook. OK, but that doesn't fully answer my question. From appearance they look similar. Do they have the same codebase? Was sagenotebook developed from c

[sage-devel] What are the most important parts of Sage?

2010-06-20 Thread David Kirkby
I reported yesterfay that only 19 of the 98 or so standard packages have an spkg-check file, making it possible to test the packages as Sage is built. None of the list below have any way of running self-tests on the packages, though in many cases the upstream packages have no test suites. I've jus

[sage-devel] Easy patch review - just adds spkg-file to allow self tests

2010-06-20 Thread David Kirkby
If anyone has a minute or two, http://trac.sagemath.org/sage_trac/ticket/9286 should be a trivial review. -- 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

Re: [sage-devel] Re: Attributes onto edges in sage graphs

2010-06-20 Thread Michele Comignano
Il 20/06/2010 23:25, Michele Comignano ha scritto: But since python implementation doesn't reveal an error, it must be in a backend implementation in some of the backends in http://hg.sagemath.org/sage-main/file/2cffe66bd642/sage/graphs/base that are extensions written in cython and it's too la

[sage-devel] Re: Negative sign missing in latex output

2010-06-20 Thread Ryszard Wojciechowski
Seems to be related to #9086 - LaTeX representation of negative symbolic fractions broken (http://trac.sagemath.org/sage_trac/ticket/ 9086). -- 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

Re: [sage-devel] Re: Attributes onto edges in sage graphs

2010-06-20 Thread Michele Comignano
Il 20/06/2010 22:26, Nathann Cohen ha scritto: Could you please give us an example of such a "strange behavior" when using dictionaries as labels in Sage ? Try the attached file. It creates a graph, then adds nodes and edges. After, assigns a new element (a growing integer) to the label dict

[sage-devel] Re: Attributes onto edges in sage graphs

2010-06-20 Thread Nathann Cohen
Hello !! Could you please give us an example of such a "strange behavior" when using dictionaries as labels in Sage ? Thanks ! Nathann -- 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.co

[sage-devel] Re: Depreciating functions

2010-06-20 Thread Andrew Mathas
Hi Florent, I agree that this is a significant improvement on the old way of doing it and it is almost functionally equivalent to what I am proposing. There is one difference, however, in that the current method for depreciating [sic] will not work if the syntax of the new version of the function

[sage-devel] Attributes onto edges in sage graphs

2010-06-20 Thread Michele Comignano
Networkx, sage's graph structure backend permits to mantain a dictionary of attributes associated to edges and vertices, but sage only permits to associate a label to each edge. Modeling a problem I needed to mantain such attributes externally to the graph but this can be the way to errors if

Re: [sage-devel] Re: Depreciating functions

2010-06-20 Thread William Stein
On Sun, Jun 20, 2010 at 12:21 PM, Andrew Mathas wrote: > > > On Jun 20, 8:23 pm, Tom Boothby wrote: >> Important quibble: the word is deprecate. > > Only in north America! In Python/Sage it is "deprecate". William -- William Stein Professor of Mathematics University of Washington http://wste

[sage-devel] Re: Depreciating functions

2010-06-20 Thread Andrew Mathas
On Jun 20, 8:23 pm, Tom Boothby wrote: > Important quibble: the word is deprecate. Only in north America! -- 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 th

Re: [sage-devel] sagenotebook vs codenode

2010-06-20 Thread Alex Clemesha
On Sun, Jun 20, 2010 at 5:04 AM, Ralf Hemmecke wrote: > What is the relation between sagenotebook and codenode.org? > Here's a good explanation: http://groups.google.com/group/codenode-devel/browse_thread/thread/9541cfc34db09a61 -Alex > > Ralf > > -- > To post to this group, send an email t

Re: [sage-devel] Depreciating functions

2010-06-20 Thread Tom Boothby
Important quibble: the word is deprecate. On Sun, Jun 20, 2010 at 10:26 AM, Andrew Mathas wrote: > Our current way of depreciating functions requires quite a bit of > surgery on the departing functions. If we use decorations instead we > could streamline this so that functions could be depreciate

Re: [sage-devel] Depreciating functions

2010-06-20 Thread Florent Hivert
Hi Andrew, On Sun, Jun 20, 2010 at 10:26:48AM -0700, Andrew Mathas wrote: > Our current way of depreciating functions requires quite a bit of > surgery on the departing functions. If we use decorations instead we > could streamline this so that functions could be depreciated by just > puttin

Re: [sage-devel] sagenotebook vs codenode

2010-06-20 Thread Timothy Clemans
On Sun, Jun 20, 2010 at 5:04 AM, Ralf Hemmecke wrote: > What is the relation between sagenotebook and codenode.org? My understanding is that Codenode was supposed to be a generalized Sage Notebook. The project is inactive. It does not support interacts and can not be used within Sage like Sage No

[sage-devel] Depreciating functions

2010-06-20 Thread Andrew Mathas
Our current way of depreciating functions requires quite a bit of surgery on the departing functions. If we use decorations instead we could streamline this so that functions could be depreciated by just putting a @depreciation line before their definition. A rough model of what I am thinking of i

[sage-devel] sagenotebook vs codenode

2010-06-20 Thread Ralf Hemmecke
What is the relation between sagenotebook and codenode.org? Ralf -- 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/s

[sage-devel] Re: Dead easy 4 line review needed.

2010-06-20 Thread Dr David Kirkby
On Jun 20, 1:25 am, "Dr. David Kirkby" wrote: > If anyones got a minute or two, the following package needs review. It should > not take long, or be difficult, as there are only 4 lines changed (excluding > comments). Jaap Spies has kindly done this. Dave -- To post to this group, send an em

Re: [sage-devel] Re: Sage OSX Clickable App

2010-06-20 Thread Ivan Andrus
On Jun 10, 2010, at 11:08 AM, William Stein wrote: > On Thu, Jun 10, 2010 at 8:07 AM, Robert Bradshaw > wrote: >> On Jun 9, 2010, at 11:53 PM, Georg S. Weber wrote: >>> On 10 Jun., 02:37, Jason Grout wrote: Karl-Dieter just showed me how to get the OSX App built using sage -bdist: