[sage-devel] Re: Characteristic classes on manifolds

2019-03-31 Thread Michael Jung
Thanks for your interest! :) I started the ticket right away (to be honest, it took some effort as newbie). I already finished the code, yet the first push will take some time. I need to create the doctests, first. Unless you say it's not necessary for

[sage-devel] Re: Characteristic classes on manifolds

2019-03-31 Thread Travis Scrimshaw
Dear MJ, Also if you plan on including your code in Sage (which it sounds like you are, +1!), it would be a good idea to break the code into smaller pieces to help facilitate and easier review. For example, the algebra itself can be one ticket. Feel free to also cc me (by using tscrim) on

[sage-devel] Re: Poll: set online=True as the default for threejs viewer

2019-03-31 Thread Paul Masson
The CDN fallback only applies to IPython/Jupyter notebooks, not plots generated at the command line. Notebooks need to be run in a local server, and the local server will always know how to find its files. The fallback will only be activated if the notebook is moved to a remote location, and

[sage-devel] Re: Poll: set online=True as the default for threejs viewer

2019-03-31 Thread Andrey Novoseltsev
https://trac.sagemath.org/ticket/27575 addresses this by fixing an apparently already existing "fallback to the online CDN" and claiming that this discussion here becomes moot. But I think what the discussion here tried to address is that it is bad for a local install of Sage to silently fetch

[sage-devel] Re: Characteristic classes on manifolds

2019-03-31 Thread Eric Gourgoulhon
Le dimanche 31 mars 2019 12:58:26 UTC+2, Michael Jung a écrit : > > Great! So, the next step is cloning sage to my local repo and connect git > to the trac server, right? > Yep! > > Are there some important things I have to take care of? > > Above all, make sure that your code is fully

[sage-devel] Re: Characteristic classes on manifolds

2019-03-31 Thread MJ
Great! So, the next step is cloning sage to my local repo and connect git to the trac server, right? Are there some important things I have to take care of? Am Sonntag, 31. März 2019 11:40:01 UTC+2 schrieb Eric Gourgoulhon: > > Hi, > > Le samedi 30 mars 2019 19:03:27 UTC+1, MJ a écrit : >> >>

[sage-devel] Re: Characteristic classes on manifolds

2019-03-31 Thread Eric Gourgoulhon
Hi, Le samedi 30 mars 2019 19:03:27 UTC+1, MJ a écrit : > > My dear developers, > right now, I'm working on my master thesis and my task is to implement > characteristic classes (of the tangent bdl. of a manifold), such as the > A-genus, into Sage. The implementation shall be based > upon this

Re: [sage-devel] Re: Problem with wedge of unnamed diff forms on non-parall. mfds

2019-03-31 Thread Eric Gourgoulhon
PS: if you have SageMath 8.7 installed and want to use the fix introduced in https://trac.sagemath.org/ticket/27576, it is quite easy: simply open a console at the SageMath root directory and type: git remote add trac git://trac.sagemath.org/sage.git git checkout -b wedge_fixed git pull trac

Re: [sage-devel] Error while building sage 8.8 due to igraph

2019-03-31 Thread Dima Pasechnik
you need the two tarballs mentioned at the end of ticket description here: https://trac.sagemath.org/ticket/27502 (they didn't make it to the mirrors yet) https://github.com/dimpase/igraph/releases/download/0.7.1999/igraph-0.7.1999.tar.gz and

[sage-devel] Error while building sage 8.8 due to igraph

2019-03-31 Thread rajat.mittal.mat15 via sage-devel
I was updating from sage 8.7 to 8.8 using git pull in my develop branch and encountered with following error due to igraph. I am using Ubuntu 16.04 OS. [dochtml] Build finished. The built documents can be found in