summaryrefslogtreecommitdiff
path: root/numpy/lib/src
Commit message (Collapse)AuthorAgeFilesLines
* And add bincount to error message.Charles Harris2008-03-191-1/+1
|
* More typo fixing.Charles Harris2008-03-191-7/+7
|
* Fix histogram references in arr_bincount.Charles Harris2008-03-191-14/+15
|
* Fix whitespace and compiler warning. _compiled_base.c is full of ugly code andCharles Harris2008-02-101-28/+32
| | | | is in terrific need of reformating.
* Merge the lib_for_io branch back into the trunk.Travis Oliphant2007-12-301-1/+271
|\
| * Create a branch for io work in NumPyTravis Oliphant2007-12-151-590/+0
|/
* Fix ticket #572: memory leak in _insert for 0-d input.Travis Oliphant2007-09-201-0/+1
|
* Fix whitespace to conform to Python 3000 convention.Stefan van der Walt2007-08-211-205/+205
|
* Add interp to numpy.lib adapted from arrayfns. Add an unfinished arrayfns ↵Travis Oliphant2007-04-021-2/+126
| | | | compatibility module to old_numeric.
* 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