Re: [sage-devel] Updating Sagemath's README on Github [help] [newbie]

2016-01-07 Thread Karan Desai
Hi Nils, I have just beautified the existing plaintext version without altering the content for now. I have provided the links to both, the original README.txt and my updated README.md file above in the thread. Please do have a look at both of them, it is the third post in this thread, authore

Re: [IPython-dev] [sage-devel] Re: Jupyter notebook by default?

2016-01-07 Thread Thierry
Hi, On Thu, Jan 07, 2016 at 11:48:05AM +0100, MinRK wrote: [...] >- document conversion from sagenb to ipynb We should probably better focus on a good rst2ipynb translator. Indeed, there is a "sage -sws2rst" command already. This will have the benefit to be helpful for more people than just

[sage-devel] The coefficients() method of a MultivariatePowerSeriesRing is unreasonably slow

2016-01-07 Thread Daniel Lowengrub
Hi, I have been working a lot with PowerSeries recently, and discovered the following issue. Suppose we create a power series over a quotient ring like this: sage: R=PolynomialRing(QQ,1,'x') sage: quotient_of_R=R.quotient(R.irrelevant_ideal()**2, 'x') sage: x=quotient_of_R.gen() sage: P=PowerSe

[sage-devel] Can somebody review #15328

2016-01-07 Thread Volker Braun
Filtered vector spaces and Klyachko bundles on toric varieties http://trac.sagemath.org/ticket/15328 its been sitting in needs review for 2 years -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving e

[sage-devel] Re: OSX binaries (including El Capitan)

2016-01-07 Thread Volker Braun
Better error messages: http://trac.sagemath.org/ticket/19843 (needs review) On Thursday, January 7, 2016 at 3:24:41 PM UTC+1, kcrisman wrote: > > Also possibly relevant: > http://ask.sagemath.org/question/32094/sage-610-not-working-again-on-macos/ > > -- You received this message because you a

Re: [sage-devel] Updating Sagemath's README on Github [help] [newbie]

2016-01-07 Thread Nils Bruin
On Thursday, January 7, 2016 at 10:19:59 AM UTC-8, Karan Desai wrote: > > I forked the repository and converted the README.txt to README.md in a > separate branch created from master. > It's nice to have a README that renders a little nicer under special circumstances, but this should not come

[sage-devel] wiki password reset

2016-01-07 Thread John Cremona
How can I reset my password on the sagemath wiki? I need it to register a patchbot. John -- 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...@g

Re: [sage-devel] Updating Sagemath's README on Github [help] [newbie]

2016-01-07 Thread David Roe
We don't use github pull requests. You'll need to wait for a trac account, upload your SSH keys and then use the git trac extension ( https://github.com/sagemath/git-trac-command). See the developer manual for more details. David On Thu, Jan 7, 2016 at 1:19 PM, Karan Desai wrote: > Hi David, >

[sage-devel] Re: git worktree

2016-01-07 Thread Nathann Cohen
> > Has anyone tried it? Getting rid of "I checked out that branch, and it > triggered a 10-minute Sage rebuild" things would be great... > At some point I will get tired of repeating it, but there is absolutely no reason on earth why loading a branch should trigger *any* kind of rebuild excep

Re: [IPython-dev] [sage-devel] Re: Jupyter notebook by default?

2016-01-07 Thread MinRK
Thanks Jason for cross-posting. Since the issue of funding was brought up, I think supporting projects like this is exactly the sort of thing we should be doing with the funding we have, whether the work sits on the Jupyter or Sage side (I assume there will be both). It’s a bit tricky to keep trac

Re: [sage-devel] Re: A Sage function with a good deal of GAP native code

2016-01-07 Thread Nathann Cohen
> "should instead expose in the Sage mathematical objects those features from > GAP that you need" (could anyone translate this for me?) It means that: - If you write native GAP code to implement this, I believe that it is because you cannot run those computations by simply calling methods from Sa