On Sun, Aug 31, 2014 at 1:48 PM, Eelco Hoogendoorn <hoogendoorn.eelco@gmail.com> wrote:
Ive organized all code I had relating to this subject in a github repository. That should facilitate shooting around ideas. Ive also added more documentation and structure to make it easier to see what is going on.

Hopefully we can converge on a common vision, and then improve the documentation and testing to make it worthy of including in the numpy master.

Note that there is also a complete rewrite of the classic numpy.arraysetops, such that they are also generalized to more complex input, such as finding unique graph edges, and so on.

You mentioned getting the numpy core developers involved; are they not subscribed to this mailing list? I wouldn't be surprised; youd hope there is a channel of discussion concerning development with higher signal to noise....


There are only about 2.5 of us at the moment. Those for whom this is an itch that need scratching should hash things out and make a PR. The main question for me is if it belongs in numpy, scipy, or somewhere else.

Chuck