Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -554/+0 |
| | |||||
* | Fixed problems revealed by pychecker. | Travis Oliphant | 2005-12-30 | 1 | -3/+0 |
| | |||||
* | Eliminate basic and move everything to corefft, corelinalg, or corerandom | Travis Oliphant | 2005-12-25 | 1 | -1/+1 |
| | |||||
* | Fix polynomial division | cookedm | 2005-12-23 | 1 | -18/+23 |
| | |||||
* | small change in poly1d docstring | cookedm | 2005-12-21 | 1 | -2/+1 |
| | |||||
* | p=poly1d([1,2,3], variable='lambda') will use 'lambda' as the variable in str(p) | cookedm | 2005-12-21 | 1 | -5/+15 |
| | |||||
* | r1600@Blasphemy: kern | 2005-12-16 01:43:39 -0800 | Robert Kern | 2005-12-16 | 1 | -3/+1 |
| | | | | Removed automatic importing of scipy.basic.* into the scipy namespace | ||||
* | r823@Blasphemy: kern | 2005-11-13 00:35:39 -0800 | Robert Kern | 2005-11-13 | 1 | -2/+2 |
| | | | | Fixed isinstance() uses | ||||
* | Don't use deconvolve for polydiv, as that requires scipy.signal to be installed. | cookedm | 2005-10-30 | 1 | -1/+9 |
| | | | | Do it using synthetic division. Could be more efficient. | ||||
* | Don't try to handle ImportError in deconvolve when scipy.signal doesn't exist | cookedm | 2005-10-30 | 1 | -4/+1 |
| | |||||
* | Fixed nx -> NX | Travis Oliphant | 2005-10-30 | 1 | -2/+2 |
| | |||||
* | Convert polynomial to use type objects instead of old Numeric typechars | cookedm | 2005-10-29 | 1 | -22/+20 |
| | |||||
* | TLC for polynomial.py: cleanup, poly1d class is now new-type, and unittests | cookedm | 2005-10-29 | 1 | -3/+3 |
| | | | | The unit tests are doctests. | ||||
* | Some refactoring | cookedm | 2005-10-28 | 1 | -111/+119 |
| | | | | | | - poly1d is a new-style class now - no import * now - whitespace, prettying | ||||
* | Fixed problem with correlate. | Travis Oliphant | 2005-10-27 | 1 | -1/+1 |
| | |||||
* | Fixed getting things from scipy.linalg | Travis Oliphant | 2005-10-12 | 1 | -1/+1 |
| | |||||
* | Eliminated random_lite library | Travis Oliphant | 2005-09-28 | 1 | -25/+96 |
| | |||||
* | Fixing some array scalar inconsistencies. | Travis Oliphant | 2005-09-19 | 1 | -22/+17 |
| | |||||
* | Moving things to live under scipy | Travis Oliphant | 2005-09-14 | 1 | -0/+468 |