Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Make interp handle 'right' keyword correctly. Add check for empty | Charles Harris | 2010-05-24 | 1 | -35/+36 |
| | | | | arrays of sample points. Closes ticket #1064. | ||||
* | ENH: Remove some unused variable warnings. | Charles Harris | 2010-04-25 | 1 | -4/+3 |
| | |||||
* | ENH: get rid of #warning directives, either by fixing the issue or changing ↵ | Pauli Virtanen | 2010-04-04 | 1 | -3/+3 |
| | | | | them to comments | ||||
* | BUG: fix #1387. Raise ValueError for empty input to bincount. | David Cournapeau | 2010-02-02 | 1 | -0/+5 |
| | |||||
* | 3K: lib: module init for _compiled_base | Pauli Virtanen | 2009-12-06 | 1 | -4/+31 |
| | |||||
* | 3K: lib: fix PyString issues in _compiled_base -- may need revising | Pauli Virtanen | 2009-12-06 | 1 | -4/+10 |
| | |||||
* | ENH: Fix some more uninitialized vars. | David Cournapeau | 2009-09-16 | 1 | -1/+1 |
| | |||||
* | Replace string exception "multiarray.error" exposed by multiarray module | Charles Harris | 2009-06-06 | 1 | -4/+6 |
| | | | | | | with PyExc_Exception. Replace string exception "numpy.lib.error" exposed by numpy.lib with PyExc_Exception. This should allow old code catching the string errors to catch the standard error types that are now raised. | ||||
* | Replace ValueError by TypeError in appropriate places. | Charles Harris | 2009-06-03 | 1 | -2/+2 |
| | |||||
* | Remove unused reference to MultiArrayError. | Charles Harris | 2009-06-03 | 1 | -3/+3 |
| | |||||
* | Remove string exceptions. | Charles Harris | 2009-06-03 | 1 | -45/+65 |
| | | | | Remove macros containing gotos. | ||||
* | Initial style cleanup of _compiled_base.c | Charles Harris | 2009-06-02 | 1 | -381/+462 |
| | |||||
* | Move (un)packbits docstrings to add_newdocs.py. Fix typos. | Pauli Virtanen | 2009-02-14 | 1 | -31/+2 |
| | |||||
* | More add_newdocs entries, and make add_newdoc capable of adding docs also to ↵ | Pauli Virtanen | 2009-02-14 | 1 | -20/+31 |
| | | | | normal Python objects. | ||||
* | Tag unused variables in numpy.lib C code. | David Cournapeau | 2008-10-08 | 1 | -9/+9 |
| | |||||
* | And add bincount to error message. | Charles Harris | 2008-03-19 | 1 | -1/+1 |
| | |||||
* | More typo fixing. | Charles Harris | 2008-03-19 | 1 | -7/+7 |
| | |||||
* | Fix histogram references in arr_bincount. | Charles Harris | 2008-03-19 | 1 | -14/+15 |
| | |||||
* | Fix whitespace and compiler warning. _compiled_base.c is full of ugly code and | Charles Harris | 2008-02-10 | 1 | -28/+32 |
| | | | | is in terrific need of reformating. | ||||
* | Merge the lib_for_io branch back into the trunk. | Travis Oliphant | 2007-12-30 | 1 | -1/+271 |
|\ | |||||
| * | Create a branch for io work in NumPy | Travis Oliphant | 2007-12-15 | 1 | -590/+0 |
|/ | |||||
* | Fix ticket #572: memory leak in _insert for 0-d input. | Travis Oliphant | 2007-09-20 | 1 | -0/+1 |
| | |||||
* | Fix whitespace to conform to Python 3000 convention. | Stefan van der Walt | 2007-08-21 | 1 | -205/+205 |
| | |||||
* | Add interp to numpy.lib adapted from arrayfns. Add an unfinished arrayfns ↵ | Travis Oliphant | 2007-04-02 | 1 | -2/+126 |
| | | | | compatibility module to old_numeric. | ||||
* | Py_OptimizeFlag is available from Python.h | Travis Oliphant | 2006-07-31 | 1 | -1/+0 |
| | |||||
* | Don't add docstrings in add_newdoc if run with -OO | Travis Oliphant | 2006-07-31 | 1 | -0/+7 |
| | |||||
* | Apply npy_ and NPY_ prefixes to all C-API names that don't already have ↵ | Travis Oliphant | 2006-07-08 | 1 | -4/+4 |
| | | | | PyArray_ prefixes. | ||||
* | Cast to double instead of float in digitize. | Stefan van der Walt | 2006-06-30 | 1 | -2/+2 |
| | |||||
* | Make import_array and import_ufunc MACROS again. | Travis Oliphant | 2006-06-20 | 1 | -2/+2 |
| | |||||
* | Add missing Py_INCREF to fix ticket #95 | Travis Oliphant | 2006-05-09 | 1 | -0/+1 |
| | |||||
* | Make ext module typespecs to use PyMODINIT_FUNC that is essential for ↵ | Pearu Peterson | 2006-04-24 | 1 | -1/+1 |
| | | | | mingw32 and c++ code combination to work correctly. | ||||
* | Don't raise fatal errors on load. | Travis Oliphant | 2006-01-24 | 1 | -4/+2 |
| | |||||
* | Fixed up PyArray_FromAny and friends for API --- recompile extensions... | Travis Oliphant | 2006-01-19 | 1 | -2/+2 |
| | |||||
* | Add a few more docstrings using add_docstring. | Travis Oliphant | 2006-01-05 | 1 | -0/+7 |
| | |||||
* | More numpy fixes... | Travis Oliphant | 2006-01-04 | 1 | -2/+2 |
| | |||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -3/+3 |
| | |||||
* | Moving things.. | Travis Oliphant | 2006-01-04 | 1 | -0/+453 |