May 30, 2013
9:36 p.m.
Blake Griffith <blake.a.griffith <at> gmail.com> writes:
And since order does matter, having npy_bool_wrapper first probably is not optimal. So I'm trying to figure the relevance of ordering these things and what a proper order should be.
Ok, sounds good. Bool probably should go first --- there's a natural safe-cast order for numpy types, see here: http://docs.scipy.org/doc/numpy/reference/ufuncs.html and nothing casts safely to a boolean --- so it should be first.