summaryrefslogtreecommitdiff
path: root/numpy/doc/pyrex
Commit message (Collapse)AuthorAgeFilesLines
* Add up to date (and slightly cleaned up) support for Cython after portingFernando Perez2008-04-093-1/+14
| | | | | | | the existing Pyrex one, put in deprecation markers in the old Pyrex dir. The pyrex dir can be removed in a subsequent commit.
* Correct c_numpy.pxdRobert Kern2007-01-312-83/+76
|
* Use get_include instead of get_numpy_include.Stefan van der Walt2007-01-311-1/+1
|
* Add broadcasting behavior to random-number generators. Fix cholesky to keep ↵Travis Oliphant2006-07-251-3/+19
| | | | matrix return.
* Fix-up usage of NPY_ALLOW_THREADS. Default is now WITH_THREAD but an ↵Travis Oliphant2006-07-181-65/+64
| | | | environment variable NUMPY_NOSMP can be set which will make the default 0
* Fix UserArray.Travis Oliphant2006-07-062-102/+112
|
* Improve c_numpy.pxd a bit. Re-name get_numpy_include() to get_include() and ↵Travis Oliphant2006-07-011-9/+56
| | | | deprecate old name. Add PyArray_ZEROS and PyArray_EMPTY macros which take type-number instead of data-type object.
* Make ext module typespecs to use PyMODINIT_FUNC that is essential for ↵Pearu Peterson2006-04-241-2/+2
| | | | mingw32 and c++ code combination to work correctly.
* Add rest of the examples for pyrex and swigTravis Oliphant2006-03-148-0/+1214
|
* Move swig and pyrex overTravis Oliphant2006-03-131-0/+59