summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Collapse)AuthorAgeFilesLines
* replaced apply() with direct function callJarrod Millman2007-11-261-4/+4
|
* Edited module docstring.Robert Cimrman2007-11-201-3/+5
|
* Expand linspace docstring.cookedm2007-11-031-1/+29
|
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-297-17/+16
|
* Avoid extra copy if otype is object on output.Travis Oliphant2007-10-191-3/+3
|
* Fix so that vectorize passes sub-classes through.Travis Oliphant2007-10-191-2/+3
|
* raise error if histogram is called with a decending range to bin into (see #586)Jarrod Millman2007-10-191-0/+9
|
* Allow subclasses through vectorize.Travis Oliphant2007-10-181-1/+1
|
* Fix vectorize to work with strings. Fix where 64-bit looks for X11 ↵Travis Oliphant2007-10-181-2/+6
| | | | libraries. Fix comment.
* Fix Ticket #588: problem with negative striding and fast blas implementation ↵Travis Oliphant2007-10-091-1/+1
| | | | of dot
* Rename test classes to CapWords.Stefan van der Walt2007-10-029-74/+74
|
* Fix tri when dtype is bool (closes ticket #574).Stefan van der Walt2007-09-302-5/+12
|
* Add test -- dimensions for rot90.Stefan van der Walt2007-09-201-0/+3
|
* Fix so that rot90 only works on first two axes.Travis Oliphant2007-09-201-2/+2
|
* 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
|
* Fix string conversion of polynomial when leading coefficients areStefan van der Walt2007-08-062-5/+21
| | | | zero. Closes ticket #564.
* Fix asfarray to return an array instead of a matrix.Stefan van der Walt2007-08-012-1/+7
|
* Add regression test for eye.Stefan van der Walt2007-07-251-0/+2
|
* Make sure we always return a value from eye(). It wasn't returning a value ↵Robert Kern2007-07-251-1/+2
| | | | when dtype==bool.
* Fix polygon division. Closes ticket #553.Stefan van der Walt2007-07-241-1/+1
|
* Fix polynomial comparison. Closes ticket #554.Stefan van der Walt2007-07-241-2/+2
|
* Tile empty arrays.Stefan van der Walt2007-07-102-2/+7
|
* 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
|