[sage-devel] Re:

2015-07-20 Thread Keshav Kini
On 07/20/2015 06:18 AM, Елена Соменко wrote: > Hello, Mr. Kini. > > My name is Olena Somenko. I am from Kirovograd, Ukraine. I work as a > senior teacher in Kirovograd Institute of Human Development. Our > teachers and students actively use Sage in the work. So, there is a > need to create Ukrain

Re: [sage-devel] Re: no trac mail notifications?

2015-07-20 Thread Michael Orlitzky
On 07/20/2015 01:08 PM, Benjamin Hackl wrote: > ... might be just here at AAU. I found my notifications in the spam folder. The new host is missing reverse DNS. Jul 20 14:07:35 mx1 postfix/smtpd[23912]: NOQUEUE: reject: RCPT from unknown[128.208.160.253]: 550 5.7.1 Client host rejected: cann

Re: [sage-devel] Re: no trac mail notifications?

2015-07-20 Thread R. Andrew Ohana
Trac's ip address changed on Saturday, which that might have broken something with the email signature. I'll take a look later today. On Jul 20, 2015 10:27, "Benjamin Hackl" wrote: > Our mail system alters the subject (probably since today; wasn't like that > last Thursday) like this: > > ***

Re: [sage-devel] Re: no trac mail notifications?

2015-07-20 Thread Benjamin Hackl
Our mail system alters the subject (probably since today; wasn't like that last Thursday) like this: ***EVENTUELL*SPAM*** [4.979 / 4] Re: [sage-trac] Maybe this helps someone. All the best, Benjamin Am Montag, 20. Juli 2015 19:21:15 UTC+2 schrieb Daniel Krenn: > > Am 2015-07-20 um 19:08 sc

Re: [sage-devel] Re: no trac mail notifications?

2015-07-20 Thread Daniel Krenn
Am 2015-07-20 um 19:04 schrieb Nathann Cohen: > I just got one. Perhaps was it only temporary? Don't know...still nothing. Anyway, thanks. Daniel -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving e

Re: [sage-devel] Re: no trac mail notifications?

2015-07-20 Thread Daniel Krenn
Am 2015-07-20 um 19:08 schrieb Benjamin Hackl: > ... might be just here at AAU. I found my notifications in the spam folder. I do not use the @aau.at address. Could there have been changes in trac's mails so that some servers do not accept the mails (or declare them as spam)? -- You received th

[sage-devel] Re: no trac mail notifications?

2015-07-20 Thread Benjamin Hackl
... might be just here at AAU. I found my notifications in the spam folder. Benjamin Am Montag, 20. Juli 2015 18:00:29 UTC+2 schrieb Daniel Krenn: > > I do not get any trac mail notifications (about changes, etc.). Have > there been any changes to trac lately? > > Best > > Daniel > -- You

[sage-devel] Re: no trac mail notifications?

2015-07-20 Thread Nathann Cohen
I just got one. Perhaps was it only temporary? Nathann On Monday, July 20, 2015 at 6:00:29 PM UTC+2, Daniel Krenn wrote: > > I do not get any trac mail notifications (about changes, etc.). Have > there been any changes to trac lately? > > Best > > Daniel > -- You received this message becau

[sage-devel] no trac mail notifications?

2015-07-20 Thread Daniel Krenn
I do not get any trac mail notifications (about changes, etc.). Have there been any changes to trac lately? Best Daniel -- 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 ema

Re: [sage-devel] Re: Including external Python libraries

2015-07-20 Thread michele . borassi
Hello! I think I have solved my problem: for future reference, the solution was written in the documentation (http://doc.sagemath.org/html/en/developer/packaging.html). I have opened ticket 18929 (http://trac.sagemath.org/ticket/18929) to include igraph library: hopefully, soon it will be availa

[sage-devel] Automatic index of functions in a module

2015-07-20 Thread Nathann Cohen
Hello everybody, I just created ticket #18926 [1] which makes it easier to build an index of function in a module, without keeping it updated manually. You can see from the diff what it takes to replace an existing index with a call to that function. To potential reviewers: I write Sage code beca

Re: [sage-devel] Re: is_zero proof survey

2015-07-20 Thread mmarco
A situation where the problem is decidable in theory, but can be VERY costly computationally is the case of quotients of polynomial rings. It can take a lot of time because groebner basis need to be computed (although theyt are needed for virtually anything you do in that ring, so you just have