summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* add __neg__ and __pos__ methods to poly1dcookedm2007-06-011-0/+6
|
* Add __iter__ method to poly1d so that list() on a poly1d doesn't go into an ↵cookedm2007-05-311-0/+3
| | | | infinite loop
* Clean up select docstring.Stefan van der Walt2007-05-282-25/+29
|
* Select should not modify output arguments. Add test for basic select ↵Stefan van der Walt2007-05-282-5/+17
| | | | functionality.
* 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 ↵Travis Oliphant2007-05-171-0/+2
| | | | with infinities. See ticket #519
* Add patch from dhuard to histogramdd. Fixes ticket #509.Charles Harris2007-05-132-61/+99
| | | | | | Restructure restructured comments; avoid consolidated lists, they are too ugly to contemplate and move around where they aren't wanted. They can be fixed later if epydoc fixes things up.
* 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
| | | | | | | This is not pretty code it seems overly complicated, and it has an "eval" statement in it where it builds a string and evaluates it. I can't imagine this is the best approach to this -- but I also am not going to spend the time to examine it right now.
* Add interp to numpy.lib adapted from arrayfns. Add an unfinished arrayfns ↵Travis Oliphant2007-04-022-4/+148
| | | | compatibility module to old_numeric.
* 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 ↵cookedm2007-04-011-7/+12
| | | | numpy.distutils.
* 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 ↵Travis Oliphant2007-01-301-1/+4
| | | | AttributeError is raised instead of the old KeyError when __getstate__ is accessed.
* 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 ↵Robert Kern2007-01-081-45/+147
| | | | | | | sort in setmember1d(). * Add some more information to the function docstrings. * Reduced the "See also" sections of the docstrings to point to the module instead of the full list of functions (some of which were not entirely relevant).
* 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 ↵Travis Oliphant2006-12-141-1/+5
| | | | large arrays.
* 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 ↵Robert Kern2006-11-111-5/+5
| | | | are passed.
* 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
|