1. 9d98d9d Add back dft stub and alter warning. by Travis Oliphant · 19 years ago
  2. f1cca04 Many name-changes in oldnumeric. This may break some numpy code that was using the oldnumeric interface. by Travis Oliphant · 19 years ago
  3. 10943b6 Replace ScipyTestCase with NumpyTestCase by cookedm · 19 years ago
  4. 0d68afb Fix names used in dft.old refft->rfft by Travis Oliphant · 19 years ago
  5. eb9f5f7 Remove global symbols from numpy. Remove use of replacetypechars in convertcode. by Travis Oliphant · 19 years ago
  6. da320f4 Fix docstrings in numpy.dft by Travis Oliphant · 19 years ago
  7. bd83339 Fix name issues in fftpack. Add OpenBSD support to floating-point handling. by Travis Oliphant · 19 years ago
  8. 2f4a967 Expose deprecate function by Travis Oliphant · 19 years ago
  9. 439ea9d Make refft -> rfft and have old names for backwards compatibility. by Travis Oliphant · 19 years ago
  10. c0d3293 Apply patch #137 by Travis Oliphant · 19 years ago
  11. 6768d24 Add RNG interface and clean up old-interfaces to be separate from newer ones. by Travis Oliphant · 19 years ago
  12. 8c7d39d Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32 and c++ code combination to work correctly. by Pearu Peterson · 19 years ago
  13. 8c9cf9a clean up some imports by Tim Leslie · 19 years ago
  14. bf57380 Run reindent.py (script distributed with Python) over the source to remove extraneous whitespace by cookedm · 19 years ago
  15. 00f2295 Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid initiating Scipy/NumpyTest during imports. by Pearu Peterson · 20 years ago
  16. f6d28d0 Simplify the ndenumerate class by exposing coords and index from flat iterator. Simple cosmetic changes to ffts. by Travis Oliphant · 20 years ago
  17. 2a71223 Raise error when using same field names and disallow object fields for now. by Travis Oliphant · 20 years ago
  18. 1f45e43 Fixed uninitialized memory in real_fft. by Travis Oliphant · 20 years ago
  19. 0283b6f Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dtypechar -> .dtype.char by Travis Oliphant · 20 years ago
  20. 4dd79b0 Added i0 natively for kaiser window by Travis Oliphant · 20 years ago
  21. f69c9a6 Changed how to get dual numpy/scipy behavior. Use explicit numpy.dual module. by Travis Oliphant · 20 years ago
  22. 5cfcf93 More fixes... by Travis Oliphant · 20 years ago
  23. 490712c More numpy fixes... by Travis Oliphant · 20 years ago
  24. 5a76512 Fixed lib by Travis Oliphant · 20 years ago
  25. e706c7d Changed all references to scipy to numpy by Travis Oliphant · 20 years ago
  26. c14d4fe Change most setup.py files by Travis Oliphant · 20 years ago
  27. 8057b2d rename sub-packages by Travis Oliphant · 20 years ago