Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix print statements in numpy.distutils.environment | David Cournapeau | 2009-12-03 | 1 | -1/+1 |
| | |||||
* | Add support for chebyshev series and polynomials. | Charles Harris | 2009-11-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | New modules chebyshev and polynomial are added. The new polynomial module is not compatible with the current polynomial support in numpy, but is much like the new chebyshev module. The most noticeable difference to most will be that coefficients are specified from low to high power, that the low level functions do *not* accept the Chebyshev and Polynomial classes as arguements, and that the Chebyshev and Polynomial classes include a domain. Mapping between domains is a linear substitution and the two classes can be converted one to the other, allowing, for instance, a Chebyshev series in one domain to be expanded as a polynomial in another domain. The new modules are not automatically imported into the numpy namespace, they must be explicitly brought in with a "import numpy.polynomial" statement. | ||||
* | ENH: move inspect copy into newly created compat module. | David Cournapeau | 2009-10-13 | 1 | -0/+1 |
| | |||||
* | Rename matrx to matrixlib. | David Cournapeau | 2009-09-18 | 1 | -1/+1 |
| | | | | | I forgot to commit the name change suggested by Stefan. You need to clean build/install directory when updating to this version. | ||||
* | Move matrix class into its own module. | David Cournapeau | 2009-09-16 | 1 | -0/+1 |
| | |||||
* | Remove doc/reference from setup. | Stefan van der Walt | 2008-08-24 | 1 | -1/+0 |
| | |||||
* | Add numpy.doc topical documentation framework. | Stefan van der Walt | 2008-07-09 | 1 | -0/+2 |
| | |||||
* | Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma. | Stefan van der Walt | 2007-12-15 | 1 | -0/+1 |
| | |||||
* | numpy/setup.py shouldn't be run as a script | cookedm | 2007-05-28 | 1 | -8/+1 |
| | |||||
* | Remove dft from build. | Travis Oliphant | 2006-09-20 | 1 | -1/+0 |
| | |||||
* | Fix Python 2.5 compatibility to work with new b3 release | Travis Oliphant | 2006-08-14 | 1 | -0/+1 |
| | |||||
* | Many name-changes in oldnumeric. This may break some numpy code that was ↵ | Travis Oliphant | 2006-08-04 | 1 | -0/+1 |
| | | | | using the oldnumeric interface. | ||||
* | Fix-up C-API support for numarray | Travis Oliphant | 2006-06-20 | 1 | -1/+1 |
| | |||||
* | Adding numarray C-API | Travis Oliphant | 2006-06-20 | 1 | -0/+1 |
| | |||||
* | Check-in name-space changes so that numpy.oldnumeric is the compatibility ↵ | Travis Oliphant | 2006-06-12 | 1 | -0/+1 |
| | | | | module and numpy does not contain all of the names. | ||||
* | Remove cwd from sys.path when running numpy/setup.py script. | Pearu Peterson | 2006-04-20 | 1 | -1/+2 |
| | |||||
* | Fix version machinery and pkg information requests. | Pearu Peterson | 2006-04-04 | 1 | -4/+2 |
| | |||||
* | Removed pkgload from numpy - all imports can be done explicitly. | Pearu Peterson | 2006-01-05 | 1 | -1/+1 |
| | |||||
* | Change most setup.py files | Travis Oliphant | 2006-01-04 | 1 | -7/+8 |
| | |||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+26 |