Re: [Numpy-discussion] Breaking up the umathmodule file.

2008-11-17 Thread Travis E. Oliphant
Charles R Harris wrote: > Hi All, > > > > I propose: > > umath_funcs_c99.inc.src > umath_funcs.inc.src > umath_loops.inc.src > umath_object.inc > umathmodule.c This sounds fine to me. -Travis ___ Numpy-discussion mailing list Numpy-discussion@scipy.org

[Numpy-discussion] Breaking up the umathmodule file.

2008-11-16 Thread Charles R Harris
Hi All, I thought I should run this by folks before doing the deed. I propose to break up the umathmodule file. Currently the umath module is put together from the following files: math_c99.inc.src ufuncobject.c umathmodule.c.src I propose: umath_funcs_c99.inc.src umath_funcs.inc.src umath_loop