Re: [sage-devel] reviewing prevented code written by a cat from getting into Sage

2015-11-17 Thread Thierry Dumont
Le 17/11/2015 08:20, Johan S. R. Nielsen a écrit :
> Cats on the keyboard are dangerous! My cat once ran over my keyboard
> while I was in Vim. The result: deleted all contents of the file, saved
> AND nuked the undo buffer!
> 
> Thank goodness for version control...
> 
And what about a mouse running on the keyboard ?

Probability of such event seems greater, among users of Sage, no ?
> 
> kcrisman writes:
> 
>> I usually catch those before committing. I still don’t know how one of our 
>>> cats open iTunes on my laptop (there are no icons for it on the desktop or 
>>> panel). 
>>>
>>
>> I like also that this could have been caught by doctesting that specific 
>> error being raised :) 
> 

-- 
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 email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.
<>

Re: [sage-devel] Re: A new book on Sage, for high school students in Poland

2015-11-17 Thread Andrzej Giniewicz
Hi.

I noticed book is already there, but Author names were copy-pasted
from position above. This should be "Andrzej Giniewicz and Katarzyna
Zajączkowska" - not "Thorsten Theobald and Sadik Iliman". Also, in
title instead of "ę" there is "\ce" and instead of "ć" there is "ç".
And - the publication year also was copied from post above I believe,
as we are already on the shelves in 2015 :)

If there are some issues with encoding, this is html-encoded title:

"Zrozumie matematyk z pakietem Sage"

and names:

"Andrzej Giniewicz and Katarzyna Zajczkowska"

Thanks,
Andrzej.

On Wed, Nov 11, 2015 at 4:01 AM, kcrisman  wrote:
>>
>> I'd like to mention a new book using Sage I co-authored, that got
>> released last week.
>>
>
> This is awesome!  We should definitely get this advertised on the website as
> soon as possible.
>
>
>>
>> It is in Polish and covers all mathematics topics from high school,
>> according to the current core curriculum in Poland. It is not a
>> textbook, but supplemental material, which aims to wake up the
>> imagination on the way to proper understanding of mathematics topics.
>> This is why decided to use mathematical package to remove the burden
>> of calculations, and this is why we also decided to use lot of
>> references to pop-culture and imagined stories - sea snake named
>> Ssstefan approaching the Viking ship helps to understand function
>> transformations, Brian the crocodile tamer helps to see overlapping
>> intervals.
>>
>> We covered all major interfaces (Cell, Cloud, Notebook, iPhone,
>> Android apps). It is 352 pages, typeset using PDFLaTeX+SageTeX package
>> (we had to adjust it a bit, because we decided to save images in SVG
>> and then convert to TikZ using https://github.com/kjellmf/svg2tikz -
>> for 3D graphics we decided to output png from Tachyon and then added
>> overlay in TikZ, which was more tricky, but also worked).
>>
>> It would be cool if our book could be mentioned on
>> http://www.sagemath.org/library-publications.html#books - and it would
>> be also very helpful if we could hear some opinions. Especially, that
>> we have some plans on making an English version in the future - and
>> any opportunity to improve would be great (we need to find some budget
>> for professional translation service, as there are jokes and ideas in
>> the book that do not translate 1-1).
>>
>> Below are some release informations:
>>
>> Authors: Andrzej Giniewicz, Katarzyna Zajączkowska
>> Title: "Zrozumieć matematykę z pakietem Sage" (translation:
>> "Understand mathematics with the Sage package")
>> Publisher: GiS (http://www.gis.wroc.pl/)
>> ISBN: 978-83-62780-42-6
>> Year: 2015
>> Web page: http://www.eurekacode.com/matematyka
>>
>> Sorry, but web pages are in Polish.
>>
>> It is kind of self-promotion, but I think it is still relevant. (btw,
>> do we have separate list for such announcements?)
>>
>> We are looking forward to hearing some opinions,
>> Thanks,
>> Andrzej Giniewicz & Katarzyna Zajączkowska.
>
> --
> 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 email to sage-devel@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-devel.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] graph_editor() and digraphs

2015-11-17 Thread Jori Mäntysalo
Does anyone know javascript here? We have graph_editor() that works nicely 
when starting from scratch. (But forgots labels when modifying existing 
graph.)


But there is no way to draw a DIgraph, and it is a little irritating.

--
Jori Mäntysalo


[sage-devel] Re: Options for graph drawing

2015-11-17 Thread Nathann Cohen

>
> We do have common view that it should be possible to, for example, set 
> shape of vertices one-by-one, as now we can set colors. 
>

I don't think that it should be hard to do. With all plotting code, 
however, you will deal with hundreds of line of codes, tens of 
customization that walk on each other's toes... But you can probably add it 
'easily'.

These days I use g.show(method='js') a lot. I opened a new ticket yesterday 
to enable zooming:

http://trac.sagemath.org/ticket/19591

Nathann

-- 
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 email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Options for graph drawing

2015-11-17 Thread Jori Mäntysalo
See http://trac.sagemath.org/ticket/13827 , specially starting from 
http://trac.sagemath.org/ticket/13827#comment:5


There is no common view of interface for graph plotting function(s). More 
opinions are needed.


 * * *

We do have common view that it should be possible to, for example, set 
shape of vertices one-by-one, as now we can set colors.


--
Jori Mäntysalo