summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Check-in name-space changes so that numpy.oldnumeric is the compatibility ↵Travis Oliphant2006-06-125-9/+8
| | | | module and numpy does not contain all of the names.
* Apply patch #137Travis Oliphant2006-06-122-17/+18
|
* Add docstrings, update common_type to return a scalar type instead of a ↵cookedm2006-06-101-14/+66
| | | | typecode.
* 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 ↵Travis Oliphant2006-06-021-0/+2
| | | | to several old Numeric calls.
* 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 ↵Travis Oliphant2006-05-171-6/+5
| | | | docstring to reflect truth.
* Fix for linspace (#118) was incomplete; good now.cookedm2006-05-172-1/+3
|
* #118: linspace should always return floatscookedm2006-05-162-1/+6
| | | | Patch from stefan; fix special case which could return an array of one int.
* 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
| | | | 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
|
* Added NumpyTestCase.rundocs method to support running doc-tests via unittest ↵Pearu Peterson2006-04-262-7/+5
| | | | machinery - needed for running tests via testoob.
* 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 ↵Pearu Peterson2006-04-241-1/+1
| | | | mingw32 and c++ code combination to work correctly.
* Fix kron so that the return type reflects the type of its arguments. Also, ↵Tim Hochberg2006-04-202-3/+55
| | | | raise an exception if the arguments are not rank-2 since the other cases were some combination of ambiguous or broken.
* 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 ↵Travis Oliphant2006-04-131-1/+6
| | | | vectorize test-case (ticket #52). Improve comments on broadcast failure.
* 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
|
* use docstring header, fix 'import *', remove duplicate definition of ↵Tim Leslie2006-03-231-13/+12
| | | | __float__, change first arg of method from 'a' to 'self'
* change header comments into docstringsTim Leslie2006-03-232-26/+25
|
* change use of deprecated NewAxis to newaxisTim Leslie2006-03-182-3/+3
|
* 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
|
* clean up some importsTim Leslie2006-03-164-10/+12
|
* Isolate Numeric compatibility to numpy.linalg.oldTravis Oliphant2006-03-151-1/+2
|