summaryrefslogtreecommitdiff
path: root/numpy/dft
Commit message (Collapse)AuthorAgeFilesLines
* Remove UserArray.py and dft sub-package.Travis Oliphant2006-09-201-4/+0
|
* Add back dft stub and alter warning.Travis Oliphant2006-08-041-0/+4
|
* Many name-changes in oldnumeric. This may break some numpy code that was ↵Travis Oliphant2006-08-0410-2302/+0
| | | | using the oldnumeric interface.
* Replace ScipyTestCase with NumpyTestCasecookedm2006-07-171-3/+3
|
* Fix names used in dft.old refft->rfftTravis Oliphant2006-07-121-6/+6
|
* Remove global symbols from numpy. Remove use of replacetypechars in convertcode.Travis Oliphant2006-07-121-1/+0
|
* Fix docstrings in numpy.dftTravis Oliphant2006-06-191-2/+2
|
* Fix name issues in fftpack. Add OpenBSD support to floating-point handling.Travis Oliphant2006-06-151-6/+5
|
* Expose deprecate functionTravis Oliphant2006-06-151-6/+7
|
* Make refft -> rfft and have old names for backwards compatibility.Travis Oliphant2006-06-151-33/+41
|
* Apply patch #137Travis Oliphant2006-06-121-6/+6
|
* Add RNG interface and clean up old-interfaces to be separate from newer ones.Travis Oliphant2006-06-092-84/+83
|
* Make ext module typespecs to use PyMODINIT_FUNC that is essential for ↵Pearu Peterson2006-04-241-2/+1
| | | | mingw32 and c++ code combination to work correctly.
* clean up some importsTim Leslie2006-03-161-1/+2
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-103-24/+22
| | | | extraneous whitespace
* Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid ↵Pearu Peterson2006-02-241-2/+4
| | | | initiating Scipy/NumpyTest during imports.
* Simplify the ndenumerate class by exposing coords and index from flat ↵Travis Oliphant2006-01-261-4/+3
| | | | iterator. Simple cosmetic changes to ffts.
* Raise error when using same field names and disallow object fields for now.Travis Oliphant2006-01-251-3/+0
|
* Fixed uninitialized memory in real_fft.Travis Oliphant2006-01-161-4/+4
|
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵Travis Oliphant2006-01-151-1/+1
| | | | .dtypechar -> .dtype.char
* Added i0 natively for kaiser windowTravis Oliphant2006-01-051-6/+6
|
* Changed how to get dual numpy/scipy behavior. Use explicit numpy.dual module.Travis Oliphant2006-01-051-13/+0
|
* More fixes...Travis Oliphant2006-01-041-1/+1
|
* More numpy fixes...Travis Oliphant2006-01-043-4/+4
|
* Fixed libTravis Oliphant2006-01-041-8/+7
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-045-15/+15
|
* Change most setup.py filesTravis Oliphant2006-01-041-3/+3
|
* rename sub-packagesTravis Oliphant2006-01-049-0/+2314