summaryrefslogtreecommitdiff
path: root/numpy/lib/src
Commit message (Collapse)AuthorAgeFilesLines
* Py_OptimizeFlag is available from Python.hTravis Oliphant2006-07-311-1/+0
|
* Don't add docstrings in add_newdoc if run with -OOTravis Oliphant2006-07-311-0/+7
|
* Apply npy_ and NPY_ prefixes to all C-API names that don't already have ↵Travis Oliphant2006-07-081-4/+4
| | | | PyArray_ prefixes.
* Cast to double instead of float in digitize.Stefan van der Walt2006-06-301-2/+2
|
* Make import_array and import_ufunc MACROS again.Travis Oliphant2006-06-201-2/+2
|
* Add missing Py_INCREF to fix ticket #95Travis Oliphant2006-05-091-0/+1
|
* Make ext module typespecs to use PyMODINIT_FUNC that is essential for ↵Pearu Peterson2006-04-241-1/+1
| | | | mingw32 and c++ code combination to work correctly.
* Don't raise fatal errors on load.Travis Oliphant2006-01-241-4/+2
|
* Fixed up PyArray_FromAny and friends for API --- recompile extensions...Travis Oliphant2006-01-191-2/+2
|
* Add a few more docstrings using add_docstring.Travis Oliphant2006-01-051-0/+7
|
* More numpy fixes...Travis Oliphant2006-01-041-2/+2
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-3/+3
|
* Moving things..Travis Oliphant2006-01-041-0/+453