summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Move location of flatnonzeroTravis Oliphant2006-08-051-8/+0
|
* Fix uses of nonzero and add flatnonzeroTravis Oliphant2006-08-051-2/+11
|
* Format docstrings to be consistent with others.Stefan van der Walt2006-08-031-3/+7
|
* Back to 0.9.9 versionTravis Oliphant2006-07-261-1/+0
|
* Make version number 0.9.9 until 1.0 comes outTravis Oliphant2006-07-261-0/+2
|
* Clean up docstrings.Travis Oliphant2006-07-201-11/+31
|
* Apply patch for unique from #154Travis Oliphant2006-07-191-10/+21
|
* add some more docstringscookedm2006-07-181-0/+17
|
* Fix .choose docstring and allow more functions to be 'vectorized'Travis Oliphant2006-07-111-6/+11
|
* Add docstring for bincount.Stefan van der Walt2006-07-071-1/+14
|
* In meshgrid, use views on the input parameters to avoid changing theirStefan van der Walt2006-07-051-2/+2
| | | | shapes. Fixes #169.
* Adjust histogram2d a bit. Fix doc for logspace.Travis Oliphant2006-07-011-5/+4
|
* Add docstring and tests for digitize.Stefan van der Walt2006-06-301-2/+13
|
* Add code to descend through a field and increment (or decrement) any object ↵Travis Oliphant2006-06-231-2/+4
| | | | reference counts.
* Add meshgrid to NumPyTravis Oliphant2006-06-191-1/+36
|
* Remove print statement.Travis Oliphant2006-06-141-1/+0
|
* Preserve matrices. Fix #142Travis Oliphant2006-06-131-4/+4
|
* Check-in name-space changes so that numpy.oldnumeric is the compatibility ↵Travis Oliphant2006-06-121-3/+3
| | | | module and numpy does not contain all of the names.
* Apply patch #137Travis Oliphant2006-06-121-3/+3
|
* Fix for linspace (#118) was incomplete; good now.cookedm2006-05-171-1/+1
|
* #118: linspace should always return floatscookedm2006-05-161-1/+1
| | | | Patch from stefan; fix special case which could return an array of one int.
* Add math module to numpy namespace so numpy.math works same as Numeric.math. ↵Travis Oliphant2006-05-021-1/+1
| | | | Change numpy.math to numpy.nmath
* 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
|
* 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
|
* Fix-up usage of asarray.Travis Oliphant2006-03-291-2/+2
|
* remove unused importsTim Leslie2006-03-251-3/+1
|
* trivial whitespace changes, more explicit importsTim Leslie2006-03-231-10/+10
|
* Add extra arguments to corrcoef.Travis Oliphant2006-03-161-2/+2
|
* Fix scalar case for corrcoefTravis Oliphant2006-03-161-1/+4
|
* Third time's the charm.Travis Oliphant2006-03-161-2/+3
|
* Fix cov and corrcoef in numpyTravis Oliphant2006-03-161-1/+1
|
* Fix cov and corrcoef in numpyTravis Oliphant2006-03-161-26/+32
|
* remove unused importsTim Leslie2006-03-131-4/+4
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-13/+13
| | | | extraneous whitespace
* Fix-up error in piecewise.Travis Oliphant2006-03-011-1/+1
|
* Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid ↵Pearu Peterson2006-02-241-1/+0
| | | | initiating Scipy/NumpyTest during imports.
* Convert to arrays in piecewise. Improve error-handling of object-array ↵Travis Oliphant2006-01-291-1/+2
| | | | conversions.
* Add test for column-vector bug in dotblas.Travis Oliphant2006-01-291-0/+2
|
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵Travis Oliphant2006-01-151-13/+13
| | | | .dtypechar -> .dtype.char
* Added new feature to .view method so that if the argument is a sub-type of ↵Travis Oliphant2006-01-061-2/+3
| | | | the ndarray, an object is returned with all the information of the array.
* Copy input for i0 calculation.Travis Oliphant2006-01-051-1/+1
|
* Cleaning up __all__ list and numpy namespace.Pearu Peterson2006-01-051-2/+2
|
* Add a few more docstrings using add_docstring.Travis Oliphant2006-01-051-2/+17
|
* Added i0 natively for kaiser windowTravis Oliphant2006-01-051-8/+96
|
* More fixes...Travis Oliphant2006-01-041-1/+0
|
* More numpy fixes...Travis Oliphant2006-01-041-74/+3
|
* Fixed libTravis Oliphant2006-01-041-5/+5
|