Re: [sage-devel] Spurious error report from patchbot plugin doctest_continuation

2015-10-22 Thread Frédéric Chapoton
no, because people can still try to introduce new ones. Le jeudi 22 octobre 2015 20:33:42 UTC+2, Volker Braun a écrit : > > Of course we could upgrade all old-style continuations and then remove the > patchbot plugin... ;-) > > > On Thursday, October 22, 2015 at 6:49:21 PM UTC+2, Frédéric Chapoto

Re: [sage-devel] El Capitan SIGSEGV upon compiling sage 6.9

2015-10-22 Thread Volker Braun
6.10.beta1 On Thursday, October 22, 2015 at 8:31:12 PM UTC+2, Christian Nassau wrote: > > You need at least 6.10.beta0 to compile on OSX10.11 - your issues seem > similar to those of #19370 where this was fixed. > -- You received this message because you are subscribed to the Google Groups "sa

Re: [sage-devel] Spurious error report from patchbot plugin doctest_continuation

2015-10-22 Thread Volker Braun
Of course we could upgrade all old-style continuations and then remove the patchbot plugin... ;-) On Thursday, October 22, 2015 at 6:49:21 PM UTC+2, Frédéric Chapoton wrote: > > just ignore the patchbot advice when it is wrong.. There is no easy way to > enhance this plugin. > -- You received

Re: [sage-devel] El Capitan SIGSEGV upon compiling sage 6.9

2015-10-22 Thread Christian Nassau
Hi Alejandro, You need at least 6.10.beta0 to compile on OSX10.11 - your issues seem similar to those of #19370 where this was fixed. HTH, Christian On 22.10.2015 18:52, Alejandro Erickson wrote: I get an error that I don't see much information about when compiling on El Capitan. The short

Re: [sage-devel] convert .sws to .ipynb

2015-10-22 Thread William Stein
On Thu, Oct 22, 2015 at 10:19 AM, Ralf Hemmecke wrote: > Hello, > > I'd like to convert some simple .sws file into Ipython notebooks > (.ipynb). Searching for a converter led me to > > https://github.com/anteprandium/sagews2ipynb > > but unfortunately the README.md says nothing about how to actual

[sage-devel] convert .sws to .ipynb

2015-10-22 Thread Ralf Hemmecke
Hello, I'd like to convert some simple .sws file into Ipython notebooks (.ipynb). Searching for a converter led me to https://github.com/anteprandium/sagews2ipynb but unfortunately the README.md says nothing about how to actually call the script. Any suggestions? Thank you Ralf -- You receive

Re: [sage-devel] Spurious error report from patchbot plugin doctest_continuation

2015-10-22 Thread Frédéric Chapoton
just ignore the patchbot advice when it is wrong.. There is no easy way to enhance this plugin. Le jeudi 22 octobre 2015 17:11:22 UTC+2, Jeroen Demeyer a écrit : > > On 2015-10-22 16:54, Vincent Delecroix wrote: > > On 22/10/15 11:52, Eric Gourgoulhon wrote: > >> PS: I agree that starting a lin

[sage-devel] Re: Mathplotlib and color input

2015-10-22 Thread Nathann Cohen
Not sure if it is exhaustive, but there is this at least: http://matplotlib.org/api/colors_api.html#matplotlib.colors.ColorConverter.to_rgb You can also try your luck on their maling list. Nathann On Thursday, October 22, 2015 at 9:46:04 AM UTC+2, Jori Mäntysalo wrote: > > Stupid questio

Re: [sage-devel] Spurious error report from patchbot plugin doctest_continuation

2015-10-22 Thread Jeroen Demeyer
On 2015-10-22 16:54, Vincent Delecroix wrote: On 22/10/15 11:52, Eric Gourgoulhon wrote: PS: I agree that starting a line by "..." is not very orthodox typography but it is commonly used to stress that the sentence is the continuation of a preceeding statement, isn't it? I am also inclined to

Re: [sage-devel] Spurious error report from patchbot plugin doctest_continuation

2015-10-22 Thread Vincent Delecroix
On 22/10/15 11:52, Eric Gourgoulhon wrote: PS: I agree that starting a line by "..." is not very orthodox typography but it is commonly used to stress that the sentence is the continuation of a preceeding statement, isn't it? I am also inclined to modify the patchbot instead of restricting the

Re: [sage-devel] Spurious error report from patchbot plugin doctest_continuation

2015-10-22 Thread Eric Gourgoulhon
Thanks Vincent for your reply. I've reported the issue to the patchbot github page. Eric. PS: I agree that starting a line by "..." is not very orthodox typography but it is commonly used to stress that the sentence is the continuation of a preceeding statement, isn't it? -- You received t

Re: [sage-devel] Spurious error report from patchbot plugin doctest_continuation

2015-10-22 Thread Vincent Delecroix
Hola Eric, From your part it is a typographical error since "..." should not be preceded by any space. The patchbot is not smart at all since this is just the naive regexp: regex=r'^\s*\.\.\.\s' The issues should be reported on github (if you do have an account): https://github.com/robertwb/

[sage-devel] Spurious error report from patchbot plugin doctest_continuation

2015-10-22 Thread Eric Gourgoulhon
Hi, On the ticket http://trac.sagemath.org/ticket/18529 the patchbots report a failed plugins.doctest_continuation: http://patchbot.sagemath.org/log/18529/Gentoo%20Base%20System/2.2/x86_64/3.2.1-gentoo-r2/sage4/2015-10-20%2023:53:22?plugin=plugins.doctest_continuation This is caused by line 779

Re: [sage-devel] Thread boosting in NTL

2015-10-22 Thread Victor Shoup
I implemented a simple thread pool, so threads are long lived and wake up when there is work to do. The thread pool class is pretty easy to use. Have not tried hyperthreading. The sys admins who are in charge of the machine are not keen to turn it on. All the code is available on my Web site.

Re: [sage-devel] Sage on OS X: El Capitan

2015-10-22 Thread Volker Braun
On Thursday, October 22, 2015 at 4:42:52 AM UTC+2, yomcat wrote: > > IMO, this solution will work, but is not the best one. An installer that > allows the user to select the installation directory (which is then fixed) > is a better idea. > I don't really use OSX but afaik the preferred way is

[sage-devel] Re: develop tag not updated ?

2015-10-22 Thread Volker Braun
I deleted the cgit cache, it sometimes gets stale results. Those work for me now. On Thursday, October 22, 2015 at 9:53:32 AM UTC+2, Frédéric Chapoton wrote: > > The problem is still there.. > > compare > > http://git.sagemath.org/sage.git/log/?h=6.10.beta1 > > and > > http://git.sagemath.org/

Re: [sage-devel] Thread boosting in NTL

2015-10-22 Thread Thierry Dumont
Le 21/10/2015 23:38, Victor Shoup a écrit : > Just in case anyone is interested... > I am interested. > I released a new version of NTL that offers a new "thread boosting" feature, > which utilizes multiple cores to speed up certain computations. > This is a work in progress...as of now, only bas

Re: [sage-devel] Thread boosting in NTL

2015-10-22 Thread Jeroen Demeyer
On 2015-10-22 09:59, Jean-Pierre Flori wrote: Hi Victor, I plan to work on the sage ntl interface (which was written before cython supported c++) during sage days 70 in November. Cool. Let's do this! I already had a look at it earlier and it's really a huge mess, it's probably more work than

[sage-devel] Thread boosting in NTL

2015-10-22 Thread Jean-Pierre Flori
Hi Victor, I plan to work on the sage ntl interface (which was written before cython supported c++) during sage days 70 in November. Hopefully I ll also look into enabling threading and exceptions. Best, JP -- You received this message because you are subscribed to the Google Groups "sage-de

[sage-devel] Re: develop tag not updated ?

2015-10-22 Thread Frédéric Chapoton
The problem is still there.. compare http://git.sagemath.org/sage.git/log/?h=6.10.beta1 and http://git.sagemath.org/sage.git/log/?h=develop Frederic Le mercredi 21 octobre 2015 20:48:06 UTC+2, Volker Braun a écrit : > > Thanks, fixed. > > On Wednesday, October 21, 2015 at 8:05:37 PM UTC+2, F

[sage-devel] Mathplotlib and color input

2015-10-22 Thread Jori Mäntysalo
Stupid question, but is there a page that lists ways to specify colors for mathplotlib? "black", "#00", "0.0", what else? Compare to http://matplotlib.org/api/markers_api.html that is linked on plot() function of graphs. -- Jori Mäntysalo