[sage-devel] Generate Python classes from C++ headers?

2015-09-03 Thread Nathann Cohen
Helloo everybody, I just left a presentation from a guy who wrote a C++ library to deal with Markov Chains. It is *very* similar to the kind of code we write here: - Some "famous" constructions of Markov Chains - Different Classes of Markov Chains, with different implementations depending

Re: [sage-devel] Generate Python classes from C++ headers?

2015-09-03 Thread Nathann Cohen
Yo ! > There are, however, a bunch of libraries that have been developed over > the years that parse C++ header files and generate Python/C API > bindings, including: > > swig = standard wrapper and interface generator > sip = ? Thaanks ! It seems that "SWIG" is still

Re: [sage-devel] Generate Python classes from C++ headers?

2015-09-03 Thread William Stein
On Thu, Sep 3, 2015 at 7:16 AM, Nathann Cohen wrote: > Helloo everybody, > > I just left a presentation from a guy who wrote a C++ library to deal with > Markov Chains. It is *very* similar to the kind of code we write here: > > - Some "famous" constructions of Markov

Re: [sage-devel] Generate Python classes from C++ headers?

2015-09-03 Thread Francesco Biscani
For exposing C++ to Python I personally dislike solutions which require external tools. I have been using Boost.Python for years and I very satisfied with it: http://www.boost.org/doc/libs/1_59_0/libs/python If you are reasonably comfortable working with modern C++, that would be me first

Re: [sage-devel] Does python pass its test suite on any platform?

2015-09-03 Thread François Bissey
On 09/04/15 09:17, John H Palmieri wrote: > At least a while ago, Sage's Python failed its test suite on most (all?) > platforms. Is this still true? If you're willing, please try > >sage -f -c python2 > > and report the results. > > For me, it fails on OS X. > Fails here: 358 tests OK. 4

[sage-devel] [Trac] Forgot my password

2015-09-03 Thread Raniere Silva
One of the admins of http://trac.sagemath.org/ could help me restore my password? Account: r.gaia.cs Email: r.gaia...@gmail.com Thanks in advance. Raniere -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group

[sage-devel] Does python pass its test suite on any platform?

2015-09-03 Thread John H Palmieri
At least a while ago, Sage's Python failed its test suite on most (all?) platforms. Is this still true? If you're willing, please try sage -f -c python2 and report the results. For me, it fails on OS X. -- John -- You received this message because you are subscribed to the Google Groups

Re: [sage-devel] Does python pass its test suite on any platform?

2015-09-03 Thread François Bissey
After opening the firewall only test_gdb was left failing. Francois -- 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...@googlegroups.com. To