Re: [sage-devel] Re: ipython notebook

2014-10-22 Thread Jori Mantysalo
On Wed, 22 Oct 2014, Volker Braun wrote: Its in 6.4.beta6. Run with "sage --notebook=ipython" It said that pyzmq is missing. Then sage -i pyzmq said that zmq.h was not found. (And last "yum whatprovides 'zmq.h'" found no matches...). A bug in pyzmq? (Might be, again, something wrong with m

Re: [sage-devel] Re: Poset/lattice, join and join_matrix

2014-10-22 Thread Jori Mantysalo
On Wed, 22 Oct 2014, Nathann Cohen wrote: given a Poset, how can you detect if this poset is a meet semilattice ? For sure we need a function for that ! And it seems that this function is exactly what join_matrix does. Of course one can try to build a [semi]lattice and see if it works or not.

Re: [sage-devel] NumberField comparison?!?

2014-10-22 Thread David Roe
> > > > Surely there is a good reason for that behavior? > > I see at least two reasons: > - it is not that easy to provide a efficient algorithm for comparisons > - the comparisons depend on the embedding, which might be in RR, CC > or an extension of Qp. I do not see how we can have a generic >

[sage-devel] Re: "New" (unexpected, and, as far as I know, undocumented) behaviour of graphics ?

2014-10-22 Thread Volker Braun
3d graphics inside the ipython notebook is not yet implemented (apart from the 2d preview). You can launch an external jmol until that is integrated. On Wednesday, October 22, 2014 8:05:38 PM UTC+1, Emmanuel Charpentier wrote: > > Answer below. > > Le mercredi 22 octobre 2014 19:32:03 UTC+2,

[sage-devel] Re: "New" (unexpected, and, as far as I know, undocumented) behaviour of graphics ?

2014-10-22 Thread Emmanuel Charpentier
Answer below. Le mercredi 22 octobre 2014 19:32:03 UTC+2, kcrisman a écrit : > > > > > This is #17170 >> >>> > >> I took some time (at last...) to experiment with sage 6.4beta6 and the >>> new (and impressive !) IPython notebook, and I noticed something curious in >>> the behaviour of graphics

Re: [sage-devel] NumberField comparison?!?

2014-10-22 Thread Vincent Delecroix
2014-10-22 17:13 UTC, Volker Braun : > The number field comparison returns ">" for any two non-equal numbers. Nope. Not true for quadratic number fields (see #13213). > Surely there is a good reason for that behavior? I see at least two reasons: - it is not that easy to provide a efficient algo

[sage-devel] Re: "New" (unexpected, and, as far as I know, undocumented) behaviour of graphics ?

2014-10-22 Thread kcrisman
This is #17170 > >> > I took some time (at last...) to experiment with sage 6.4beta6 and the new >> (and impressive !) IPython notebook, and I noticed something curious in the >> behaviour of graphics in various interfaces. >> >> - From command line, typing "plot(sin,[x,-5,5],figsize=3)" [

[sage-devel] NumberField comparison?!?

2014-10-22 Thread Volker Braun
The number field comparison returns ">" for any two non-equal numbers. Surely there is a good reason for that behavior? I found this by debugging polyhedra over number fields (http://trac.sagemath.org/ticket/17197). Obviously you can't have polyhedra if your comparison is not working: sage: K.

[sage-devel] Re: "New" (unexpected, and, as far as I know, undocumented) behaviour of graphics ?

2014-10-22 Thread Volker Braun
This is #17170 On Wednesday, October 22, 2014 4:36:21 PM UTC+1, Emmanuel Charpentier wrote: > > I took some time (at last...) to experiment with sage 6.4beta6 and the new > (and impressive !) IPython notebook, and I noticed something curious in the > behaviour of graphics in various interfaces.

Re: [sage-devel] Re: ipython notebook

2014-10-22 Thread John Cremona
On 22 October 2014 17:12, Volker Braun wrote: > Its in 6.4.beta6. Run with "sage --notebook=ipython" Thanks! John > > > On Wednesday, October 22, 2014 4:55:19 PM UTC+1, John Cremona wrote: >> >> I don't think that I have been paying attention. What is this >> "ipython notenook" and is it part

Re: [sage-devel] Why do we keep (very old) itanium binaries?

2014-10-22 Thread William Stein
On Wed, Oct 22, 2014 at 2:50 AM, mmarco wrote: > In the download page, we offer binaries for red hat 5.3 (+4 years old) over > itanium architecture. The version of Sage is 5.0.1 (+2 years old). > > Is it really useful to keep it? Are there any actual downloads? > > I would say that, if we can supp

[sage-devel] Re: ipython notebook

2014-10-22 Thread Volker Braun
Its in 6.4.beta6. Run with "sage --notebook=ipython" On Wednesday, October 22, 2014 4:55:19 PM UTC+1, John Cremona wrote: > > I don't think that I have been paying attention. What is this > "ipython notenook" and is it part of Sage? How does it relate to the > existing notebook? How do I run

[sage-devel] ipython notebook

2014-10-22 Thread John Cremona
I don't think that I have been paying attention. What is this "ipython notenook" and is it part of Sage? How does it relate to the existing notebook? How do I run it? John -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from thi

[sage-devel] "New" (unexpected, and, as far as I know, undocumented) behaviour of graphics ?

2014-10-22 Thread Emmanuel Charpentier
I took some time (at last...) to experiment with sage 6.4beta6 and the new (and impressive !) IPython notebook, and I noticed something curious in the behaviour of graphics in various interfaces. - From command line, typing "plot(sin,[x,-5,5],figsize=3)" [Enter] opens an mage viewer with the r

[sage-devel] Re: Poset/lattice, join and join_matrix

2014-10-22 Thread Nathann Cohen
Yo ! 1) Why is join() defined for join-semilattices, but join_matrix() > "defined" for posets? (I.e. it works by giving exception if the poset is > not join-semilattice.) > H... 1) I do not know why it is made like that, and I do not like the design 2) After several cycles of "a) answer q

[sage-devel] Re: Why do we keep (very old) itanium binaries?

2014-10-22 Thread kcrisman
> In the download page, we offer binaries for red hat 5.3 (+4 years old) > over itanium architecture. The version of Sage is 5.0.1 (+2 years old). > > Is it really useful to keep it? Are there any actual downloads? > > I would say that, if we can support Fedora over Itanium (that is, if we > ha

[sage-devel] Why do we keep (very old) itanium binaries?

2014-10-22 Thread mmarco
In the download page, we offer binaries for red hat 5.3 (+4 years old) over itanium architecture. The version of Sage is 5.0.1 (+2 years old). Is it really useful to keep it? Are there any actual downloads? I would say that, if we can support Fedora over Itanium (that is, if we have a buildbot

[sage-devel] Poset/lattice, join and join_matrix

2014-10-22 Thread Jori Mantysalo
1) Why is join() defined for join-semilattices, but join_matrix() "defined" for posets? (I.e. it works by giving exception if the poset is not join-semilattice.) 2) Would it be useful to have join() function taking more than two arguments? And if so, should then also L.join(x) return x if x in

Re: [sage-devel] where are the bots ?

2014-10-22 Thread Robert Bradshaw
The patchbot didn't survive the migration to the new machine. Fixed. On Tue, Oct 21, 2014 at 1:22 PM, R. Andrew Ohana wrote: > The buildbot was having some issues and was reporting everything as a > failure. I disabled it until I get a moment to fix it. > > On Tue, Oct 21, 2014 at 1:18 PM, Frédér