summaryrefslogtreecommitdiff
path: root/numpy/doc/pyrex/c_numpy.pxd
Commit message (Collapse)AuthorAgeFilesLines
* Move documentation outside of source tree. Remove `doc` import from __init__.Stefan van der Walt2008-08-231-125/+0
|
* Correct c_numpy.pxdRobert Kern2007-01-311-2/+6
|
* 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
* 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.
* Move swig and pyrex overTravis Oliphant2006-03-131-0/+59