summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* Change scipy -> numpy in who() docstringedschofield2007-05-241-1/+1
* Fix docstring typo for vstack()edschofield2007-05-241-1/+1
* Fix tab/space.Travis Oliphant2007-05-231-1/+1
* Fix up getlimits to work with Python2.3Travis Oliphant2007-05-231-5/+19
* Expose numpy.iinfo and re-implement so it supports big-endian as well.Travis Oliphant2007-05-231-25/+15
* Fix some bugs with isposinf and isneginf as well as with how allclose dealt w...Travis Oliphant2007-05-171-0/+2
* Add patch from dhuard to histogramdd. Fixes ticket #509.Charles Harris2007-05-132-61/+99
* Add iinfo based on a patch by Albert Strasheim (ticket #250).Stefan van der Walt2007-05-132-2/+72
* Fix nan functions to allow sub-class.Travis Oliphant2007-05-111-5/+5
* Clean up setup() calls.Pearu Peterson2007-05-111-1/+1
* added simple test for weighted averageEric Jones2007-04-111-0/+7
* fixed a typecode Float->float issue in average.Eric Jones2007-04-111-1/+1
* Add interp to numpy.lib adapted from arrayfns. Add an unfinished arrayfns co...Travis Oliphant2007-04-022-4/+148
* Add patch in Ticket #189 for histogramdd. Fixes bug reported by Ben GranettTravis Oliphant2007-04-024-143/+123
* Make numpy.get_include() and numpy.get_numarray_include() not pull in numpy.d...cookedm2007-04-011-7/+12
* Fix mgrid inconsistency ticket #467Travis Oliphant2007-03-291-1/+2
* Fix ticket #459Travis Oliphant2007-03-261-1/+4
* Replace tabs with spaces.Stefan van der Walt2007-03-231-9/+9
* Replace tabs with spaces (see ticket #470).Stefan van der Walt2007-03-222-11/+9
* Remove invalid part of r_ docstring.Stefan van der Walt2007-03-161-2/+0
* Fix doctests.Stefan van der Walt2007-02-185-44/+54
* Fix docstrings for loading with DocFileSuite.Stefan van der Walt2007-02-184-56/+71
* Fix polymul bug.Stefan van der Walt2007-02-091-0/+1
* Fix nan_to_num on complex arrays. Fixes ticket #443Travis Oliphant2007-02-061-1/+1
* Flesh out the docstring for histogram() to address the concerns of #445.Robert Kern2007-02-051-15/+25
* Fix docstring and rename to byte_bounds.Travis Oliphant2007-02-021-4/+7
* Fix a comment string.Travis Oliphant2007-02-021-3/+0
* Add memory_bounds and may_share_memory functions to numpy.Travis Oliphant2007-02-021-1/+52
* Allow matrices to pass through more functions.Travis Oliphant2007-02-012-14/+16
* Fix ticket #439 --- poly1d objects can now be pickled because an AttributeErr...Travis Oliphant2007-01-301-1/+4
* clean up unused imports and bad whitespaceTim Leslie2007-01-098-17/+10
* Fix segfault in N.float64, ticket #412.Travis Oliphant2007-01-091-2/+4
* Whitespace cleanup.Stefan van der Walt2007-01-0818-109/+99
* * Fix #410 by using the stable mergesort instead of the unstable default sort...Robert Kern2007-01-081-45/+147
* fix for #407 and add unit test for itTim Leslie2007-01-082-2/+6
* add a docstring to nan_to_num. closes #406Tim Leslie2007-01-081-4/+8
* Fix tests for Boolean.Travis Oliphant2006-12-241-8/+8
* Fix typo in oldnumeric and add Rick White's improvement to histogram for larg...Travis Oliphant2006-12-141-1/+5
* Fix early return in polysub.Travis Oliphant2006-11-221-1/+1
* Fix early return in polyadd.Travis Oliphant2006-11-221-1/+1
* Coerce to floating point arrays in cov to avoid errors when integer arrays ar...Robert Kern2006-11-111-5/+5
* Fix #369: windows returning invalid results for M=1Travis Oliphant2006-11-021-0/+16
* Apply #368Travis Oliphant2006-11-021-4/+4
* Fix vectorize bug ignoring otypes.Travis Oliphant2006-10-251-9/+18
* In ix_, do not modify shape of input array.Stefan van der Walt2006-10-231-1/+1
* Fix tests to run cleanly with new, tighter error handling.Tim Hochberg2006-10-192-0/+40
* Fix qr decomposition. The dimensions m,n were taken from the fortran ordered ...Charles Harris2006-10-161-3/+3
* Fix finfo eps and huge to be array scalars of the appropriate type. And use ...Travis Oliphant2006-10-162-5/+5
* Change error exception to RankWarning.Charles Harris2006-10-161-19/+65
* Make sure order is an integerCharles Harris2006-10-151-1/+1