[sage-devel] Re: SageMath part of GSoC 2020

2020-02-21 Thread kcrisman
Congratulations yet again! On Friday, February 21, 2020 at 8:47:41 AM UTC-5, Harald Schilly wrote: > > SageMath was selected to be part of Google Summer of Code 2020. > > wiki: https://wiki.sagemath.org/GSoC/2020 > > gsoc: https://summerofcode.withgoogle.com/organizations/4553430409936896/ > >

[sage-devel] 10 years ago

2020-02-21 Thread Jaap Spies
https://github.com/sagemath/website/blob/master/src/changelogs/sage-4.3.3.txt -- 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] Re: Tip: easy input of math/unicode symbols

2020-02-21 Thread Emmanuel Charpentier
Who would do that ? You ? And which 73 others ? Unicode is Hge... Seriously : Such a proposal couldn't stop to "just" the "customary" single-letter greek variable names we are used to and think of first. There is no a priori valid reason to accept them and refuse, for example, hebrew or

Re: [sage-devel] unable to connect to git trac server

2020-02-21 Thread Dima Pasechnik
On Fri, Feb 21, 2020 at 6:19 PM varenyam bakshi wrote: > > i typed the following command > $ssh g...@trac.sagemath.org info > > and here is the output > > @@@ > @WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ >

[sage-devel] Re: Tip: easy input of math/unicode symbols

2020-02-21 Thread Simon King
On 2020-02-21, Simon King wrote: > Hi Emmanuel, > > On 2020-02-21, Emmanuel Charpentier wrote: >> sage: latex(λ^2) >> λ^{2} > > Couldn't we modify the latex() function, by exploiting > IPython.core.completer.reverse_latex_symbol, to automatically translate > all unicode symbols that aren't

[sage-devel] Re: Tip: easy input of math/unicode symbols

2020-02-21 Thread Simon King
Hi Emmanuel, On 2020-02-21, Emmanuel Charpentier wrote: > sage: latex(λ^2) > λ^{2} Couldn't we modify the latex() function, by exploiting IPython.core.completer.reverse_latex_symbol, to automatically translate all unicode symbols that aren't understood by pdflatex? Best regards, Simon -- You

[sage-devel] Re: Tip: easy input of math/unicode symbols

2020-02-21 Thread Emmanuel Charpentier
A similar bag of tricks is available to users of sage-shell-mode in emacs, using TeX Input Method or one of its possible customizations. But such variable names may cause havoc in a \LaTeX output. Consider: sage: var("λ") λ This works sage:

Re: [sage-devel] unable to connect to git trac server

2020-02-21 Thread varenyam bakshi
i typed the following command $ssh g...@trac.sagemath.org info and here is the output @@@ @WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@ IT IS POSSIBLE THAT SOMEONE IS

Re: [sage-devel] unable to connect to git trac server

2020-02-21 Thread Dima Pasechnik
I suggest that you try creating a small git repo on github and try to push to it and pull from it. If it doesn't work then you have a problem with a firewall or something like that. On Fri, 21 Feb 2020, 16:32 DIVESH KUMAR, wrote: > Hey I am facing a similar problem in configuring git with trac

[sage-devel] Tip: easy input of math/unicode symbols

2020-02-21 Thread Nicolas M. Thiery
Hi, Since Sage uses Python 3, we can finally use unicode symbols for variables: sage: Φ = lambda λ: λ + 1 But how to input them? I just accidently discovered that IPython (and thus Jupyter) makes it super easy. Type: sage: \Phi And you get: sage: Φ

Re: [sage-devel] unable to connect to git trac server

2020-02-21 Thread DIVESH KUMAR
Hey I am facing a similar problem in configuring git with trac using the git trac config --user USERNAME --pass 'PASSWORD command given in this link but ssh authentications fails. while using git trac config --user USERNAME --pass

Re: [sage-devel] unable to connect to git trac server

2020-02-21 Thread varenyam bakshi
i copy pasted it in the ssh key under preference section On Fri, Feb 21, 2020 at 7:35 PM E. Madison Bray wrote: > You still need to provide a host to connect to. In your screenshot > (posting screenshots is not necessary, you can just copy/paste the > terminal output), you just ran `ssh -i

Re: [sage-devel] unable to connect to git trac server

2020-02-21 Thread E. Madison Bray
You still need to provide a host to connect to. In your screenshot (posting screenshots is not necessary, you can just copy/paste the terminal output), you just ran `ssh -i ~/.ssh/id_rsa`. I didn't say this explicitly but it was implicit that that's just one flag to ssh; other options still need

[sage-devel] SageMath part of GSoC 2020

2020-02-21 Thread Harald Schilly
SageMath was selected to be part of Google Summer of Code 2020. wiki: https://wiki.sagemath.org/GSoC/2020 gsoc: https://summerofcode.withgoogle.com/organizations/4553430409936896/ timeline: https://summerofcode.withgoogle.com/how-it-works/#timeline (next important date: students apply mid

Re: [sage-devel] Re: Build does not complete for "sage -i database_cremona_ellcurve"

2020-02-21 Thread 'Klaus Krtschil' via sage-devel
Fine, thanks for the clarification. Am Freitag, 21. Februar 2020 00:18:30 UTC+1 schrieb Matthias Koeppe: > > This behavior of the binary distribution should be fixed. This is #29055 > (Installing any optional package on the binary distribution triggers full > recompile of sagelib). > > On