[Numpy-discussion] ANN: SfePy 2015.1

2015-02-26 Thread Robert Cimrman
I am pleased to announce release 2015.1 of SfePy. Description --- SfePy (simple finite elements in Python) is a software for solving systems of coupled partial differential equations by the finite element method or by the isogeometric analysis (preliminary support). It is distributed

Re: [Numpy-discussion] GSoC'15 - mentors ideas

2015-02-26 Thread Sebastian Berg
On Do, 2015-02-26 at 07:09 -0800, Jaime Fernández del Río wrote: snip To add one of my own: the old iterator is still being used in many, many places throughout the numpy code base. Wouldn't it make sense to port those to the new one? In doing so, it would probably lead to

Re: [Numpy-discussion] GSoC'15 - mentors ideas

2015-02-26 Thread Jaime Fernández del Río
On Thu, Feb 26, 2015 at 2:54 AM, Todd toddr...@gmail.com wrote: I am not able to mentor, but I have some ideas about easier projects. These may be too easy, too hard, or not even desirable so take them or leave them as you please. scipy: Implement a set of circular statistics functions

Re: [Numpy-discussion] GSoC'15 - mentors ideas

2015-02-26 Thread Todd
I am not able to mentor, but I have some ideas about easier projects. These may be too easy, too hard, or not even desirable so take them or leave them as you please. scipy: Implement a set of circular statistics functions comparable to those in R or MATLAB circular statistics toolbox. Either