On Wed, Jan 26, 2011 at 2:01 PM, Joshua Holbrook <josh.holbr...@gmail.com>wrote:

> <snip>
> How closely coupled is this new code with numpy's internals? That is,
> could you factor it out into its own package? If so, then people could
> have immediate use out of it without having to integrate it into numpy
> proper.


The code depends heavily on the iterator I wrote, and I think the idea
itself depends on having a good dynamic multi-dimensional array library.
 When the numpy-refactor branch is complete, this would be part of
libndarray, and could be used directly from C without depending on Python.

-Mark
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to