Re: [sympy] Re: Contributing to SymPy Paper

2016-04-22 Thread Mark Dewing
The autowrap feature I referred to is in sympy/utilities/autowrap.py, which contains ufuncify and a few other functions. The array evaluation code for callbacks is here: https://github.com/markdewing/sympy/blob/cubature_v/sympy/printing/llvmjitcode.py (I should clean it up and submit it.) If

Re: [sympy] GSoC students announced

2016-04-22 Thread Ondřej Čertík
On Fri, Apr 22, 2016 at 1:22 PM, Aaron Meurer wrote: > Hi everyone. As many of you may have noticed, Google has announced the results > for Google Summer of Code. I am proud to announce that eight students have > been accepted to work on SymPy/SymEngine. The following projects

[sympy] GSoC students announced

2016-04-22 Thread Aaron Meurer
Hi everyone. As many of you may have noticed, Google has announced the results for Google Summer of Code. I am proud to announce that eight students have been accepted to work on SymPy/SymEngine. The following projects have been accepted: Student (Project): Mentors Srajan Garg (Adding to

Re: [sympy] Re: Contributing to SymPy Paper

2016-04-22 Thread yueming liu
Hi Mark, I agree that they should be driven by strong examples. Actually, all the proposed interfaces are motivated by solving some problems that I faced in real applications (They are originally motivated by solving partial differential equations using finite element methods. Users can