summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* Make import_array and import_ufunc MACROS again.Travis Oliphant2006-06-201-2/+2
* Add meshgrid to NumPyTravis Oliphant2006-06-191-1/+36
* Fix Python 2.3 incompatibilitiescookedm2006-06-161-1/+14
* Fix deprecated for when the function doesn't have a __dict__cookedm2006-06-151-1/+6
* For `deprecated`, include a note about the function being deprecated in its d...cookedm2006-06-151-0/+9
* Expose deprecate functionTravis Oliphant2006-06-151-1/+9
* Remove print statement.Travis Oliphant2006-06-141-1/+0
* Preserve matrices. Fix #142Travis Oliphant2006-06-132-6/+6
* Fix-up imports a bit.Travis Oliphant2006-06-121-1/+1
* Fix-up oldnumeric moduleTravis Oliphant2006-06-121-1/+1
* Check-in name-space changes so that numpy.oldnumeric is the compatibility mod...Travis Oliphant2006-06-125-9/+8
* Apply patch #137Travis Oliphant2006-06-122-17/+18
* Add docstrings, update common_type to return a scalar type instead of a typec...cookedm2006-06-101-14/+66
* Add RNG interface and clean up old-interfaces to be separate from newer ones.Travis Oliphant2006-06-091-4/+5
* Fix unravel_index docstring.Stefan van der Walt2006-06-061-1/+1
* Remove deprecated names from ma and tests.Travis Oliphant2006-06-021-2/+2
* Use convertcode to replace matrixmultiply with dot. Add DeprecationWarning t...Travis Oliphant2006-06-021-0/+2
* Comment changes and change var and std to divide by N instead of N-1 Travis Oliphant2006-06-011-2/+3
* Add row_stack as alias to vstack to complement column_stack.Travis Oliphant2006-05-251-1/+3
* Rename fromflat to unravel_index. Add argwhere function. Change where docst...Travis Oliphant2006-05-171-6/+5
* Fix for linspace (#118) was incomplete; good now.cookedm2006-05-172-1/+3
* #118: linspace should always return floatscookedm2006-05-162-1/+6
* Fix crash for zero-size arrays.Travis Oliphant2006-05-121-4/+49
* Add missing Py_INCREF to fix ticket #95Travis Oliphant2006-05-091-0/+1
* fix: `emath` instead of `nmath`abaecker2006-05-031-1/+1
* numpy.lib.scimath --> numpy.emathTravis Oliphant2006-05-021-1/+1
* Add math module to numpy namespace so numpy.math works same as Numeric.math. ...Travis Oliphant2006-05-022-3/+4
* Fix indentation error.Travis Oliphant2006-04-271-1/+1
* Add improved checking for number of arguments to support more functionsTravis Oliphant2006-04-271-10/+34
* Added NumpyTestCase.rundocs method to support running doc-tests via unittest ...Pearu Peterson2006-04-262-7/+5
* Add new C-API function in middle. Bump C-API version number.Travis Oliphant2006-04-261-2/+2
* Slightly different fix to vectorize.Travis Oliphant2006-04-261-13/+3
* Fix vectorize to handle scalar return values.Travis Oliphant2006-04-261-2/+13
* Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32...Pearu Peterson2006-04-241-1/+1
* Fix kron so that the return type reflects the type of its arguments. Also, ra...Tim Hochberg2006-04-202-3/+55
* fix typo.Travis Oliphant2006-04-181-1/+1
* Fix bad __getattr__ code causing recursion.Travis Oliphant2006-04-181-0/+2
* Fix object-loop reference counting in BUFFERED UFUNC.Travis Oliphant2006-04-141-9/+6
* Fix segfault on indexing (but functionality still not working). Add vectoriz...Travis Oliphant2006-04-131-1/+6
* Fixed where to always return a tupleTravis Oliphant2006-04-121-1/+1
* Fix Ticket #52Travis Oliphant2006-04-121-0/+1
* Fixed 'from numpy.lib.scimath import *' failure.Pearu Peterson2006-03-301-2/+2
* Fix-up usage of asarray.Travis Oliphant2006-03-291-2/+2
* remove unused importsTim Leslie2006-03-253-7/+2
* remove unused importTim Leslie2006-03-251-1/+1
* Simplify interfaces. Fix UCHAR bug.Travis Oliphant2006-03-241-2/+2
* trivial whitespace changes, more explicit importsTim Leslie2006-03-231-10/+10
* trivial whitespace changesTim Leslie2006-03-231-5/+5
* explicitly use numerictypesTim Leslie2006-03-231-6/+8
* shorten long comment lineTim Leslie2006-03-231-1/+2