Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reindenting prior to release | Jarrod Millman | 2008-09-02 | 1 | -3/+3 |
| | |||||
* | Add a note on scimath.sqrt for the definition of square root as the ↵ | David Cournapeau | 2008-08-20 | 1 | -0/+16 |
| | | | | principal square root. | ||||
* | Make doctests pass under new execution context. | Alan McIntyre | 2008-07-09 | 1 | -1/+1 |
| | |||||
* | Use the implicit "import numpy as np" made available to all doctests instead | Alan McIntyre | 2008-07-05 | 1 | -32/+31 |
| | | | | | of explicit imports or dependency on the local scope where the doctest is defined.. | ||||
* | Use the implicit "import numpy as np" made available to all doctests instead ↵ | Alan McIntyre | 2008-07-03 | 1 | -9/+7 |
| | | | | | | | of an explicit import. Remove ">>>" from bartlett plotting example since it currently requires matplotlib. | ||||
* | ran reindent | Jarrod Millman | 2008-02-08 | 1 | -14/+14 |
| | |||||
* | Add docstrings with examples for all functions, according to current standard. | Fernando Perez | 2007-12-30 | 1 | -7/+359 |
| | | | | | | | | If you have nose installed, the examples can be used as doctests with: nosetests --with-doctest numpy.lib.scimath | ||||
* | Fix scimath.power for negative integer input. | Travis Oliphant | 2006-10-11 | 1 | -0/+7 |
| | |||||
* | Fix some name-space errors in scimath. | Travis Oliphant | 2006-10-11 | 1 | -5/+5 |
| | |||||
* | Fixed 'from numpy.lib.scimath import *' failure. | Pearu Peterson | 2006-03-30 | 1 | -2/+2 |
| | |||||
* | remove unused import | Tim Leslie | 2006-03-25 | 1 | -1/+1 |
| | |||||
* | shorten long comment line | Tim Leslie | 2006-03-23 | 1 | -1/+2 |
| | |||||
* | clean up some imports | Tim Leslie | 2006-03-16 | 1 | -7/+8 |
| | |||||
* | 1) Fix scimath functions to take and return vectors. | Travis Oliphant | 2006-02-19 | 1 | -1/+1 |
| | | | | | 2) Fix old bug in PyArray_CastTo when multiple copies made. 3) Fix reference counting bugs. | ||||
* | Fixed lib | Travis Oliphant | 2006-01-04 | 1 | -2/+2 |
| | |||||
* | Moving things.. | Travis Oliphant | 2006-01-04 | 1 | -0/+77 |