summaryrefslogtreecommitdiff
path: root/numpy/lib/scimath.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix scimath.power for negative integer input.Travis Oliphant2006-10-111-0/+7
|
* Fix some name-space errors in scimath.Travis Oliphant2006-10-111-5/+5
|
* Fixed 'from numpy.lib.scimath import *' failure.Pearu Peterson2006-03-301-2/+2
|
* remove unused importTim Leslie2006-03-251-1/+1
|
* shorten long comment lineTim Leslie2006-03-231-1/+2
|
* clean up some importsTim Leslie2006-03-161-7/+8
|
* 1) Fix scimath functions to take and return vectors.Travis Oliphant2006-02-191-1/+1
| | | | | 2) Fix old bug in PyArray_CastTo when multiple copies made. 3) Fix reference counting bugs.
* Fixed libTravis Oliphant2006-01-041-2/+2
|
* Moving things..Travis Oliphant2006-01-041-0/+77