Re: [Numpy-discussion] Template system

2008-01-12 Thread Robert Kern
Charles R Harris wrote: OK, so far I've knocked it down to 35KB by removing stuff I'm not interested in. It is now smaller than Cog, and 7x larger than the file we now use to do the same job. I'm pretty sure I can make it leaner than that. It remains extensible. Can you put a tarball up

Re: [Numpy-discussion] Template system

2008-01-12 Thread Charles R Harris
On Jan 12, 2008 4:12 AM, Robert Kern [EMAIL PROTECTED] wrote: Charles R Harris wrote: OK, so far I've knocked it down to 35KB by removing stuff I'm not interested in. It is now smaller than Cog, and 7x larger than the file we now use to do the same job. I'm pretty sure I can make it leaner

[Numpy-discussion] Template system

2008-01-11 Thread Charles R Harris
Hi All, I'm thinking of adding the template system I pulled out of Django to Numpy to use in place of the current code generator. Its advantages are documentation, flexibility, and maintainance. The code totals about 470 KB, comes with a BSD license, and is compatible with Python = 2.3. I want to

Re: [Numpy-discussion] Template system

2008-01-11 Thread Robert Kern
Charles R Harris wrote: Hi All, I'm thinking of adding the template system I pulled out of Django to Numpy to use in place of the current code generator. Its advantages are documentation, flexibility, and maintainance. The code totals about 470 KB, comes with a BSD license, and is

Re: [Numpy-discussion] Template system

2008-01-11 Thread Charles R Harris
On Jan 11, 2008 2:58 PM, Robert Kern [EMAIL PROTECTED] wrote: Charles R Harris wrote: Hi All, I'm thinking of adding the template system I pulled out of Django to Numpy to use in place of the current code generator. Its advantages are documentation, flexibility, and maintainance. The

Re: [Numpy-discussion] Template system

2008-01-11 Thread Robert Kern
Charles R Harris wrote: On Jan 11, 2008 2:58 PM, Robert Kern [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Charles R Harris wrote: Hi All, I'm thinking of adding the template system I pulled out of Django to Numpy to use in place of the current code

Re: [Numpy-discussion] Template system

2008-01-11 Thread Charles R Harris
OK, so far I've knocked it down to 35KB by removing stuff I'm not interested in. It is now smaller than Cog, and 7x larger than the file we now use to do the same job. I'm pretty sure I can make it leaner than that. It remains extensible. On Jan 11, 2008 7:02 PM, Robert Kern [EMAIL PROTECTED]

Re: [Numpy-discussion] Template system

2008-01-11 Thread David Cournapeau
Charles R Harris wrote: OK, so far I've knocked it down to 35KB by removing stuff I'm not interested in. It is now smaller than Cog, and 7x larger than the file we now use to do the same job. I'm pretty sure I can make it leaner than that. It remains extensible. One good way to see whereas