summaryrefslogtreecommitdiff
path: root/weave/bytecodecompiler.py
Commit message (Expand)AuthorAgeFilesLines
* Moved weaveTravis Oliphant2005-09-261-1393/+0
* More modifications to allow instance attributes.patmiller2002-04-301-7/+50
* Changed == None to is NoneTravis Oliphant2002-04-051-7/+7
* Loops and 2D Numpy arrays (getitem and setitem). Still issuespatmiller2002-03-031-16/+111
* Rudimentary loops (range and xrange). Really good speedupspatmiller2002-03-011-19/+52
* Some hacks to get NumPy working (arrgh!! import_array() callpatmiller2002-02-251-8/+26
* Very prototypical version of weave.acceleratepatmiller2002-02-191-0/+1204